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

/bind-9.6-ESV-R11/lib/isc/
H A Dhttpd.c58 #define HTTP_SENDGROW 1024 macro
113 * allocate an additional HTTP_SENDGROW bytes per header space grow.
570 httpd->headerdata = isc_mem_get(httpdmgr->mctx, HTTP_SENDGROW);
576 httpd->headerlen = HTTP_SENDGROW;
803 newlen = httpd->headerlen + HTTP_SENDGROW;

Completed in 24 milliseconds