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

/bind-9.11.3/lib/isccfg/
H A Daclconf.c218 isc_uint32_t *count, isc_boolean_t *has_negative)
226 if (has_negative != NULL)
227 *has_negative = ISC_FALSE;
240 if (has_negative != NULL)
241 *has_negative = ISC_TRUE;
216 count_acl_elements(const cfg_obj_t *caml, const cfg_obj_t *cctx, isc_log_t *lctx, cfg_aclconfctx_t *ctx, isc_mem_t *mctx, isc_uint32_t *count, isc_boolean_t *has_negative) argument

Completed in 13 milliseconds