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

  /external/e2fsprogs/e2fsck/
dict.h 101 extern void dict_insert(dict_t *, dnode_t *, const void *);
dict.c 561 void dict_insert(dict_t *dict, dnode_t *node, const void *key) function
840 dict_insert(dict, node, key);
    [all...]
  /external/ltrace/
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
121 #define DICT_INSERT(DICTP, KEYP, VALUEP) \
124 dict_insert((DICTP), (KEYP), (VALUEP)))
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
552 DICT_INSERT(&di, &key, &value);
595 DICT_INSERT(&d2, &key, &value);

Completed in 50 milliseconds