Searched refs:firstError (Results 1 – 2 of 2) sorted by relevance
99 result->firstError = len; in chppDispatchLoopbackServiceResponse()106 result->firstError = MIN(result->requestLen, result->responseLen); in chppDispatchLoopbackServiceResponse()113 result->firstError = in chppDispatchLoopbackServiceResponse()114 MIN(result->firstError, loc - CHPP_LOOPBACK_HEADER_LEN); in chppDispatchLoopbackServiceResponse()123 result->firstError, result->byteErrors); in chppDispatchLoopbackServiceResponse()165 result->firstError = 0; in chppRunLoopbackTest()
39 size_t firstError; // Location of the first incorrect byte in the response member