Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/lib/isc/
HDhttpd.c58 #define HTTP_SENDGROW 1024 macro
570 httpd->headerdata = isc_mem_get(httpdmgr->mctx, HTTP_SENDGROW); in isc_httpd_accept()
576 httpd->headerlen = HTTP_SENDGROW; in isc_httpd_accept()
803 newlen = httpd->headerlen + HTTP_SENDGROW; in grow_headerspace()