Home
last modified time | relevance | path

Searched refs:mz_deflateBound (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/
Dminiz.h208 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len);
302 #define deflateBound mz_deflateBound
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h355 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len);
452 #define deflateBound mz_deflateBound
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c303 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len) in mz_deflateBound() function
347 return mz_deflateBound(NULL, source_len); in mz_compressBound()