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