OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:token_len
(Results
1 - 4
of
4
) sorted by null
/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/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 3828 milliseconds