Home | History | Annotate | Download | only in tests

Lines Matching refs:totalRead

1412     static int totalRead = 0;
1423 totalRead += nRead;
1429 APP_DPRINT ("%d :: App:: pBuf->pBuffer = %p pBuf->nAllocLen = * %ld, nRead = %d, totalread = %d\n",
1430 __LINE__, pBuf->pBuffer, pBuf->nAllocLen, nRead, totalRead);