HomeSort by: relevance | last modified time | path
    Searched refs:foundname (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
forward.h 96 dns_name_t *foundname, dns_forwarders_t **forwardersp);
105 * \li foundname to be NULL or a valid name with buffer.
keytable.h 234 dns_name_t *foundname);
244 *\li 'foundname' is a name with a dedicated buffer.
270 dns_name_t *foundname, bool *wantdnssecp);
287 * is at or beneath a trusted key. If 'foundname' is not NULL, then
zt.h 93 dns_name_t *foundname, dns_zone_t **zone);
95 * Find the best match for 'name' in 'zt'. If foundname is non NULL
105 * \li 'foundname' to be initialized and associated with a fixedname or NULL
db.h 97 dns_dbnode_t **nodep, dns_name_t *foundname,
102 dns_dbnode_t **nodep, dns_name_t *foundname,
172 dns_dbnode_t **nodep, dns_name_t *foundname,
765 dns_dbnode_t **nodep, dns_name_t *foundname,
771 dns_dbnode_t **nodep, dns_name_t *foundname,
847 * \li 'foundname' is a valid name with a dedicated buffer.
856 * \li If foundname != NULL, then it contains the full name of the
883 * a zone cut. node, foundname,
900 * a DNAME. node, foundname,
907 * foundname, and rdatase
    [all...]
rbt.h 399 dns_name_t *foundname, void **data);
433 *\li #ISC_R_NOSPACE Concatenating nodes to form foundname failed
437 dns_rbt_findnode(dns_rbt_t *rbt, const dns_name_t *name, dns_name_t *foundname,
506 * 'foundname' and 'name' represent the same name (though not
519 * 'foundname' is the name of deepest superdomain (which has
538 *\li #ISC_R_NOSPACE Concatenating nodes to form foundname failed
  /src/external/mpl/bind/dist/lib/dns/include/dns/
keytable.h 193 dns_name_t *foundname);
203 *\li 'foundname' is a name with a dedicated buffer.
215 dns_name_t *foundname, bool *wantdnssecp);
232 * is at or beneath a trusted key. If 'foundname' is not NULL, then
db.h 100 dns_dbnode_t **nodep, dns_name_t *foundname,
105 dns_dbnode_t **nodep, dns_name_t *foundname,
165 dns_dbnode_t **nodep, dns_name_t *foundname,
746 #define dns_db_find(db, name, version, type, options, now, nodep, foundname, \
748 dns__db_find(db, name, version, type, options, now, nodep, foundname, \
753 dns_dbnode_t **nodep, dns_name_t *foundname,
758 foundname, methods, clientinfo, rdataset, sigrdataset) \
760 foundname, methods, clientinfo, rdataset, \
765 dns_dbnode_t **nodep, dns_name_t *foundname,
837 * \li 'foundname' is a valid name with a dedicated buffer
    [all...]
rbt.h 309 #define dns_rbt_findnode(rbt, name, foundname, node, chain, options, callback, \
311 dns__rbt_findnode(rbt, name, foundname, node, chain, options, \
314 dns__rbt_findnode(dns_rbt_t *rbt, const dns_name_t *name, dns_name_t *foundname,
383 * 'foundname' and 'name' represent the same name (though not
396 * 'foundname' is the name of deepest superdomain (which has
415 *\li #ISC_R_NOSPACE Concatenating nodes to form foundname failed
  /src/external/mpl/bind/dist/tests/dns/
db_test.c 300 dns_name_t *name, *foundname; local
314 foundname = dns_fixedname_initname(&ffound);
317 foundname, &rdataset, NULL);
327 foundname = dns_fixedname_initname(&ffound);
330 foundname, &rdataset, NULL);
345 foundname, &rdataset, NULL);
352 foundname, &rdataset, NULL);
370 foundname, &rdataset, NULL);
379 foundname, &rdataset, NULL);
rbt_test.c 196 dns_name_t *foundname; local
199 foundname = dns_fixedname_initname(&fixed);
211 result = dns_rbt_findnode(rbt, name, foundname, &node, NULL, 0,
1004 dns_name_t *name, *foundname, *expected; local
1021 foundname = dns_fixedname_initname(&found);
1027 result = dns_rbtnodechain_first(&chain, ctx->rbt, foundname, NULL);
1029 assert_int_equal(dns_name_countlabels(foundname), 0);
qp_test.c 383 dns_name_t *foundname = dns_fixedname_initname(&fn2); local
387 result = dns_qp_lookup(qp, name, foundname, NULL, NULL, &pval,
401 assert_true(dns_name_equal(name, foundname));
411 * and foundname can trigger an assertion, so
415 dns_name_isabsolute(foundname))
417 assert_false(dns_name_equal(name, foundname));
419 dns_name_issubdomain(name, foundname));
  /src/external/mpl/dhcp/bind/dist/lib/dns/
