Searched defs:client_ok (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dhttpd.c132 isc_httpdclientok_t *client_ok; /*%< client validator */ member in struct:isc_httpdmgr
250 isc_httpdclientok_t *client_ok,
279 httpdmgr->client_ok = client_ok;
633 if (httpdmgr->client_ok != NULL &&
634 !(httpdmgr->client_ok)(&peeraddr, httpdmgr->cb_arg)) {
249 isc_httpdmgr_create(isc_mem_t *mctx, isc_socket_t *sock, isc_task_t *task, isc_httpdclientok_t *client_ok, isc_httpdondestroy_t *ondestroy, void *cb_arg, isc_timermgr_t *tmgr, isc_httpdmgr_t **httpdmgrp) argument
/bind-9.11.3/bin/named/
H A Dstatschannel.c3035 client_ok(const isc_sockaddr_t *fromaddr, void *arg) { function
3137 result = isc_httpdmgr_create(server->mctx, sock, task, client_ok,

Completed in 18 milliseconds