Searched refs:infbuf (Results 1 – 3 of 3) sorted by relevance
/device/google/coral/json-c/ |
D | json_tokener.c | 361 char *infbuf = tok->pb->buf; in json_tokener_parse_ex() local 362 if (*infbuf == '-') in json_tokener_parse_ex() 364 infbuf++; in json_tokener_parse_ex() 368 strncasecmp(json_inf_str, infbuf, size_inf) == 0) || in json_tokener_parse_ex() 369 (strncmp(json_inf_str, infbuf, size_inf) == 0) in json_tokener_parse_ex()
|
/device/google/crosshatch/json-c/ |
D | json_tokener.c | 361 char *infbuf = tok->pb->buf; in json_tokener_parse_ex() local 362 if (*infbuf == '-') in json_tokener_parse_ex() 364 infbuf++; in json_tokener_parse_ex() 368 strncasecmp(json_inf_str, infbuf, size_inf) == 0) || in json_tokener_parse_ex() 369 (strncmp(json_inf_str, infbuf, size_inf) == 0) in json_tokener_parse_ex()
|
/device/google/bonito/json-c/ |
D | json_tokener.c | 361 char *infbuf = tok->pb->buf; in json_tokener_parse_ex() local 362 if (*infbuf == '-') in json_tokener_parse_ex() 364 infbuf++; in json_tokener_parse_ex() 368 strncasecmp(json_inf_str, infbuf, size_inf) == 0) || in json_tokener_parse_ex() 369 (strncmp(json_inf_str, infbuf, size_inf) == 0) in json_tokener_parse_ex()
|