Searched refs:list_cb (Results 1 – 3 of 3) sorted by relevance
/external/libnl/src/ |
D | nl-pktloc-lookup.c | 91 static void list_cb(struct rtnl_pktloc *loc, void *arg) in list_cb() function 104 rtnl_pktloc_foreach(&list_cb, NULL); in do_list()
|
/external/boringssl/src/include/openssl/ |
D | conf.h | 133 int (*list_cb)(const char *elem, int len, void *usr),
|
/external/boringssl/src/crypto/conf/ |
D | conf.c | 751 int (*list_cb)(const char *elem, int len, void *usr), in CONF_parse_list() 770 ret = list_cb(NULL, 0, arg); in CONF_parse_list() 782 ret = list_cb(lstart, tmpend - lstart + 1, arg); in CONF_parse_list()
|