Searched refs:json_object_new_boolean (Results 1 – 3 of 3) sorted by relevance
454 extern struct json_object* json_object_new_boolean(json_bool b);
644 current = json_object_new_boolean(1); in json_tokener_parse_ex()653 current = json_object_new_boolean(0); in json_tokener_parse_ex()
468 struct json_object* json_object_new_boolean(json_bool b) in json_object_new_boolean() function