OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zipcharpc
(Results
1 - 2
of
2
) sorted by null
/external/zlib/src/contrib/minizip/
zip.h
109
typedef const char*
zipcharpc
;
typedef
139
zipcharpc
* globalcomment,
144
zipcharpc
* globalcomment,
zip.c
849
extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append,
zipcharpc
* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def)
920
extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append,
zipcharpc
* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def)
932
extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append,
zipcharpc
* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def)
[
all
...]
Completed in 146 milliseconds