Searched refs:dispp (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Ddispatch.h253 dns_dispatch_t **dispp);
262 dns_dispatch_t **dispp, dns_dispatch_t *dup);
270 *\li dispp != NULL && *disp == NULL
293 unsigned int attributes, dns_dispatch_t **dispp);
300 unsigned int attributes, dns_dispatch_t **dispp);
344 dns_dispatch_attach(dns_dispatch_t *disp, dns_dispatch_t **dispp);
351 *\li dispp != NULL && *dispp == NULL
355 dns_dispatch_detach(dns_dispatch_t **dispp);
360 *\li dispp !
[all...]
/bind-9.11.3/lib/dns/
H A Ddispatch.c299 static void dispatch_free(dns_dispatch_t **dispp);
312 dns_dispatch_t **dispp,
2244 dns_dispatch_t **dispp)
2271 *dispp = disp;
2366 dns_dispatch_t **dispp)
2372 REQUIRE(dispp != NULL && *dispp == NULL);
2422 *dispp = disp;
2443 dispatch_free(dns_dispatch_t **dispp) { argument
2448 REQUIRE(VALID_DISPATCH(*dispp));
2242 dispatch_find(dns_dispatchmgr_t *mgr, isc_sockaddr_t *local, unsigned int attributes, unsigned int mask, dns_dispatch_t **dispp) argument
2365 dispatch_allocate(dns_dispatchmgr_t *mgr, unsigned int maxrequests, dns_dispatch_t **dispp) argument
2493 dns_dispatch_createtcp(dns_dispatchmgr_t *mgr, isc_socket_t *sock, isc_taskmgr_t *taskmgr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, dns_dispatch_t **dispp) argument
2509 dns_dispatch_createtcp2(dns_dispatchmgr_t *mgr, isc_socket_t *sock, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, isc_sockaddr_t *destaddr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, dns_dispatch_t **dispp) argument
2620 dns_dispatch_gettcp(dns_dispatchmgr_t *mgr, isc_sockaddr_t *destaddr, isc_sockaddr_t *localaddr, dns_dispatch_t **dispp) argument
2669 dns_dispatch_gettcp2(dns_dispatchmgr_t *mgr, isc_sockaddr_t *destaddr, isc_sockaddr_t *localaddr, isc_boolean_t *connected, dns_dispatch_t **dispp) argument
2746 dns_dispatch_getudp_dup(dns_dispatchmgr_t *mgr, isc_socketmgr_t *sockmgr, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, unsigned int mask, dns_dispatch_t **dispp, dns_dispatch_t *dup_dispatch) argument
2832 dns_dispatch_getudp(dns_dispatchmgr_t *mgr, isc_socketmgr_t *sockmgr, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, unsigned int mask, dns_dispatch_t **dispp) argument
2961 dispatch_createudp(dns_dispatchmgr_t *mgr, isc_socketmgr_t *sockmgr, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, unsigned int maxrequests, unsigned int attributes, dns_dispatch_t **dispp, isc_socket_t *dup_socket) argument
3118 dns_dispatch_attach(dns_dispatch_t *disp, dns_dispatch_t **dispp) argument
3137 dns_dispatch_detach(dns_dispatch_t **dispp) argument
[all...]
H A Dclient.c254 isc_boolean_t is_shared, dns_dispatch_t **dispp,
299 *dispp = disp;
252 getudpdispatch(int family, dns_dispatchmgr_t *dispatchmgr, isc_socketmgr_t *socketmgr, isc_taskmgr_t *taskmgr, isc_boolean_t is_shared, dns_dispatch_t **dispp, isc_sockaddr_t *localaddr) argument

Completed in 29 milliseconds