Lines Matching refs:pSize
761 size_t *pSize, mz_uint zip_flags);
1426 size_t *pSize, mz_uint flags);
1428 const char *pFilename, size_t *pSize,
1531 size_t *pSize);
1554 size_t *pSize, mz_uint zip_flags);
5631 size_t *pSize, mz_uint flags) {
5636 if (pSize) *pSize = 0;
5659 if (pSize) *pSize = (size_t)alloc_size;
5664 const char *pFilename, size_t *pSize,
5668 if (pSize) *pSize = 0;
5671 return mz_zip_reader_extract_to_heap(pZip, file_index, pSize, flags);
6833 size_t *pSize) {
6834 if ((!pZip) || (!pZip->m_pState) || (!pBuf) || (!pSize)) return MZ_FALSE;
6839 *pSize = pZip->m_pState->m_mem_size;
6924 size_t *pSize, mz_uint flags) {
6929 if (pSize) *pSize = 0;
6941 p = mz_zip_reader_extract_to_heap(&zip_archive, file_index, pSize, flags);