Searched refs:lh_table_lookup_entry (Results 1 – 6 of 6) sorted by relevance
/device/google/bonito/json-c/ |
D | linkhash.h | 240 extern struct lh_entry* lh_table_lookup_entry(struct lh_table *t, const void *k);
|
D | linkhash.c | 527 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()
|
D | json_object.c | 406 existing_entry = lh_table_lookup_entry(jso->o.c_object, (void*)key); in json_object_object_add()
|
/device/google/crosshatch/json-c/ |
D | linkhash.h | 240 extern struct lh_entry* lh_table_lookup_entry(struct lh_table *t, const void *k);
|
D | linkhash.c | 527 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()
|
D | json_object.c | 406 existing_entry = lh_table_lookup_entry(jso->o.c_object, (void*)key); in json_object_object_add()
|