Home
last modified time | relevance | path

Searched refs:httpdp (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Dhttpd.h43 isc_timermgr_t *tmgr, isc_httpdmgr_t **httpdp);
46 isc_httpdmgr_shutdown(isc_httpdmgr_t **httpdp);
/freebsd-12.1/contrib/ntp/lib/isc/
H A Dhttpd.c232 destroy_client(isc_httpd_t **httpdp) in destroy_client() argument
234 isc_httpd_t *httpd = *httpdp; in destroy_client()
237 *httpdp = NULL; in destroy_client()
259 isc_timermgr_t *tmgr, isc_httpdmgr_t **httpdp) in isc_httpdmgr_create() argument
268 REQUIRE(httpdp != NULL && *httpdp == NULL); in isc_httpdmgr_create()
311 *httpdp = httpd; in isc_httpdmgr_create()