Searched refs:zip_t (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/assimp/ |
| H A D | 0003-closes-2954-upgrade-to-latest-greatest.patch | 126 @@ -222,6 +222,20 @@ void zip_close(struct zip_t *zip) { 130 +int zip_is64(struct zip_t *zip) { 132 + // zip_t handler is not initialized 144 int zip_entry_open(struct zip_t *zip, const char *entryname) { 178 @@ -90,6 +91,16 @@ extern struct zip_t *zip_open(const char *zipname, int level, char mode); 180 extern void zip_close(struct zip_t *zip); 190 +extern int zip_is64(struct zip_t *zip); 230 struct zip_t *zip = zip_open(ZIPNAME, 0, 'r');
|
| H A D | 0002-closes-2733-update-of-zlip-to-fix-gcc-build-for-v9-2-0-32-bit.patch | 183 struct zip_t *zip = zip_open("foo.zip", 0, 'r'); 185 @@ -157,7 +157,7 @@ struct zip_t *zip = zip_open("foo.zip", 0, 'r'); 192 struct zip_t *zip = zip_open("foo.zip", 0, 'r'); 896 @@ -279,7 +286,14 @@ int zip_entry_open(struct zip_t *zip, const char *entryname) { 911 @@ -660,7 +674,7 @@ ssize_t zip_entry_noallocread(struct zip_t *zip, void *buf, size_t bufsize) { 920 @@ -670,10 +684,7 @@ ssize_t zip_entry_noallocread(struct zip_t *zip, void *buf, size_t bufsize) { 921 int zip_entry_fread(struct zip_t *zip, const char *filename) { 1013 + * @struct zip_t 1018 struct zip_t; 1046 extern struct zip_t *zip_open(const char *zipname, int level, char mode); [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/ |
| H A D | zip.hpp | 26 using zip_t = typename zip< OP, A, B >::type; typedef
|