Home
last modified time | relevance | path

Searched refs:JSONSuccess (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/util/
Dparson.c332 return JSONSuccess; in parse_utf16_hex()
389 return JSONSuccess; in verify_utf8_sequence()
396 if (verify_utf8_sequence((const unsigned char*)string, &len) != JSONSuccess) { in is_valid_utf8()
448 if (res != JSONSuccess) { in json_object_make()
469 return JSONSuccess; in json_object_init()
487 return JSONSuccess; in json_object_init()
533 if (res != JSONSuccess) { in json_object_grow_and_rehash()
544 if (res != JSONSuccess) { in json_object_grow_and_rehash()
552 return JSONSuccess; in json_object_grow_and_rehash()
605 if (res != JSONSuccess) { in json_object_add()
[all …]
Dparson.h62 JSONSuccess = 0, enumerator