Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dhttpd.c234 isc_httpdmgr_t **httpdmgrp) { in isc_httpdmgr_create()
240 REQUIRE(httpdmgrp != NULL && *httpdmgrp == NULL); in isc_httpdmgr_create()
261 *httpdmgrp = httpdmgr;
971 isc_httpdmgr_shutdown(isc_httpdmgr_t **httpdmgrp) { in httpd_request()
974 REQUIRE(httpdmgrp != NULL); in httpd_request()
975 REQUIRE(VALID_HTTPDMGR(*httpdmgrp)); in httpd_request()
977 httpdmgr = *httpdmgrp; in httpd_request()
978 *httpdmgrp = NULL; in httpd_request()
219 isc_httpdmgr_create(isc_nm_t * nm,isc_mem_t * mctx,isc_sockaddr_t * addr,isc_httpdclientok_t * client_ok,isc_httpdondestroy_t * ondestroy,void * cb_arg,isc_httpdmgr_t ** httpdmgrp) isc_httpdmgr_create() argument
272 httpdmgr_detach(isc_httpdmgr_t ** httpdmgrp) httpdmgr_detach() argument
1001 isc_httpdmgr_shutdown(isc_httpdmgr_t ** httpdmgrp) isc_httpdmgr_shutdown() argument
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c337 isc_timermgr_t *tmgr, isc_httpdmgr_t **httpdmgrp) { in isc_httpdmgr_create() argument
345 REQUIRE(httpdmgrp != NULL && *httpdmgrp == NULL); in isc_httpdmgr_create()
385 *httpdmgrp = httpdmgr; in isc_httpdmgr_create()
411 isc_httpdmgr_detach(isc_httpdmgr_t **httpdmgrp) { in isc_httpdmgr_detach() argument
412 REQUIRE(httpdmgrp != NULL && VALID_HTTPDMGR(*httpdmgrp)); in isc_httpdmgr_detach()
413 isc_httpdmgr_t *httpdmgr = *httpdmgrp; in isc_httpdmgr_detach()
414 *httpdmgrp = NULL; in isc_httpdmgr_detach()
1090 isc_httpdmgr_shutdown(isc_httpdmgr_t **httpdmgrp) { in isc_httpdmgr_shutdown() argument
1094 REQUIRE(httpdmgrp != NULL); in isc_httpdmgr_shutdown()
1095 httpdmgr = *httpdmgrp; in isc_httpdmgr_shutdown()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dhttpd.h43 isc_httpdmgr_t **httpdmgrp);