Lines Matching defs:ok
819 * If we're deleting all records, it's ok to delete RRSIG and NSEC even
1418 * Sets '*ok' to ISC_TRUE if the update is legal, ISC_FALSE if not.
1435 dns_rdata_t *update_rdata, isc_boolean_t *ok)
1448 *ok = ISC_FALSE;
1450 *ok = ISC_TRUE;
2826 isc_boolean_t ok = ISC_TRUE;
2868 ok = ISC_FALSE;
2899 ok = ISC_FALSE;
2904 ok = ISC_FALSE;
2910 ok = ISC_FALSE;
2913 return (ok ? ISC_R_SUCCESS : DNS_R_REFUSED);
3818 isc_boolean_t ok;
3830 &ok));
3831 if (! ok) {