Home
last modified time | relevance | path

Searched refs:deflatePending (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h63 #define deflatePending Cr_z_deflatePending macro
H A Dzconf.h64 # define deflatePending z_deflatePending macro
H A Dzlib.h278 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 Ddeflate.c579 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() function
/third_party/node/deps/zlib/
H A Dchromeconf.h66 #define deflatePending Cr_z_deflatePending macro
H A Dzconf.h67 # define deflatePending z_deflatePending macro
H A Dzlib.h278 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 Ddeflate.c751 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) { in deflatePending() function
/third_party/skia/third_party/externals/zlib/
H A Dchromeconf.h63 #define deflatePending Cr_z_deflatePending macro
H A Dzconf.h64 # define deflatePending z_deflatePending macro
H A Dzlib.h278 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 Ddeflate.c574 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() function
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h43 # define deflatePending z_deflatePending macro
H A Ddeflate.c437 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() function
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas123 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 Dzconf.h55 # define deflatePending z_deflatePending macro
H A Dzlib.h278 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 Ddeflate.c718 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) { in deflatePending() function
/third_party/libwebsockets/lib/roles/ws/ext/
H A Dextension-permessage-deflate.c431 deflatePending(&priv->tx, &pen, &penbits); in lws_extension_callback_pm_deflate()
503 "eb_out len %d, deflatePending %d", in lws_extension_callback_pm_deflate()

Completed in 37 milliseconds