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

  /external/ltrace/
dict.c 59 int (*clone_key)(void *tgt, const void *src, void *data); member in struct:clone_data
72 if (clone_data->clone_key == NULL)
74 else if (clone_data->clone_key(&nkey, key, clone_data->data) < 0)
83 if (clone_data->clone_key != NULL)
99 int (*clone_key)(void *tgt, const void *src, void *data),
105 assert((clone_key != NULL) == (dtor_key != NULL));
111 target, clone_key, clone_value, dtor_key, dtor_value, data
dict.h 66 /* Clone SOURCE to TARGET. For cloning slots, CLONE_KEY and
75 int (*clone_key)(void *tgt, const void *src, void *data),
84 CLONE_KEY, DTOR_KEY, CLONE_VALUE, DTOR_VALUE, DATA) \
93 void *) = CLONE_KEY; \

Completed in 158 milliseconds