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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c134 int exists; local
136 r = idn_ucsset_lookup(ctx->set, *str, &exists);
140 } else if (exists) {
/bind-9.11.3/lib/dns/
H A Dnsec.c295 isc_boolean_t *exists, isc_boolean_t *data,
308 REQUIRE(exists != NULL);
363 *exists = ISC_TRUE;
366 "nsec proves name exists (owner) data=%d",
370 (*logit)(arg, ISC_LOG_DEBUG(3), "NSEC proves CNAME exists");
412 *exists = ISC_TRUE;
439 *exists = ISC_FALSE;
293 dns_nsec_noexistnodata(dns_rdatatype_t type, dns_name_t *name, dns_name_t *nsecname, dns_rdataset_t *nsecset, isc_boolean_t *exists, isc_boolean_t *data, dns_name_t *wild, dns_nseclog_t logit, void *arg) argument
H A Dpeer.c595 isc_boolean_t exists = ISC_FALSE; local
600 exists = ISC_TRUE;
606 return (exists ? ISC_R_EXISTS : ISC_R_SUCCESS);
H A Dnsec3.c323 * Set '*exists' to true iff the given name exists, to false otherwise.
327 isc_boolean_t *exists)
335 *exists = ISC_FALSE;
348 *exists = ISC_TRUE;
350 *exists = ISC_FALSE;
353 *exists = ISC_FALSE;
518 isc_boolean_t exists = ISC_FALSE; local
729 CHECK(name_exists(db, version, &empty, &exists));
730 if (exists)
326 name_exists(dns_db_t *db, dns_dbversion_t *version, dns_name_t *name, isc_boolean_t *exists) argument
1836 dns_nsec3_noexistnodata(dns_rdatatype_t type, dns_name_t* name, dns_name_t *nsec3name, dns_rdataset_t *nsec3set, dns_name_t *zonename, isc_boolean_t *exists, isc_boolean_t *data, isc_boolean_t *optout, isc_boolean_t *unknown, isc_boolean_t *setclosest, isc_boolean_t *setnearest, dns_name_t *closest, dns_name_t *nearest, dns_nseclog_t logit, void *arg) argument
[all...]
H A Drpz.c1293 * Do not worry if the radix tree already exists,
1378 * Do not worry if the node already exists,
2020 * If the child exists fix up its parent pointer.
2040 isc_boolean_t exists; local
2084 exists = ISC_TF(del_data.set.qname != 0 || del_data.set.ns != 0 ||
2107 if (exists)
H A Dupdate.c412 * does not exist, or if no RRset of the given type exists at the name,
500 * ISC_R_SUCCESS, set *exists to ISC_TRUE or ISC_FALSE,
504 * Return the failure result code and do not set *exists.
511 (*exists = ISC_TRUE, ISC_R_SUCCESS) : \
513 (*exists = ISC_FALSE, ISC_R_SUCCESS) : \
517 * Set '*exists' to true iff an rrset of the given type exists,
523 isc_boolean_t *exists)
532 * Set '*visible' to true if the RRset exists and is part of the
583 * Set '*exists' t
521 rrset_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, dns_rdatatype_t type, dns_rdatatype_t covers, isc_boolean_t *exists) argument
586 name_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t *exists) argument
790 non_nsec_rrset_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t *exists) argument
1592 isc_boolean_t existed, exists; local
1681 isc_boolean_t exists; local
1860 isc_boolean_t exists, existed; local
[all...]
H A Dvalidator.c542 * If the DS record exists it will be secure. We can continue looking
850 isc_boolean_t exists, data; local
892 devent->name, rdataset, &exists,
896 if (exists && !data) {
902 if (!exists) {
2388 isc_boolean_t exists, data; local
2425 rdataset, &exists, &data, NULL,
2430 if (exists && !data)
2432 if (exists && !data && NEEDNODATA(val))
2435 if (!exists)
2483 isc_boolean_t exists, data, optout, unknown; local
[all...]
H A Ddnssec.c1924 exists(dns_rdataset_t *rdataset, dns_rdata_t *rdata) { function
1989 !exists(cdnskey, &cdnskeyrdata))
1993 !exists(cds, &cdsrdata1))
1997 !exists(cds, &cdsrdata2))
2004 if (exists(cds, &cdsrdata1))
2007 if (exists(cds, &cdsrdata2))
2014 if (exists(cdnskey, &cdnskeyrdata))
2045 if (exists(cds, &cdsrdata1))
2048 if (exists(cds, &cdsrdata2))
2054 if (exists(cdnske
[all...]
H A Dresolver.c5290 isc_boolean_t data = ISC_FALSE, exists = ISC_FALSE; local
5302 nrdataset, &exists,
5306 if (!exists) {
5315 &exists, &data,
5322 if (!exists && setnearest) {
9879 * If no bitfield exists in the node data, or if
9882 * into it if one exists.
10014 * If no bitfield exists in the node data, or if
10017 * into it if one exists.
H A Dzone.c11609 * Get the EDNS EXPIRE option from the response and if it exists trim
12446 * If a db exists we will update it, otherwise we create a
14167 * exists use its value provided it is greater
15504 "no database exists yet, requesting AXFR of "
18727 isc_boolean_t exists = ISC_FALSE; local
18775 exists = ISC_TRUE;
18801 exists = ISC_TRUE;
18816 if (!exists && np->replace && (np->length != 0 || np->nsec))
18820 if (!exists && np->length != 0) {
/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck_test.c340 bool exists; local
346 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(exists);
347 RE(atf_fs_exists(&err, &exists)); ATF_CHECK(exists);
349 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(!exists);
350 RE(atf_fs_exists(&err, &exists)); ATF_CHECK(!exists);
H A Dmacros_test.c65 exists(const char *p) function
261 ATF_REQUIRE(exists("before"));
262 ATF_REQUIRE(exists("after"));
305 ATF_REQUIRE(exists("before"));
308 ATF_REQUIRE(exists("after"));
313 ATF_REQUIRE(!exists("after"));
362 ATF_REQUIRE(exists("before"));
363 ATF_REQUIRE(exists("after"));
403 ATF_CHECK(exists("before"));
404 ATF_CHECK(exists("afte
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.cpp451 impl::exists(const path& p) function in class:impl
489 if (!exists(p))
/bind-9.11.3/lib/isc/win32/
H A Dfile.c189 BOOL exists = FALSE; local
201 * Rename to a backup the new file if it still exists
204 exists = TRUE;
225 if (exists == TRUE) {
236 if (exists == TRUE)
806 /* Check whether the full-length SHA256 hash filename exists */
827 * If neither hash filename already exists, then we'll use
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c72 exists(const atf_fs_path_t *p) function
561 ATF_TC(exists); variable
562 ATF_TC_HEAD(exists, tc)
566 ATF_TC_BODY(exists, tc)
750 ATF_REQUIRE(exists(&p));
752 ATF_REQUIRE(!exists(&p));
770 ATF_REQUIRE(exists(&p));
797 ATF_REQUIRE(exists(&p));
828 ATF_REQUIRE(exists(&p1));
829 ATF_REQUIRE(exists(
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.cpp96 * exists (stat call returned). */
636 impl::exists(const path& p) function in class:impl
675 if (!exists(p))
/bind-9.11.3/bin/named/
H A Dupdate.c636 * does not exist, or if no RRset of the given type exists at the name,
748 * ISC_R_SUCCESS, set *exists to ISC_TRUE or ISC_FALSE,
752 * Return the failure result code and do not set *exists.
759 (*exists = ISC_TRUE, ISC_R_SUCCESS) : \
761 (*exists = ISC_FALSE, ISC_R_SUCCESS) : \
765 * Set '*exists' to true iff an rrset of the given type exists,
771 isc_boolean_t *exists)
796 * If such an incompatible rrset exists, set '*exists' t
769 rrset_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, dns_rdatatype_t type, dns_rdatatype_t covers, isc_boolean_t *exists) argument
800 cname_incompatible_rrset_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t *exists) argument
846 name_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t *exists) argument
[all...]
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c1988 isc_boolean_t exists; local
2010 exists = hashlist_exists(hashlist, hash);
2035 if (exists && nsec3.hash == hashalg &&
2730 fatal("An NSEC3 chain exists with a different salt. "
2740 fatal("An NSEC3 chain exists with different "
2774 fatal("An NSEC3 chain exists with%s OPTOUT. "

Completed in 128 milliseconds