Home
last modified time | relevance | path

Searched refs:tuple_cb (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cardbus/
H A Dcardbusvar.h78 typedef int (tuple_cb) (device_t cbdev, device_t child, int id, int len, typedef
84 tuple_cb *func;
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c1245 static int tuple_cb(const char *tuple, int len, void *arg);
1356 TUPLE_DELIMITER_CHARACTER, 1, tuple_cb, garg); in gid_cb()
1526 static int tuple_cb(const char *tuple, int len, void *arg) in tuple_cb() function
1630 parse_ret = CONF_parse_list(str, TUPLE_DELIMITER_CHARACTER, 1, tuple_cb, &gcb); in tls1_set_groups_list()