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

  /external/ltrace/
lens.c 60 && lens->destroy_cb != NULL)
61 lens->destroy_cb(lens);
lens.h 37 void (*destroy_cb)(struct lens *lens); member in struct:lens
lens_enum.c 140 .destroy_cb = enum_lens_destroy_cb,
dict.c 140 destroy_cb(void *key, void *value, void *data) function
163 dict_each(dict, NULL, destroy_cb, &destroy_data);

Completed in 93 milliseconds