Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_object.c67 static struct lh_table *json_object_table; variable
72 json_object_table = lh_kptr_table_new(128, "json_object_table", NULL); in json_object_init()
81 if (json_object_table->count) in json_object_fini()
84 json_object_table->count); in json_object_fini()
85 lh_foreach(json_object_table, ent) in json_object_fini()
93 lh_table_free(json_object_table); in json_object_fini()
183 lh_table_delete(json_object_table, jso); in json_object_generic_delete()
200 lh_table_insert(json_object_table, jso, jso); in json_object_new()