Searched refs:isccc_cc_lookupstring (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/isccc/include/isccc/ |
H A D | cc.h | 102 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp);
|
/bind-9.11.3/lib/isccc/ |
H A D | cc.c | 788 (void)isccc_cc_lookupstring(_ctrl, "_frm", &_frm); 790 (void)isccc_cc_lookupstring(_ctrl, "_to", &_to); 826 if (isccc_cc_lookupstring(_ctrl, "_ack", NULL) == ISC_R_SUCCESS) 838 if (isccc_cc_lookupstring(_ctrl, "_rpl", NULL) == ISC_R_SUCCESS) 858 isccc_cc_lookupstring(_data, "type", &type) != ISC_R_SUCCESS) 864 (void)isccc_cc_lookupstring(_ctrl, "_frm", &_frm); 866 (void)isccc_cc_lookupstring(_ctrl, "_to", &_to); 931 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp) { function 1038 isccc_cc_lookupstring(_ctrl, "_ser", &_ser) != ISC_R_SUCCESS || 1039 isccc_cc_lookupstring(_ctr [all...] |
/bind-9.11.3/bin/named/ |
H A D | control.c | 92 result = isccc_cc_lookupstring(data, "type", &cmdline);
|
/bind-9.11.3/bin/rndc/ |
H A D | rndc.c | 283 result = isccc_cc_lookupstring(data, "err", &errormsg); 293 result = isccc_cc_lookupstring(data, "text", &textmsg);
|
Completed in 23 milliseconds