Searched refs:json_bool (Results 1 – 8 of 8) sorted by relevance
59 #define FALSE ((json_bool)0)62 #define TRUE ((json_bool)1)77 typedef int json_bool; typedef316 extern json_bool json_object_object_get_ex(struct json_object* obj,454 extern struct json_object* json_object_new_boolean(json_bool b);467 extern json_bool json_object_get_boolean(struct json_object *obj);
29 json_bool c_boolean;
229 json_bool
141 json_bool
258 extern json_bool lh_table_lookup_ex(struct lh_table *t, const void *k, void **v);
430 json_bool json_object_object_get_ex(struct json_object* jso, const char *key, struct json_object **… in json_object_object_get_ex()468 struct json_object* json_object_new_boolean(json_bool b) in json_object_new_boolean()478 json_bool json_object_get_boolean(struct json_object *jso) in json_object_get_boolean()
552 json_bool lh_table_lookup_ex(struct lh_table* t, const void* k, void **v) in lh_table_lookup_ex()
82 * Rename boolean type to json_bool.