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

/bind-9.6-ESV-R11/lib/isccc/
H A Dcc.c554 (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...]

Completed in 12 milliseconds