Lines Matching defs:cchReal
300 int cchReal;
305 cchReal=TransferBulkRead(this,
310 dprintf(DEBUG_COMM,"bulk read: %d -> %d\n",cchChunk,cchReal);
311 if (cchReal>=0)
313 cchBulk-=cchReal;
314 cchRead+=cchReal;
315 if (cchReal<cchChunk) /* last Chunk of a series */
364 int cchReal;
369 cchReal=TransferBulkRead(this,
374 dprintf(DEBUG_COMM,"bulk read: %d -> %d\n",cchChunk,cchReal);
375 if (cchReal>=0)
377 cchBulk-=cchReal;
378 cchRead+=cchReal;
379 if (cchReal<cchChunk) /* last Chunk of a series */