Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c49 #define HTTP_SENDGROW 1024 macro
747 headerdata = isc_mem_get(httpdmgr->mctx, HTTP_SENDGROW); in isc_httpd_create()
748 isc_buffer_init(&httpd->headerbuffer, headerdata, HTTP_SENDGROW); in isc_httpd_create()
1124 newlen = r.length + HTTP_SENDGROW; in grow_headerspace()