Searched refs:CHPP_TIME_NONE (Results 1 – 4 of 4) sorted by relevance
168 state->runLoopbackTest.requestTimeNs = CHPP_TIME_NONE; in chppRunLoopbackTest()169 state->runLoopbackTest.responseTimeNs = CHPP_TIME_NONE; in chppRunLoopbackTest()
112 #define CHPP_TIME_NONE 0 macro
867 if (inReqState->responseTimeNs == CHPP_TIME_NONE && in chppTimestampIncomingRequest()868 inReqState->requestTimeNs != CHPP_TIME_NONE) { in chppTimestampIncomingRequest()873 inReqState->responseTimeNs = CHPP_TIME_NONE; in chppTimestampIncomingRequest()1033 if (inReqState->requestTimeNs == CHPP_TIME_NONE) { in chppSendTimestampedResponseOrFail()1037 } else if (previousResponseTime != CHPP_TIME_NONE) { in chppSendTimestampedResponseOrFail()
1340 reqState->responseTimeNs != CHPP_TIME_NONE && in chppTransportGetRequestTimeoutResponse()