Home
last modified time | relevance | path

Searched refs:json_object_new_boolean (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_object.h454 extern struct json_object* json_object_new_boolean(json_bool b);
Djson_tokener.c644 current = json_object_new_boolean(1); in json_tokener_parse_ex()
653 current = json_object_new_boolean(0); in json_tokener_parse_ex()
Djson_object.c468 struct json_object* json_object_new_boolean(json_bool b) in json_object_new_boolean() function