Searched refs:OF (Results 26 - 50 of 299) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dunzip.h122 extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1,
135 extern unzFile ZEXPORT unzOpen OF((const char *path));
146 extern unzFile ZEXPORT unzOpen2 OF((const char *path,
153 extern int ZEXPORT unzClose OF((unzFile file));
160 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
168 extern int ZEXPORT unzGetGlobalComment OF((unzFile file,
181 extern int ZEXPORT unzGoToFirstFile OF((unzFile file));
187 extern int ZEXPORT unzGoToNextFile OF((unzFile file));
194 extern int ZEXPORT unzLocateFile OF((unzFile file,
226 extern int ZEXPORT unzGetCurrentFileInfo OF((unzFil
[all...]
H A Dzip.h114 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
134 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname,
139 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file,
163 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file,
179 extern int ZEXPORT zipOpenNewFileInZip3 OF((zipFile file,
204 extern int ZEXPORT zipWriteInFileInZip OF((zipFile file,
211 extern int ZEXPORT zipCloseFileInZip OF((zipFile file));
216 extern int ZEXPORT zipCloseFileInZipRaw OF((zipFile file,
225 extern int ZEXPORT zipClose OF((zipFile file,
H A Dioapi.h38 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode)); typedef
39 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); typedef
40 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); typedef
41 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
42 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
43 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
44 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
60 void fill_fopen_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dzip.h116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append));
137 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname,
142 extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname,
147 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file,
158 extern int ZEXPORT zipOpenNewFileInZip64 OF((zipFile file,
187 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file,
200 extern int ZEXPORT zipOpenNewFileInZip2_64 OF((zipFile file,
216 extern int ZEXPORT zipOpenNewFileInZip3 OF((zipFile file,
233 extern int ZEXPORT zipOpenNewFileInZip3_64 OF((zipFil
[all...]
H A Dunzip.h153 extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1,
166 extern unzFile ZEXPORT unzOpen OF((const char *path));
167 extern unzFile ZEXPORT unzOpen64 OF((const void *path));
184 extern unzFile ZEXPORT unzOpen2 OF((const char *path,
191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
198 extern int ZEXPORT unzClose OF((unzFile file));
205 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
208 extern int ZEXPORT unzGetGlobalInfo64 OF((unzFile file,
216 extern int ZEXPORT unzGetGlobalComment OF((unzFile file,
229 extern int ZEXPORT unzGoToFirstFile OF((unzFil
[all...]
H A Dioapi.h135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode)); typedef
136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); typedef
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); typedef
138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream)); typedef
159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
160 typedef voidpf (ZCALLBACK *open64_file_func) OF((voidp typedef
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dzip.h116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append));
137 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname,
142 extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname,
147 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file,
158 extern int ZEXPORT zipOpenNewFileInZip64 OF((zipFile file,
187 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file,
200 extern int ZEXPORT zipOpenNewFileInZip2_64 OF((zipFile file,
216 extern int ZEXPORT zipOpenNewFileInZip3 OF((zipFile file,
233 extern int ZEXPORT zipOpenNewFileInZip3_64 OF((zipFil
[all...]
H A Dunzip.h153 extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1,
166 extern unzFile ZEXPORT unzOpen OF((const char *path));
167 extern unzFile ZEXPORT unzOpen64 OF((const void *path));
184 extern unzFile ZEXPORT unzOpen2 OF((const char *path,
191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
198 extern int ZEXPORT unzClose OF((unzFile file));
205 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
208 extern int ZEXPORT unzGetGlobalInfo64 OF((unzFile file,
216 extern int ZEXPORT unzGetGlobalComment OF((unzFile file,
229 extern int ZEXPORT unzGoToFirstFile OF((unzFil
[all...]
H A Dioapi.h135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode)); typedef
136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); typedef
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); typedef
138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream)); typedef
159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
160 typedef voidpf (ZCALLBACK *open64_file_func) OF((voidp typedef
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dzip.h114 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
134 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname,
139 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file,
163 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file,
179 extern int ZEXPORT zipOpenNewFileInZip3 OF((zipFile file,
204 extern int ZEXPORT zipWriteInFileInZip OF((zipFile file,
211 extern int ZEXPORT zipCloseFileInZip OF((zipFile file));
216 extern int ZEXPORT zipCloseFileInZipRaw OF((zipFile file,
225 extern int ZEXPORT zipClose OF((zipFile file,
H A Dioapi.h38 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode)); typedef
39 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); typedef
40 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); typedef
41 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
42 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
43 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
44 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
60 void fill_fopen_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/infback9/
H A Dinfback9.h23 ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm,
26 ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm));
27 ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm,
H A Dinftree9.h59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.h23 ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm,
26 ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm));
27 ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/infback9/
H A Dinfback9.h23 ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm,
26 ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm));
27 ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/infback9/
H A Dinfback9.h23 ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm,
26 ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm));
27 ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmaccfg.h236 void screenOpen OF((char *)); /* macscreen.c */
237 void screenControl OF((char *, int)); /* macscreen.c */
238 void screenDump OF((char *, long)); /* macscreen.c */
239 void screenUpdate OF((WindowPtr)); /* macscreen.c */
240 void screenClose OF((void)); /* macscreen.c */
241 int macgetch OF((void)); /* macscreen.c */
243 int macmkdir OF((char *)); /* macos.c */
244 short macopen OF((char *, short)); /* macos.c */
245 short maccreat OF((char *)); /* macos.c */
246 short macread OF((shor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrypt.h132 int decrypt_byte OF((__GPRO));
133 int update_keys OF((__GPRO__ int c));
134 void init_keys OF((__GPRO__ ZCONST char *passwd));
137 void crypthead OF((ZCONST char *, ulg, FILE *));
139 int zipcloak OF((struct zlist far *, FILE *, FILE *, ZCONST char *));
140 int zipbare OF((struct zlist far *, FILE *, FILE *, ZCONST char *));
142 unsigned zfwrite OF((zvoid *, extent, extent, FILE *));
148 int decrypt OF((__GPRO__ ZCONST char *passwrd));
H A Dunzpriv.h1240 char *plastchar OF((ZCONST char *ptr, extent len));
1340 * Function prototypes are below as OF is defined earlier in this file
1413 int zfseeko OF((FILE *, zoff_t, int));
1416 zoff_t zftello OF((FILE *));
1463 int zfseeko OF((FILE *, zoff_t, int));
1466 zoff_t zftello OF((FILE *));
2240 int MAIN OF((int argc, char **argv));
2241 int unzip OF((__GPRO__ int argc, char **argv));
2242 int uz_opts OF((__GPRO__ int *pargc, char ***pargv));
2243 int usage OF((__GPRO_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dcrypt.h132 int decrypt_byte OF((__GPRO));
133 int update_keys OF((__GPRO__ int c));
134 void init_keys OF((__GPRO__ ZCONST char *passwd));
137 void crypthead OF((ZCONST char *, ulg));
139 int zipcloak OF((struct zlist far *, ZCONST char *));
140 int zipbare OF((struct zlist far *, ZCONST char *));
142 unsigned zfwrite OF((zvoid *, extent, extent));
148 int decrypt OF((__GPRO__ ZCONST char *passwrd));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dgzguts.h113 extern voidp malloc OF((uInt size));
114 extern void free OF((voidpf ptr));
132 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
133 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
134 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
135 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
198 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
207 unsigned ZLIB_INTERNAL gz_intmax OF((void));
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dgzguts.h98 extern voidp malloc OF((uInt size));
99 extern void free OF((voidpf ptr));
117 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
118 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
119 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
120 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
180 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
182 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
191 unsigned ZLIB_INTERNAL gz_intmax OF((void));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/netware/
H A Dnlmcfg.h31 void InitUnZipConsole OF((void));
32 int screensize OF((int *tt_rows, int *tt_cols));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dinftrees.h53 extern int inflate_table OF((codetype type, unsigned short FAR *lens,

Completed in 138 milliseconds

1234567891011>>