Lines Matching refs:_to
511 isccc_cc_definestring(_ctrl, "_to", to) == NULL)
537 char *_frm, *_to;
551 * _frm and _to are optional.
555 _to = NULL;
556 (void)isccc_cc_lookupstring(_ctrl, "_to", &_to);
561 result = createmessage(1, _to, _frm, serial, t, 0, &ack, ISC_FALSE);
615 char *_frm, *_to, *type = NULL;
629 * _frm and _to are optional.
633 _to = NULL;
634 (void)isccc_cc_lookupstring(_ctrl, "_to", &_to);
639 result = isccc_cc_createmessage(1, _to, _frm, serial, now, expires,
804 const char *_to;
822 * _frm and _to are optional.
830 if (isccc_cc_lookupstring(_ctrl, "_to", &tmp) != ISC_R_SUCCESS)
831 _to = "";
833 _to = tmp;
838 if (has_whitespace(_frm) || has_whitespace(_to) ||
841 len = strlen(_frm) + strlen(_to) + strlen(_ser) + strlen(_tim) + 4;
845 snprintf(key, len, "%s;%s;%s;%s", _frm, _to, _ser, _tim);