Searched refs:isccc_cc_lookupstring (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/lib/isccc/include/isccc/ |
H A D | cc.h | 100 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp);
|
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | cc.c | 554 (void)isccc_cc_lookupstring(_ctrl, "_frm", &_frm); 556 (void)isccc_cc_lookupstring(_ctrl, "_to", &_to); 593 if (isccc_cc_lookupstring(_ctrl, "_ack", NULL) == ISC_R_SUCCESS) 606 if (isccc_cc_lookupstring(_ctrl, "_rpl", NULL) == ISC_R_SUCCESS) 626 isccc_cc_lookupstring(_data, "type", &type) != ISC_R_SUCCESS) 632 (void)isccc_cc_lookupstring(_ctrl, "_frm", &_frm); 634 (void)isccc_cc_lookupstring(_ctrl, "_to", &_to); 701 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp) function 814 isccc_cc_lookupstring(_ctrl, "_ser", &_ser) != ISC_R_SUCCESS || 815 isccc_cc_lookupstring(_ctr [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | control.c | 79 result = isccc_cc_lookupstring(data, "type", &command);
|
/bind-9.6-ESV-R11/bin/rndc/ |
H A D | rndc.c | 225 result = isccc_cc_lookupstring(data, "err", &errormsg); 235 result = isccc_cc_lookupstring(data, "text", &textmsg);
|
Completed in 714 milliseconds