OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:json_false_str_len
(Results
1 - 2
of
2
) sorted by null
/device/google/bonito/json-c/
json_tokener.c
68
static const int
json_false_str_len
= sizeof(json_false_str) - 1;
variable
638
size2 = json_min(tok->st_pos+1,
json_false_str_len
);
652
if(tok->st_pos ==
json_false_str_len
) {
/device/google/crosshatch/json-c/
json_tokener.c
68
static const int
json_false_str_len
= sizeof(json_false_str) - 1;
variable
638
size2 = json_min(tok->st_pos+1,
json_false_str_len
);
652
if(tok->st_pos ==
json_false_str_len
) {
Completed in 342 milliseconds