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

/bind-9.11.3/lib/dns/
H A Dpeer.c318 isc_boolean_t existed; local
322 existed = DNS_BIT_CHECK(BOGUS_BIT, &peer->bitflags);
327 return (existed ? ISC_R_EXISTS : ISC_R_SUCCESS);
345 isc_boolean_t existed; local
349 existed = DNS_BIT_CHECK(PROVIDE_IXFR_BIT, &peer->bitflags);
354 return (existed ? ISC_R_EXISTS : ISC_R_SUCCESS);
372 isc_boolean_t existed; local
376 existed = DNS_BIT_CHECK(REQUEST_IXFR_BIT, &peer->bitflags);
381 return (existed ? ISC_R_EXISTS : ISC_R_SUCCESS);
398 isc_boolean_t existed; local
424 isc_boolean_t existed; local
450 isc_boolean_t existed; local
476 isc_boolean_t existed; local
502 isc_boolean_t existed; local
528 isc_boolean_t existed; local
555 isc_boolean_t existed; local
741 isc_boolean_t existed; local
769 isc_boolean_t existed; local
[all...]
H A Dupdate.c1592 isc_boolean_t existed, exists; local
1601 &existed));
1603 existed = ISC_FALSE;
1605 if (exists == existed)
1860 isc_boolean_t exists, existed; local
1889 existed = ns_existed || dname_existed;
1890 if (exists == existed)

Completed in 245 milliseconds