OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inflatePrime
(Results
1 - 9
of
9
) sorted by relevancy
/src/common/dist/zlib/test/
infcover.c
360
ret =
inflatePrime
(&strm, 5, 31); assert(ret == Z_OK);
361
ret =
inflatePrime
(&strm, -1, 0); assert(ret == Z_OK);
429
ret =
inflatePrime
(&strm, 16, 0); assert(ret == Z_OK);
/src/common/dist/zlib/contrib/pascal/
zlibpas.pas
133
function
inflatePrime
(var strm: z_stream; bits, value: Integer): Integer;
218
function
inflatePrime
; external;
/src/common/dist/zlib/
zconf.h
123
# define
inflatePrime
z_inflatePrime
zconf.h.in
119
# define
inflatePrime
z_inflatePrime
zlib.h
988
ZEXTERN int ZEXPORT
inflatePrime
(z_streamp strm,
1001
inflatePrime
() can be called again to put bits in the buffer. This is used
1005
inflatePrime
returns Z_OK if success, or Z_STREAM_ERROR if the source
zconf.h.cmakein
121
# define
inflatePrime
z_inflatePrime
inflate.c
225
int ZEXPORT
inflatePrime
(z_streamp strm, int bits, int value) {
/src/common/dist/zlib/examples/
zran.c
16
1.4 13 Apr 2023 Add a NOPRIME define to not use
inflatePrime
()
19
// Illustrate the use of Z_BLOCK,
inflatePrime
(), and inflateSetDictionary()
243
// that do not have
inflatePrime
().
245
# define
INFLATEPRIME
inflatePreface
272
// Then feed that to inflate(). This does what
inflatePrime
() does, except that
326
# define
INFLATEPRIME
inflatePrime
364
INFLATEPRIME
(&strm, point->bits, ch >> (8 - point->bits));
/src/common/dist/zlib/os400/
zlib.inc
417
D
inflatePrime
PR 10I 0 extproc('
inflatePrime
') Insert bits
Completed in 21 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025