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

/bind-9.11.3/lib/isccc/include/isccc/
H A Dcc.h94 isccc_cc_definestring(isccc_sexpr_t *alist, const char *key, const char *str);
/bind-9.11.3/lib/isccc/
H A Dcc.c742 isccc_cc_definestring(_ctrl, "_frm", from) == NULL)
745 isccc_cc_definestring(_ctrl, "_to", to) == NULL)
804 if (isccc_cc_definestring(ack, "_ack", (ok) ? "1" : "0") == NULL) {
888 if (isccc_cc_definestring(_ctrl, "_rpl", "1") == NULL ||
889 isccc_cc_definestring(_data, "type", type) == NULL)
905 isccc_cc_definestring(isccc_sexpr_t *alist, const char *key, const char *str) { function
/bind-9.11.3/bin/rndc/
H A Drndc.c368 if (isccc_cc_definestring(data, "type", args) == NULL)
441 if (isccc_cc_definestring(data, "type", "null") == NULL)
/bind-9.11.3/bin/named/
H A Dcontrolconf.c474 if (isccc_cc_definestring(data, "err", estr) == NULL)
482 if (isccc_cc_definestring(data, "text", str) == NULL)

Completed in 15 milliseconds