Home | History | Annotate | Download | only in delphi

Lines Matching refs:In

80   stream in a single call.}
101 is read-only and unidirectional; you can seek forward in the stream, but not
103 allowed. Seeking forward decompresses data until the requested position in
114 large chunk of data from the decompression stream in a single call.}
128 { CompressBuf compresses data, buffer to buffer, in one call.
129 In: InBuf = ptr to compressed data
130 InBytes = number of bytes in InBuf
132 OutBytes = number of bytes in OutBuf }
137 { DecompressBuf decompresses data, buffer to buffer, in one call.
138 In: InBuf = ptr to compressed data
139 InBytes = number of bytes in InBuf
142 OutBytes = number of bytes in OutBuf }
146 { DecompressToUserBuf decompresses data, buffer to buffer, in one call.
147 In: InBuf = ptr to compressed data
148 InBytes = number of bytes in InBuf
150 BufSize = number of bytes in OutBuf }