Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c259 isc_httpdmgr_t *httpdmgr; in destroy_httpd() local
263 httpdmgr = httpd->mgr; in destroy_httpd()
264 REQUIRE(VALID_HTTPDMGR(httpdmgr)); in destroy_httpd()
271 LOCK(&httpdmgr->lock); in destroy_httpd()
272 ISC_LIST_UNLINK(httpdmgr->running, httpd, link); in destroy_httpd()
273 UNLOCK(&httpdmgr->lock); in destroy_httpd()
279 free_buffer(httpdmgr->mctx, &httpd->headerbuffer); in destroy_httpd()
280 free_buffer(httpdmgr->mctx, &httpd->compbuffer); in destroy_httpd()
282 isc_mem_put(httpdmgr->mctx, httpd, sizeof(isc_httpd_t)); in destroy_httpd()
290 isc_httpdmgr_detach(&httpdmgr); in destroy_httpd()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dhttpd.c236 isc_httpdmgr_t *httpdmgr = NULL; in isc_httpdmgr_create()
242 httpdmgr = isc_mem_get(mctx, sizeof(isc_httpdmgr_t)); in isc_httpdmgr_create()
243 *httpdmgr = (isc_httpdmgr_t){ .client_ok = client_ok, in isc_httpdmgr_create()
249 isc_mutex_init(&httpdmgr->lock); in isc_httpdmgr_create()
250 isc_mem_attach(mctx, &httpdmgr->mctx); in isc_httpdmgr_create()
252 ISC_LIST_INIT(httpdmgr->running); in isc_httpdmgr_create()
253 ISC_LIST_INIT(httpdmgr->urls); in isc_httpdmgr_create()
255 isc_refcount_init(&httpdmgr->references, 1); in isc_httpdmgr_create()
258 httpdmgr, 5, NULL, &httpdmgr in isc_httpdmgr_create()
221 isc_httpdmgr_t *httpdmgr = NULL; isc_httpdmgr_create() local
273 isc_httpdmgr_t *httpdmgr = NULL; httpdmgr_detach() local
287 destroy_httpdmgr(isc_httpdmgr_t * httpdmgr) destroy_httpdmgr() argument
545 isc_httpdmgr_t *httpdmgr = NULL; httpd_reset() local
580 isc_httpdmgr_t *httpdmgr = httpd->mgr; isc__httpd_sendreq_new() local
627 new_httpd(isc_httpdmgr_t * httpdmgr,isc_nmhandle_t * handle) new_httpd() argument
660 isc_httpdmgr_t *httpdmgr = (isc_httpdmgr_t *)arg; httpd_newconn() local
1002 isc_httpdmgr_t *httpdmgr; isc_httpdmgr_shutdown() local
1100 isc_httpdmgr_addurl(isc_httpdmgr_t * httpdmgr,const char * url,bool isstatic,isc_httpdaction_t * func,void * arg) isc_httpdmgr_addurl() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dhttpd.h65 isc_httpdmgr_addurl(isc_httpdmgr_t *httpdmgr, const char *url,
69 isc_httpdmgr_addurl2(isc_httpdmgr_t *httpdmgr, const char *url, bool isstatic,
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dhttpd.h49 isc_httpdmgr_addurl(isc_httpdmgr_t *httpdmgr, const char *url, bool isstatic,