Searched defs:printnode (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Ddb.h113 void (*printnode)(dns_db_t *db, dns_dbnode_t *node, member in struct:dns_dbmethods
/bind-9.11.3/bin/tests/
H A Ddb_test.c340 isc_boolean_t printnode = ISC_FALSE; local
412 printnode = ISC_TRUE;
670 if (printnode)
671 printnode = ISC_FALSE;
673 printnode = ISC_TRUE;
674 printf("printnode = %s\n",
675 printnode ? "TRUE" : "FALSE");
857 if (printnode)
890 if (printnode)
898 if (printnode)
[all...]
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Ddb.c262 printnode(dns_db_t *db, dns_dbnode_t *node, FILE *out) { function
600 printnode,
/bind-9.11.3/lib/dns/
H A Dsdb.c1055 printnode(dns_db_t *db, dns_dbnode_t *node, FILE *out) { function
1266 printnode,
H A Dsdlz.c779 printnode(dns_db_t *db, dns_dbnode_t *node, FILE *out) { function
1300 printnode,
H A Drbtdb.c244 #define printnode printnode64 macro
5669 printnode(dns_db_t *db, dns_dbnode_t *node, FILE *out) { function
8352 printnode,
8400 printnode,

Completed in 51 milliseconds