Home
last modified time | relevance | path

Searched refs:nInToRead (Results 1 – 1 of 1) sorted by relevance

/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx166 sal_uIntPtr nInToRead; in Decompress() local
186 mnInToRead -= nInToRead; in Decompress()
240 sal_uIntPtr nInToRead; in Read() local
258 PZSTREAM->next_in = mpInBuf, nInToRead); in Read()
259 mnInToRead -= nInToRead; in Read()
287 sal_uIntPtr nInToRead; in ReadAsynchron() local
309 if ( ( nMaxPos - nStreamPos ) < nInToRead ) in ReadAsynchron()
317 PZSTREAM->next_in = mpInBuf, nInToRead); in ReadAsynchron()
318 mnInToRead -= nInToRead; in ReadAsynchron()
358 void ZCodec::SetBreak( sal_uIntPtr nInToRead ) in SetBreak() argument
[all …]

Completed in 15 milliseconds