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

/bind-9.11.3/lib/isccc/
H A Dcc.c737 isccc_cc_defineuint32(_ctrl, "_tim", now) == NULL ||
782 isccc_cc_lookupuint32(_ctrl, "_tim", &t) != ISC_R_SUCCESS)
1029 char *_ser = NULL, *_tim = NULL, *tmp; local
1039 isccc_cc_lookupstring(_ctrl, "_tim", &_tim) != ISC_R_SUCCESS)
1043 INSIST(_tim != NULL);
1063 has_whitespace(_ser) || has_whitespace(_tim))
1065 len = strlen(_frm) + strlen(_to) + strlen(_ser) + strlen(_tim) + 4;
1069 snprintf(key, len, "%s;%s;%s;%s", _frm, _to, _ser, _tim);

Completed in 14 milliseconds