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

/bind-9.11.3/contrib/dlz/drivers/
H A Dsdlz_helper.c106 isc_boolean_t foundclient = isc_boolean_false; local
211 foundclient = isc_boolean_true;
223 if (((flags & SDLZH_REQUIRE_CLIENT) != 0) && (!foundclient) ) {
/bind-9.11.3/contrib/dlz/modules/common/
H A Ddlz_dbi.c101 isc_boolean_t foundclient = ISC_FALSE; local
201 foundclient = ISC_TRUE;
213 if (((flags & REQUIRE_CLIENT) != 0) && (!foundclient) ) {

Completed in 13 milliseconds