Lines Matching refs:_to
745 isccc_cc_definestring(_ctrl, "_to", to) == NULL)
771 char *_frm, *_to;
785 * _frm and _to are optional.
789 _to = NULL;
790 (void)isccc_cc_lookupstring(_ctrl, "_to", &_to);
795 result = createmessage(1, _to, _frm, serial, t, 0, &ack, ISC_FALSE);
847 char *_frm, *_to, *type = NULL;
861 * _frm and _to are optional.
865 _to = NULL;
866 (void)isccc_cc_lookupstring(_ctrl, "_to", &_to);
871 result = isccc_cc_createmessage(1, _to, _frm, serial, now, expires,
1028 const char *_to;
1046 * _frm and _to are optional.
1054 if (isccc_cc_lookupstring(_ctrl, "_to", &tmp) != ISC_R_SUCCESS)
1055 _to = "";
1057 _to = tmp;
1062 if (has_whitespace(_frm) || has_whitespace(_to) ||
1065 len = strlen(_frm) + strlen(_to) + strlen(_ser) + strlen(_tim) + 4;
1069 snprintf(key, len, "%s;%s;%s;%s", _frm, _to, _ser, _tim);