Searched refs:list_cb (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/kqueue/ |
D | dep-list.h | 40 typedef void (* list_cb) (void *udata, const dep_list *list); typedef 49 list_cb many_added; 50 list_cb many_removed;
|
/third_party/libnl/src/ |
D | nl-pktloc-lookup.c | 93 static void list_cb(struct rtnl_pktloc *loc, void *arg) in list_cb() function 106 rtnl_pktloc_foreach(&list_cb, NULL); in do_list()
|
/third_party/openssl/crypto/conf/ |
D | conf_mod.c | 514 int (*list_cb) (const char *elem, int len, void *usr), in CONF_parse_list() 533 ret = list_cb(NULL, 0, arg); in CONF_parse_list() 543 ret = list_cb(lstart, tmpend - lstart + 1, arg); in CONF_parse_list()
|
/third_party/openssl/include/openssl/ |
D | conf.h | 159 int (*list_cb) (const char *elem, int len, void *usr),
|
/third_party/glib/gio/tests/ |
D | actions.c | 651 list_cb (GObject *source, in list_cb() function 686 list_cb, in call_list()
|