Searched refs:logsequence (Results 1 – 3 of 3) sorted by relevance
381 sz = &svs.log[svs.logsequence&1]; in SV_CheckLog()390 svs.logsequence++; in SV_CheckLog()391 sz = &svs.log[svs.logsequence&1]; in SV_CheckLog()393 Con_Printf ("beginning fraglog sequence %i\n", svs.logsequence); in SV_CheckLog()418 if (seq == svs.logsequence-1 || !sv_fraglogfile) in SVC_Log()425 Con_DPrintf ("sending log %i to %s\n", svs.logsequence-1, NET_AdrToString(net_from)); in SVC_Log()427 sprintf (data, "stdlog %i\n", svs.logsequence-1); in SVC_Log()428 strcat (data, (char *)svs.log_buf[((svs.logsequence-1)&1)]); in SVC_Log()1371 svs.logsequence = 1; in SV_InitLocal()
242 int logsequence; // the message currently being filled member
1534 SZ_Print (&svs.log[svs.logsequence&1], s); in PF_logfrag()