Searched refs:json_true_str (Results 1 – 1 of 1) sorted by relevance
65 static const char json_true_str[] = "true"; variable66 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()