Searched defs:globalcomment (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzip.c182 char *globalcomment; member in struct:__anon121
805 pziinit->globalcomment = (char*)ALLOC(size_comment+1);
806 if (pziinit->globalcomment)
808 size_comment = ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,size_comment);
809 pziinit->globalcomment[size_comment]=0;
853 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) argument
896 ziinit.globalcomment = NULL;
903 if (globalcomment)
905 *globalcomment = ziinit.globalcomment;
924 zipOpen2(const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def) argument
936 zipOpen2_64(const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) argument
[all...]

Completed in 24 milliseconds