Home
last modified time | relevance | path

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

/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/ns/
H A Dserver.c129 isc_quota_t *http_quota; in ns_server_detach() local
140 http_quota = ISC_LIST_HEAD(sctx->http_quotas); in ns_server_detach()
141 while (http_quota != NULL) { in ns_server_detach()
144 next = ISC_LIST_NEXT(http_quota, link); in ns_server_detach()
145 ISC_LIST_DEQUEUE(sctx->http_quotas, http_quota, link); in ns_server_detach()
146 isc_quota_destroy(http_quota); in ns_server_detach()
147 isc_mem_put(sctx->mctx, http_quota, in ns_server_detach()
148 sizeof(*http_quota)); in ns_server_detach()
149 http_quota = next; in ns_server_detach()
H A Dlistenlist.c84 elt->http_quota = NULL; in ns_listenelt_create()
109 (*target)->http_quota = quota; in ns_listenelt_create_http()
H A Dinterfacemgr.c618 elt->http_endpoints_number, elt->http_quota, in ns_interface_setup()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/ns/include/ns/
H A Dlistenlist.h51 isc_quota_t * http_quota; member