Lines Matching refs:maxrequests
202 unsigned int maxrequests; /*%< max requests */ member
314 unsigned int maxrequests, unsigned int attributes,
1873 unsigned int maxbuffers, unsigned int maxrequests, in dns_dispatchmgr_setudp() argument
1882 UNUSED(maxrequests); in dns_dispatchmgr_setudp()
2176 dispatch_allocate(dns_dispatchmgr_t *mgr, unsigned int maxrequests, in dispatch_allocate() argument
2194 disp->maxrequests = maxrequests; in dispatch_allocate()
2294 unsigned int maxbuffers, unsigned int maxrequests, in dns_dispatch_createtcp() argument
2319 result = dispatch_allocate(mgr, maxrequests, &disp); in dns_dispatch_createtcp()
2480 unsigned int maxrequests, unsigned int buckets, in dns_dispatch_getudp_dup() argument
2499 maxrequests, buckets, increment); in dns_dispatch_getudp_dup()
2519 if (disp->maxrequests < maxrequests) { in dns_dispatch_getudp_dup()
2520 disp->maxrequests = maxrequests; in dns_dispatch_getudp_dup()
2549 mgr, sockmgr, taskmgr, localaddr, maxrequests, attributes, in dns_dispatch_getudp_dup()
2567 unsigned int maxrequests, unsigned int buckets, in dns_dispatch_getudp() argument
2571 buffersize, maxbuffers, maxrequests, in dns_dispatch_getudp()
2698 unsigned int maxrequests, unsigned int attributes, in dispatch_createudp() argument
2712 result = dispatch_allocate(mgr, maxrequests, &disp); in dispatch_createudp()
2914 if (disp->requests >= disp->maxrequests) { in dns_dispatch_addresponse()
3509 source->maxrequests, source->attributes, in dns_dispatchset_create()