Searched refs:cbarg (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dacache.h298 void *cbarg, dns_acacheentry_t **entryp);
310 * 'callback' and 'cbarg' can be NULL. In this case, however, the entry
/bind-9.6-ESV-R11/lib/dns/
H A Dacache.c235 void *cbarg; member in struct:dns_acacheentry
323 (entry->callback)(entry, &entry->cbarg);
853 (entry->callback)(entry, &entry->cbarg);
1324 (entry->callback)(entry, &entry->cbarg);
1343 (entry->callback)(entry, &entry->cbarg);
1375 void *cbarg, dns_acacheentry_t **entryp)
1431 newentry->cbarg = cbarg;
1678 callback_active = ISC_TF(entry->cbarg != NULL);
1690 entry->cbarg
1373 dns_acache_createentry(dns_acache_t *acache, dns_db_t *origdb, void (*callback)(dns_acacheentry_t *, void **), void *cbarg, dns_acacheentry_t **entryp) argument
[all...]
H A Drbtdb.c295 acache_cbarg_t *cbarg; member in struct:acachectl
1216 INSIST(array[i].entry == NULL && array[i].cbarg == NULL);
8357 acache_cbarg_t *cbarg; local
8361 cbarg = *arg;
8367 rbtdb = (dns_rbtdb_t *)cbarg->db;
8368 rbtnode = (dns_rbtnode_t *)cbarg->node;
8373 switch (cbarg->type) {
8375 acarray = cbarg->header->additional_auth;
8378 acarray = cbarg->header->additional_glue;
8384 count = cbarg
8405 acache_cbarg_t *cbarg; local
8569 acache_cbarg_t *cbarg; local
[all...]
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsocket.h275 void *cbarg,
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c2494 isc_sockfdwatch_t callback, void *cbarg,
2509 sock->fdwatcharg = cbarg;
2493 isc_socket_fdwatchcreate(isc_socketmgr_t *manager, int fd, int flags, isc_sockfdwatch_t callback, void *cbarg, isc_task_t *task, isc_socket_t **socketp) argument

Completed in 49 milliseconds