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

/bind-9.11.3/lib/isccc/
H A Dcc.c788 (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...]

Completed in 13 milliseconds