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

  /hardware/qcom/msm8998/json-c/
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...]
json_object_private.h 32 struct lh_table *c_object;
linkhash.c 426 struct lh_table* lh_table_new(int size, const char *name,
432 struct lh_table *t;
434 t = (struct lh_table*)calloc(1, sizeof(struct lh_table));
448 struct lh_table* lh_kchar_table_new(int size, const char *name,
454 struct lh_table* lh_kptr_table_new(int size, const char *name,
460 void lh_table_resize(struct lh_table *t, int new_size)
462 struct lh_table *new_t;
480 void lh_table_free(struct lh_table *t)
493 int lh_table_insert(struct lh_table *t, void *k, const void *v
    [all...]
json_object_iterator.c 30 * Object's link-hash table (lh_table).
46 * field of its lh_table structure set to NULL. For such an
70 struct lh_table* pTable;
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);
json_object.c 67 static struct lh_table *json_object_table;
386 struct lh_table* json_object_get_object(struct json_object *jso)

Completed in 47 milliseconds