Searched refs:dict_insert (Results 1 - 4 of 4) sorted by relevance
/external/e2fsprogs/e2fsck/ |
H A D | dict.h | 101 extern void dict_insert(dict_t *, dnode_t *, const void *);
|
H A D | dict.c | 561 void dict_insert(dict_t *dict, dnode_t *node, const void *key) function 840 dict_insert(dict, node, key);
|
/external/ltrace/ |
H A D | dict.h | 116 int dict_insert(struct dict *dict, void *key, void *value); 118 /* Insert into DICT a pair of KEY and VALUE. See dict_insert for 124 dict_insert((DICTP), (KEYP), (VALUEP)))
|
H A D | dict.c | 88 if (dict_insert(clone_data->target, nkey, nvalue) < 0) { 264 if (dict_insert(data, key, value) < 0) 366 dict_insert(struct dict *dict, void *key, void *value) function
|
Completed in 135 milliseconds