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

/bind-9.6-ESV-R11/lib/isccc/
H A Dcc.c503 isccc_cc_defineuint32(_ctrl, "_tim", now) == NULL ||
548 isccc_cc_lookupuint32(_ctrl, "_tim", &t) != ISC_R_SUCCESS)
805 char *_ser = NULL, *_tim = NULL, *tmp; local
815 isccc_cc_lookupstring(_ctrl, "_tim", &_tim) != ISC_R_SUCCESS)
819 INSIST(_tim != NULL);
839 has_whitespace(_ser) || has_whitespace(_tim))
841 len = strlen(_frm) + strlen(_to) + strlen(_ser) + strlen(_tim) + 4;
845 snprintf(key, len, "%s;%s;%s;%s", _frm, _to, _ser, _tim);

Completed in 10 milliseconds