Searched defs:data_printer (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/dns/tests/ |
H A D | rbt_serialize_test.c | 266 data_printer(FILE *out, void *datap) function 298 dns_rbt_printtext(rbt, data_printer, stdout); 338 dns_rbt_printtext(rbt_deserialized, data_printer, stdout);
|
/bind-9.11.3/lib/dns/ |
H A D | rbt.c | 3054 void (*data_printer)(FILE *, void *), FILE *f) 3077 if (root->data != NULL && data_printer != NULL) { 3079 data_printer(f, root->data); 3088 data_printer, f); local 3093 data_printer, f); local 3096 data_printer, f); local 3104 void (*data_printer)(FILE *, void *), FILE *f) 3108 print_text_helper(rbt->root, NULL, 0, "root", data_printer, f);
|
Completed in 448 milliseconds