Lines Matching defs:pComment
772 const char *pComment, mz_uint flags);
803 const void *pBuf, size_t buf_size, const void *pComment, mz_uint16
1404 const char *pComment, mz_uint flags);
1500 size_t buf_size, const void *pComment,
1512 const char *pSrc_filename, const void *pComment,
1547 size_t buf_size, const void *pComment, mz_uint16 comment_size,
5415 const char *pComment, mz_uint flags) {
5422 (!pComment) && (pZip->m_pState->m_sorted_central_dir_offsets.m_size))
5426 comment_len = pComment ? strlen(pComment) : 0;
5443 (!mz_zip_reader_string_equal(pComment, pFile_comment,
6188 const void *pExtra, mz_uint16 extra_size, const void *pComment,
6217 (!mz_zip_array_push_back(pZip, &pState->m_central_dir, pComment,
6267 size_t buf_size, const void *pComment,
6288 (!pArchive_name) || ((comment_size) && (!pComment)) ||
6426 pZip, pArchive_name, (mz_uint16)archive_name_size, NULL, 0, pComment,
6439 const char *pSrc_filename, const void *pComment,
6456 ((comment_size) && (!pComment)) || (level > MZ_UBER_COMPRESSION))
6619 pZip, pArchive_name, (mz_uint16)archive_name_size, NULL, 0, pComment,
6879 size_t buf_size, const void *pComment, mz_uint16 comment_size,
6887 ((comment_size) && (!pComment)) ||
6909 pComment, comment_size, level_and_flags, 0, 0);