Searched refs:mOutDeliverable (Results 1 – 2 of 2) sorted by relevance
110 mOutLastDecoded = mOutDeliverable = mOutCurPosition = 0; in initInflateState()142 size_t deliverable = min_of(toRead, mOutLastDecoded - mOutDeliverable); in read()144 if (outBuf != NULL) memcpy(dest, mOutBuf + mOutDeliverable, deliverable); in read()145 mOutDeliverable += deliverable; in read()199 mOutDeliverable = 0; in read()
70 size_t mOutDeliverable; // next undelivered byte of decoded output in mOutBuf variable