Searched defs:empty_ok (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | regex.c | 46 isc_boolean_t empty_ok = ISC_FALSE; local 115 empty_ok = ISC_TRUE; 121 if (group && !have_atom && !empty_ok) 133 empty_ok = ISC_FALSE;
|
/bind-9.11.3/lib/dns/tests/ |
H A D | rdata_test.c | 289 check_wire_ok(const wire_ok_t *wire_ok, isc_boolean_t empty_ok, argument 293 wire_ok_t empty_wire = WIRE_TEST(empty_ok); 315 * The empty_ok argument denotes whether an attempt to parse a zero-length wire 323 isc_boolean_t empty_ok, dns_rdataclass_t rdclass, 335 check_wire_ok(wire_ok, empty_ok, rdclass, type, structsize); 322 check_rdata(const text_ok_t *text_ok, const wire_ok_t *wire_ok, isc_boolean_t empty_ok, dns_rdataclass_t rdclass, dns_rdatatype_t type, size_t structsize) argument
|
Completed in 453 milliseconds