Searched refs:inflatePrime (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/zlib-1.2.6/test/ |
H A D | 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);
|
/vbox/src/libs/zlib-1.2.6/contrib/pascal/ |
H A D | zlibpas.pas | 133 function inflatePrime(var strm: z_stream; bits, value: Integer): Integer; function 218 function inflatePrime; external; function
|
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | zran.c | 6 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary() 281 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits));
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | zconf.h | 191 # define inflatePrime z_inflatePrime macro
|
H A D | zlib.h | 896 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm, 909 inflatePrime() can be called again to put bits in the buffer. This is used 913 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
|
H A D | zconf.h.cmakein | 102 # define inflatePrime z_inflatePrime
|
H A D | zconf.h.in | 100 # define inflatePrime z_inflatePrime
|
H A D | inflate.c | 229 int ZEXPORT inflatePrime(strm, bits, value) function
|
/vbox/src/libs/zlib-1.2.6/as400/ |
H A D | zlib.inc | 376 D inflatePrime PR 10I 0 extproc('inflatePrime') Insert bits
|
Completed in 1691 milliseconds