Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Dlinkhash.h231 extern int lh_table_insert(struct lh_table *t, void *k, const void *v);
Dlinkhash.c468 lh_table_insert(new_t, ent->k, ent->v); in lh_table_resize()
493 int lh_table_insert(struct lh_table *t, void *k, const void *v) in lh_table_insert() function
Djson_object.c200 lh_table_insert(json_object_table, jso, jso); in json_object_new()
409 lh_table_insert(jso->o.c_object, strdup(key), val); in json_object_object_add()