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

/bind-9.11.3/lib/isc/
H A Dhttpd.c56 #define HTTP_SENDGROW 1024 macro
100 * allocate an additional HTTP_SENDGROW bytes per header space grow.
658 headerdata = isc_mem_get(httpdmgr->mctx, HTTP_SENDGROW);
664 isc_buffer_init(&httpd->headerbuffer, headerdata, HTTP_SENDGROW);
1019 newlen = r.length + HTTP_SENDGROW;

Completed in 476 milliseconds