keytable.c 539 dns_name_t *foundname) {
549 REQUIRE(foundname != NULL);
554 result = dns_rbt_findname(keytable->table, name, 0, foundname, &data);
579 dns_name_t *foundname, bool *wantdnssecp) {
593 result = dns_rbt_findnode(keytable->table, name, foundname, &node, NULL,
702 dns_name_t *foundname, *origin, *fullname; local
710 foundname = dns_fixedname_initname(&fixedfoundname);
722 dns_rbtnodechain_current(&chain, foundname, origin, &node);
726 result = dns_name_concatenate(foundname, origin,
762 dns_name_t *foundname, *origin, *fullname local
    [all...]
lookup.c 127 view_find(dns_lookup_t *lookup, dns_name_t *foundname) {
140 foundname, &lookup->rdataset,
151 dns_fixedname_t foundname, fixed; local
172 fname = dns_fixedname_initname(&foundname);
209 fname = dns_fixedname_name(&event->foundname);
db.c 486 dns_dbnode_t **nodep, dns_name_t *foundname,
496 REQUIRE(dns_name_hasbuffer(foundname));
505 now, nodep, foundname, rdataset,
509 now, nodep, foundname, NULL,
517 dns_dbnode_t **nodep, dns_name_t *foundname,
528 REQUIRE(dns_name_hasbuffer(foundname));
537 db, name, version, type, options, now, nodep, foundname,
541 now, nodep, foundname, rdataset,
549 dns_name_t *foundname, dns_name_t *dcname,
553 * foundname is the zonecut, dcname is the deepest name we hav
    [all...]
rootns.c 354 dns_name_t *foundname; local
359 foundname = dns_fixedname_initname(&fixed);
362 foundname, &hintrrset, NULL);
364 DNS_DBFIND_GLUEOK, now, NULL, foundname,
410 NULL, foundname, &hintrrset, NULL);
412 DNS_DBFIND_GLUEOK, now, NULL, foundname,
forward.c 177 dns_name_t *foundname, dns_forwarders_t **forwardersp) {
184 result = dns_rbt_findname(fwdtable->table, name, 0, foundname,
nta.c 438 dns_name_t *foundname; local
450 foundname = dns_fixedname_initname(&fn);
456 result = dns_rbt_findnode(ntatable->table, name, foundname, &node, NULL,
459 if (dns_name_issubdomain(foundname, anchor)) {
478 dns_name_format(foundname, nb, sizeof(nb));
490 result = deletenode(ntatable, foundname);
tsig.c 390 dns_name_t foundname; local
401 dns_name_init(&foundname, NULL);
406 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname, origin);
414 dns_rbtnodechain_current(&chain, &foundname, origin, &node);
429 result = dns_rbtnodechain_next(&chain, &foundname, origin);
602 dns_name_t foundname; local
620 dns_name_init(&foundname, NULL);
623 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname, origin);
631 dns_rbtnodechain_current(&chain, &foundname, origin, &node);
636 result = dns_rbtnodechain_next(&chain, &foundname, origin)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c 260 dns_name_t *foundname, dns_rdataset_t *rdataset,
278 * If we have to set foundname, we do it before anything else.
279 * If we were to set foundname after we had set nodep or bound the
281 * failed. By setting foundname first, there's nothing to undo if
284 if (foundname != NULL && search->copy_name) {
286 dns_name_copy(zcname, foundname);
498 dns_dbnode_t **nodep, dns_name_t *foundname,
559 * If we have to set foundname, we do it before
560 * anything else. If we were to set foundname after
563 * failed. By setting foundname first, there'
    [all...]
rbt-zonedb.c 250 dns_name_t *foundname, dns_rdataset_t *rdataset,
268 * If we have to set foundname, we do it before anything else.
269 * If we were to set foundname after we had set nodep or bound the
271 * failed. By setting foundname first, there's nothing to undo if
274 if (foundname != NULL && search->copy_name) {
276 dns_name_copy(zcname, foundname);
787 dns_name_t *foundname, dns_rdataset_t *rdataset,
897 foundname, NULL);
984 dns_name_t *foundname, dns_rdataset_t *rdataset,
1036 result = dns_rbt_findnode(tree, name, foundname, &node, &search.chain
2066 dns_rbt_fullnamefromnode(RBTDB_HEADERNODE(header), foundname); local
2323 dns_name_t foundname; local
2356 dns_name_t foundname; local
    [all...]
rootns.c 385 dns_name_t *foundname; local
390 foundname = dns_fixedname_initname(&fixed);
393 foundname, &hintrrset, NULL);
395 DNS_DBFIND_GLUEOK, now, NULL, foundname,
445 NULL, foundname, &hintrrset, NULL);
447 DNS_DBFIND_GLUEOK, now, NULL, foundname,
db.c 492 dns_dbnode_t **nodep, dns_name_t *foundname,
503 REQUIRE(dns_name_hasbuffer(foundname));
512 now, nodep, foundname, rdataset,
516 db, name, version, type, options, now, nodep, foundname,
524 dns_dbnode_t **nodep, dns_name_t *foundname,
536 REQUIRE(dns_name_hasbuffer(foundname));
545 now, nodep, foundname, methods,
550 now, nodep, foundname, rdataset,
558 dns_name_t *foundname, dns_name_t *dcname,
563 * foundname is the zonecut, dcname is the deepest name we hav
    [all...]
keytable.c 508 dns_name_t *foundname) {
520 REQUIRE(foundname != NULL);
527 dns_name_copy(&keynode->name, foundname);
537 dns_name_t *foundname, bool *wantdnssecp) {
555 if (foundname != NULL) {
556 dns_name_copy(&keynode->name, foundname);
qpzone.c 2005 dns_name_t foundname; local
2010 dns_name_init(&foundname, offsets);
2014 dns_name_getlabelsequence(name, 1, n, &foundname);
2017 result = dns_qp_getname(qp, &foundname, (void **)&node, NULL);
2020 node = new_qpznode(qpdb, &foundname);
2031 dns_name_t foundname; local
2035 dns_name_init(&foundname, offsets);
2040 dns_name_getlabelsequence(name, n - i, i, &foundname);
2041 if (dns_name_iswildcard(&foundname)) {
2042 wildcardmagic(qpdb, qp, &foundname);
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
db.c 146 dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset,
153 nodep, foundname, rdataset,
159 isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname,
167 foundname, dcname, rdataset,
400 dns_dbnode_t **nodep, dns_name_t *foundname,
408 now, nodep, foundname, methods, clientinfo,

Completed in 92 milliseconds

1 2 3