Searched refs:isccc_cc_lookupstring (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/lib/isccc/include/isccc/
H A Dcc.h100 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp);
/macosx-10.10.1/bind9-45.101/bind9/lib/isccc/
H A Dcc.c552 (void)isccc_cc_lookupstring(_ctrl, "_frm", &_frm);
554 (void)isccc_cc_lookupstring(_ctrl, "_to", &_to);
589 if (isccc_cc_lookupstring(_ctrl, "_ack", NULL) == ISC_R_SUCCESS)
602 if (isccc_cc_lookupstring(_ctrl, "_rpl", NULL) == ISC_R_SUCCESS)
623 isccc_cc_lookupstring(_data, "type", &type) != ISC_R_SUCCESS)
629 (void)isccc_cc_lookupstring(_ctrl, "_frm", &_frm);
631 (void)isccc_cc_lookupstring(_ctrl, "_to", &_to);
686 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp) function
797 isccc_cc_lookupstring(_ctrl, "_ser", &_ser) != ISC_R_SUCCESS ||
798 isccc_cc_lookupstring(_ctr
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dcontrol.c79 result = isccc_cc_lookupstring(data, "type", &command);
/macosx-10.10.1/bind9-45.101/bind9/bin/rndc/
H A Drndc.c235 result = isccc_cc_lookupstring(data, "err", &errormsg);
245 result = isccc_cc_lookupstring(data, "text", &textmsg);

Completed in 167 milliseconds