Home
last modified time | relevance | path

Searched refs:json_false_str (Results 1 – 4 of 4) sorted by relevance

/device/google/crosshatch/json-c/
Djson_tokener.c67 static const char json_false_str[] = "false"; variable
68 static const int json_false_str_len = sizeof(json_false_str) - 1;
650 strncasecmp(json_false_str, tok->pb->buf, size2) == 0) in json_tokener_parse_ex()
651 || (strncmp(json_false_str, tok->pb->buf, size2) == 0)) { in json_tokener_parse_ex()
/device/google/sunfish/json-c/
Djson_tokener.c67 static const char json_false_str[] = "false"; variable
68 static const int json_false_str_len = sizeof(json_false_str) - 1;
650 strncasecmp(json_false_str, tok->pb->buf, size2) == 0) in json_tokener_parse_ex()
651 || (strncmp(json_false_str, tok->pb->buf, size2) == 0)) { in json_tokener_parse_ex()
/device/google/coral/json-c/
Djson_tokener.c67 static const char json_false_str[] = "false"; variable
68 static const int json_false_str_len = sizeof(json_false_str) - 1;
650 strncasecmp(json_false_str, tok->pb->buf, size2) == 0) in json_tokener_parse_ex()
651 || (strncmp(json_false_str, tok->pb->buf, size2) == 0)) { in json_tokener_parse_ex()
/device/google/bonito/json-c/
Djson_tokener.c67 static const char json_false_str[] = "false"; variable
68 static const int json_false_str_len = sizeof(json_false_str) - 1;
650 strncasecmp(json_false_str, tok->pb->buf, size2) == 0) in json_tokener_parse_ex()
651 || (strncmp(json_false_str, tok->pb->buf, size2) == 0)) { in json_tokener_parse_ex()