Searched defs:newspace (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dhttpd.c764 char *newspace; local
772 newspace = isc_mem_get(httpd->mgr->mctx, size);
773 if (newspace == NULL)
775 isc_buffer_reinit(&httpd->compbuffer, newspace, size);
1014 char *newspace; local
1023 newspace = isc_mem_get(httpd->mgr->mctx, newlen);
1024 if (newspace == NULL)
1027 isc_buffer_reinit(&httpd->headerbuffer, newspace, newlen);

Completed in 10 milliseconds