Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Dlinkhash.h240 extern struct lh_entry* lh_table_lookup_entry(struct lh_table *t, const void *k);
Dlinkhash.c527 struct lh_entry* lh_table_lookup_entry(struct lh_table *t, const void *k) in lh_table_lookup_entry() function
554 struct lh_entry *e = lh_table_lookup_entry(t, k); in lh_table_lookup_ex()
594 struct lh_entry *e = lh_table_lookup_entry(t, k); in lh_table_delete()
Djson_object.c406 existing_entry = lh_table_lookup_entry(jso->o.c_object, (void*)key); in json_object_object_add()