/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 63 #define deflatePending Cr_z_deflatePending macro
|
H A D | zconf.h | 64 # define deflatePending z_deflatePending macro
|
H A D | zlib.h | 278 buffer because there might be more output pending. See deflatePending(), 775 ZEXTERN int ZEXPORT deflatePending OF((z_streamp strm, 779 deflatePending() returns the number of bytes and bits of output that have 786 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
|
H A D | deflate.c | 579 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() function
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 66 #define deflatePending Cr_z_deflatePending macro
|
H A D | zconf.h | 67 # define deflatePending z_deflatePending macro
|
H A D | zlib.h | 278 buffer because there might be more output pending. See deflatePending(), 775 ZEXTERN int ZEXPORT deflatePending(z_streamp strm, 779 deflatePending() returns the number of bytes and bits of output that have 786 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
|
H A D | deflate.c | 751 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) { in deflatePending() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 63 #define deflatePending Cr_z_deflatePending macro
|
H A D | zconf.h | 64 # define deflatePending z_deflatePending macro
|
H A D | zlib.h | 278 buffer because there might be more output pending. See deflatePending(), 775 ZEXTERN int ZEXPORT deflatePending OF((z_streamp strm, 779 deflatePending() returns the number of bytes and bits of output that have 786 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
|
H A D | deflate.c | 574 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() function
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 43 # define deflatePending z_deflatePending
macro
|
H A D | deflate.c | 437 int ZEXPORT deflatePending (strm, pending, bits)
in deflatePending() function
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 123 function deflatePending(var strm: z_stream; var pending: Integer; var bits: Integer): Integer; in deflatePending() function 202 function deflatePending; external; function
|
/third_party/zlib/ |
H A D | zconf.h | 55 # define deflatePending z_deflatePending macro
|
H A D | zlib.h | 278 buffer because there might be more output pending. See deflatePending(), 776 ZEXTERN int ZEXPORT deflatePending(z_streamp strm, 780 deflatePending() returns the number of bytes and bits of output that have 787 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
|
H A D | deflate.c | 718 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) { in deflatePending() function
|
/third_party/libwebsockets/lib/roles/ws/ext/ |
H A D | extension-permessage-deflate.c | 431 deflatePending(&priv->tx, &pen, &penbits); in lws_extension_callback_pm_deflate() 503 "eb_out len %d, deflatePending %d", in lws_extension_callback_pm_deflate()
|