Searched refs:json_true_str (Results 1 – 3 of 3) sorted by relevance
/device/google/coral/json-c/ |
D | json_tokener.c | 65 static const char json_true_str[] = "true"; variable 66 static const int json_true_str_len = sizeof(json_true_str) - 1; 640 strncasecmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex() 641 || (strncmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex()
|
/device/google/crosshatch/json-c/ |
D | json_tokener.c | 65 static const char json_true_str[] = "true"; variable 66 static const int json_true_str_len = sizeof(json_true_str) - 1; 640 strncasecmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex() 641 || (strncmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex()
|
/device/google/bonito/json-c/ |
D | json_tokener.c | 65 static const char json_true_str[] = "true"; variable 66 static const int json_true_str_len = sizeof(json_true_str) - 1; 640 strncasecmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex() 641 || (strncmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex()
|