Home
last modified time | relevance | path

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

/device/google/crosshatch/json-c/
Djson_tokener.c59 static const char json_null_str[] = "null"; variable
60 static const int json_null_str_len = sizeof(json_null_str) - 1;
394 strncasecmp(json_null_str, tok->pb->buf, size) == 0) in json_tokener_parse_ex()
395 || (strncmp(json_null_str, tok->pb->buf, size) == 0) in json_tokener_parse_ex()
/device/google/sunfish/json-c/
Djson_tokener.c59 static const char json_null_str[] = "null"; variable
60 static const int json_null_str_len = sizeof(json_null_str) - 1;
394 strncasecmp(json_null_str, tok->pb->buf, size) == 0) in json_tokener_parse_ex()
395 || (strncmp(json_null_str, tok->pb->buf, size) == 0) in json_tokener_parse_ex()
/device/google/coral/json-c/
Djson_tokener.c59 static const char json_null_str[] = "null"; variable
60 static const int json_null_str_len = sizeof(json_null_str) - 1;
394 strncasecmp(json_null_str, tok->pb->buf, size) == 0) in json_tokener_parse_ex()
395 || (strncmp(json_null_str, tok->pb->buf, size) == 0) in json_tokener_parse_ex()
/device/google/bonito/json-c/
Djson_tokener.c59 static const char json_null_str[] = "null"; variable
60 static const int json_null_str_len = sizeof(json_null_str) - 1;
394 strncasecmp(json_null_str, tok->pb->buf, size) == 0) in json_tokener_parse_ex()
395 || (strncmp(json_null_str, tok->pb->buf, size) == 0) in json_tokener_parse_ex()