Searched defs:maxbuffers (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | client.c | 259 unsigned buffersize, maxbuffers, maxrequests, buckets, increment; local 287 maxbuffers = is_shared ? 1000 : 8; 295 buffersize, maxbuffers, maxrequests,
|
H A D | dispatch.c | 81 unsigned int maxbuffers; /*%< max buffers */ member in struct:dns_dispatchmgr 1508 if (disp->mgr->buffers >= disp->mgr->maxbuffers) 1842 mgr->maxbuffers = 0; 2008 unsigned int buffersize, unsigned int maxbuffers, 2016 REQUIRE(maxbuffers > 0); 2033 if (maxbuffers < 8) 2034 maxbuffers = 8; 2041 * We only increase the maxbuffers to avoid accidental buffer 2048 if (maxbuffers > mgr->maxbuffers) { 2007 dns_dispatchmgr_setudp(dns_dispatchmgr_t *mgr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment) 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 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 [all...] |
Completed in 26 milliseconds