Home
last modified time | relevance | path

Searched refs:json_bool (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_object.h59 #define FALSE ((json_bool)0)
62 #define TRUE ((json_bool)1)
77 typedef int json_bool; typedef
316 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);
Djson_object_private.h29 json_bool c_boolean;
Djson_object_iterator.h229 json_bool
Djson_object_iterator.c141 json_bool
Dlinkhash.h258 extern json_bool lh_table_lookup_ex(struct lh_table *t, const void *k, void **v);
Djson_object.c430 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()
Dlinkhash.c552 json_bool lh_table_lookup_ex(struct lh_table* t, const void* k, void **v) in lh_table_lookup_ex()
DChangeLog82 * Rename boolean type to json_bool.