Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Dlinkhash.h212 extern struct lh_table* lh_kptr_table_new(int size, const char *name,
Dlinkhash.c454 struct lh_table* lh_kptr_table_new(int size, const char *name, in lh_kptr_table_new() function
Djson_object.c72 json_object_table = lh_kptr_table_new(128, "json_object_table", NULL); in json_object_init()