HomeSort by: relevance | last modified time | path
    Searched defs:maxbuffers (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
client.c 318 unsigned buffersize, maxbuffers, maxrequests, buckets, increment; local
346 maxbuffers = is_shared ? 1000 : 8;
353 buffersize, maxbuffers, maxrequests,
dispatch.c 81 unsigned int maxbuffers; /*%< max buffers */ member in struct:dns_dispatchmgr
930 if (disp->mgr->buffers >= disp->mgr->maxbuffers) {
1873 unsigned int maxbuffers, unsigned int maxrequests,
1879 REQUIRE(maxbuffers > 0);
1897 if (maxbuffers < 8) {
1898 maxbuffers = 8;
1903 if (maxbuffers > mgr->maxbuffers) {
1904 mgr->maxbuffers = maxbuffers;
    [all...]

Completed in 27 milliseconds