Searched refs:lh_table_new (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/msm8998/json-c/ |
D | linkhash.c | 426 struct lh_table* lh_table_new(int size, const char *name, in lh_table_new() function 451 return lh_table_new(size, name, free_fn, lh_char_hash, lh_char_equal); in lh_kchar_table_new() 457 return lh_table_new(size, name, free_fn, lh_ptr_hash, lh_ptr_equal); in lh_kptr_table_new() 465 new_t = lh_table_new(new_size, t->name, NULL, t->hash_fn, t->equal_fn); in lh_table_resize()
|
D | linkhash.h | 187 extern struct lh_table* lh_table_new(int size, const char *name,
|