Searched defs:httpd (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | httpd.c | 16 #include <isc/httpd.h> 83 * Flags on the httpd client. 125 /*% lightweight socket manager for httpd output */ 208 static void reset_client(isc_httpd_t *httpd); 217 isc_httpd_t *httpd = *httpdp; local 218 isc_httpdmgr_t *httpdmgr = httpd->mgr; 225 isc_socket_detach(&httpd->sock); 226 ISC_LIST_UNLINK(httpdmgr->running, httpd, link); 228 isc_buffer_region(&httpd->headerbuffer, &r); 233 isc_buffer_region(&httpd 379 have_header(isc_httpd_t *httpd, const char *header, const char *value, const char *eov) argument 442 process_request(isc_httpd_t *httpd, int length) argument 607 isc_httpd_t *httpd; local 763 alloc_compspace(isc_httpd_t *httpd, unsigned int size) argument 798 isc_httpd_compress(isc_httpd_t *httpd) argument 841 isc_httpd_t *httpd = ev->ev_arg; local 988 isc_httpd_t *httpd; local 1013 grow_headerspace(isc_httpd_t *httpd) argument 1035 isc_httpd_response(isc_httpd_t *httpd) argument 1059 isc_httpd_addheader(isc_httpd_t *httpd, const char *name, const char *val) argument 1091 isc_httpd_endheaders(isc_httpd_t *httpd) argument 1108 isc_httpd_addheaderuint(isc_httpd_t *httpd, const char *name, int val) argument 1136 isc_httpd_t *httpd = ev->ev_arg; local 1202 reset_client(isc_httpd_t *httpd) argument [all...] |
Completed in 13 milliseconds