Searched defs:printnode (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | db.h | 112 void (*printnode)(dns_db_t *db, dns_dbnode_t *node, member in struct:dns_dbmethods
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | db_test.c | 348 isc_boolean_t printnode = ISC_FALSE; local 422 printnode = ISC_TRUE; 680 if (printnode) 681 printnode = ISC_FALSE; 683 printnode = ISC_TRUE; 684 printf("printnode = %s\n", 685 printnode ? "TRUE" : "FALSE"); 868 if (printnode) 901 if (printnode) 909 if (printnode) [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | sdb.c | 1033 printnode(dns_db_t *db, dns_dbnode_t *node, FILE *out) { function 1243 printnode,
|
H A D | sdlz.c | 662 printnode(dns_db_t *db, dns_dbnode_t *node, FILE *out) { function 1040 printnode,
|
H A D | rbtdb.c | 5065 printnode(dns_db_t *db, dns_dbnode_t *node, FILE *out) { function 6930 printnode, 6969 printnode,
|
Completed in 44 milliseconds