Searched refs:clientStarted (Results 1 – 1 of 1) sorted by relevance
116 unsigned int clientStarted:1; /* record new client connections? */ member1369 if (pRange->clientStarted != xFalse && pRange->clientStarted != xTrue) { in RecordSanityCheckRegisterClients()1370 client->errorValue = pRange->clientStarted; in RecordSanityCheckRegisterClients()1546 int clientStarted = 0, clientDied = 0; in RecordRegisterClients() local1647 if (pRanges[i].clientStarted) in RecordRegisterClients()1648 clientStarted = TRUE; in RecordRegisterClients()1790 pRCAP->clientStarted = clientStarted; in RecordRegisterClients()2211 if (pRCAP->clientStarted || pRCAP->clientDied) { in ProcRecordGetContext()2214 pri->pRanges[0].clientStarted = pRCAP->clientStarted; in ProcRecordGetContext()2721 if (pContext->pRecordingClient && pRCAP->clientStarted) in RecordAClientStateChange()