Searched refs:isccc_cc_definestring (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/isccc/include/isccc/ |
H A D | cc.h | 94 isccc_cc_definestring(isccc_sexpr_t *alist, const char *key, const char *str);
|
/bind-9.11.3/lib/isccc/ |
H A D | cc.c | 742 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 D | rndc.c | 368 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 D | controlconf.c | 474 if (isccc_cc_definestring(data, "err", estr) == NULL) 482 if (isccc_cc_definestring(data, "text", str) == NULL)
|
Completed in 15 milliseconds