OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:token_len
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/base/l10n/
l10n_util.cc
640
int
token_len
= 0;
local
644
token_len
++;
648
if (token_index > 0 && (
token_len
< 1 ||
token_len
> 8)) {
652
token_len
= 0;
654
if (token_index == 0 && (
token_len
< 1 ||
token_len
> 3)) {
656
} else if (
token_len
< 1 ||
token_len
> 8) {
/external/qemu/android/
charmap.c
289
size_t
token_len
= token_ends - token_starts;
local
290
if ((0 ==
token_len
) || (
token_len
>= max_token_len)) {
293
memcpy(token, token_starts,
token_len
);
294
token[
token_len
] = '\0';
console.c
2732
size_t
token_len
;
local
[
all
...]
/external/wpa_supplicant_8/src/ap/
ieee802_11.c
394
const u8 *token, size_t
token_len
)
398
if (
token_len
!= SHA256_MAC_LEN)
457
size_t
token_len
= 0;
local
464
&
token_len
, hapd->conf->sae_groups);
465
if (token && check_sae_token(hapd, sta->addr, token,
token_len
)
[
all
...]
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php
1201
$
token_len
= strlen($token);
variable
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c
84
re_token_t *token, int
token_len
,
2039
int
token_len
;
local
3030
int
token_len
;
local
[
all
...]
Completed in 198 milliseconds