HomeSort by: relevance | last modified time | path
    Searched refs:isccc_cc_lookupstring (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isccc/include/isccc/
cc.h 115 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp);
  /src/external/mpl/bind/dist/lib/isccc/
cc.c 750 (void)isccc_cc_lookupstring(_ctrl, "_frm", &_frm);
752 (void)isccc_cc_lookupstring(_ctrl, "_to", &_to);
790 if (isccc_cc_lookupstring(_ctrl, "_ack", NULL) == ISC_R_SUCCESS) {
804 if (isccc_cc_lookupstring(_ctrl, "_rpl", NULL) == ISC_R_SUCCESS) {
824 isccc_cc_lookupstring(_data, "type", &type) != ISC_R_SUCCESS)
832 (void)isccc_cc_lookupstring(_ctrl, "_frm", &_frm);
834 (void)isccc_cc_lookupstring(_ctrl, "_to", &_to);
900 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp) { function
1010 isccc_cc_lookupstring(_ctrl, "_ser", &_ser) != ISC_R_SUCCESS ||
1011 isccc_cc_lookupstring(_ctrl, "_tim", &_tim) != ISC_R_SUCCESS
    [all...]
  /src/external/mpl/bind/dist/bin/named/
control.c 93 result = isccc_cc_lookupstring(data, "type", &cmdline);
  /src/external/mpl/bind/dist/bin/rndc/
rndc.c 336 result = isccc_cc_lookupstring(data, "err", &errormsg);
346 result = isccc_cc_lookupstring(data, "text", &textmsg);

Completed in 65 milliseconds