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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Ddispatch.h247 dns_dispatch_t **dispp);
255 *\li dispp != NULL && *disp == NULL
278 unsigned int attributes, dns_dispatch_t **dispp);
322 dns_dispatch_attach(dns_dispatch_t *disp, dns_dispatch_t **dispp);
329 *\li dispp != NULL && *dispp == NULL
333 dns_dispatch_detach(dns_dispatch_t **dispp);
338 *\li dispp != NULL and *dispp be a valid dispatch.
/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c310 static void dispatch_free(dns_dispatch_t **dispp);
322 dns_dispatch_t **dispp);
2259 dns_dispatch_t **dispp)
2286 *dispp = disp;
2381 dns_dispatch_t **dispp)
2387 REQUIRE(dispp != NULL && *dispp == NULL);
2434 *dispp = disp;
2453 dispatch_free(dns_dispatch_t **dispp) argument
2459 REQUIRE(VALID_DISPATCH(*dispp));
2257 dispatch_find(dns_dispatchmgr_t *mgr, isc_sockaddr_t *local, unsigned int attributes, unsigned int mask, dns_dispatch_t **dispp) argument
2380 dispatch_allocate(dns_dispatchmgr_t *mgr, unsigned int maxrequests, dns_dispatch_t **dispp) argument
2501 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
2592 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
2784 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) argument
2902 dns_dispatch_attach(dns_dispatch_t *disp, dns_dispatch_t **dispp) argument
2921 dns_dispatch_detach(dns_dispatch_t **dispp) argument
[all...]

Completed in 17 milliseconds