Searched defs:_ser (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isccc/ |
H A D | cc.c | 736 if (isccc_cc_defineuint32(_ctrl, "_ser", serial) == NULL || 781 isccc_cc_lookupuint32(_ctrl, "_ser", &serial) != ISC_R_SUCCESS || 857 isccc_cc_lookupuint32(_ctrl, "_ser", &serial) != ISC_R_SUCCESS || 1029 char *_ser = NULL, *_tim = NULL, *tmp; local 1038 isccc_cc_lookupstring(_ctrl, "_ser", &_ser) != ISC_R_SUCCESS || 1042 INSIST(_ser != 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, _ti [all...] |
Completed in 13 milliseconds