Searched refs:httpd (Results 1 - 5 of 5) 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...] |
/bind-9.11.3/lib/isc/include/isc/ |
H A D | httpd.h | 9 /* $Id: httpd.h,v 1.9 2008/08/08 05:06:49 marka Exp $ */ 67 isc_httpd_response(isc_httpd_t *httpd); 70 isc_httpd_addheader(isc_httpd_t *httpd, const char *name, 74 isc_httpd_addheaderuint(isc_httpd_t *httpd, const char *name, int val); 76 isc_result_t isc_httpd_endheaders(isc_httpd_t *httpd);
|
/bind-9.11.3/bin/named/ |
H A D | main.c | 24 #include <isc/httpd.h>
|
H A D | statschannel.c | 14 #include <isc/httpd.h>
|
H A D | server.c | 30 #include <isc/httpd.h>
|
Completed in 255 milliseconds