HomeSort by relevance Sort by last modified time
    Searched defs:lh_table (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/msm8998/json-c/
json_object.h 79 typedef struct lh_table lh_table; typedef in typeref:struct:lh_table
252 extern struct lh_table* json_object_get_object(struct json_object *obj);
linkhash.h 85 struct lh_table { struct
187 extern struct lh_table* lh_table_new(int size, const char *name,
200 extern struct lh_table* lh_kchar_table_new(int size, const char *name,
212 extern struct lh_table* lh_kptr_table_new(int size, const char *name,
222 extern void lh_table_free(struct lh_table *t);
231 extern int lh_table_insert(struct lh_table *t, void *k, const void *v);
240 extern struct lh_entry* lh_table_lookup_entry(struct lh_table *t, const void *k);
249 THIS_FUNCTION_IS_DEPRECATED(extern const void* lh_table_lookup(struct lh_table *t, const void *k));
258 extern json_bool lh_table_lookup_ex(struct lh_table *t, const void *k, void **v);
269 extern int lh_table_delete_entry(struct lh_table *t, struct lh_entry *e)
    [all...]

Completed in 484 milliseconds