Searched refs:OF (Results 1 - 25 of 418) sorted by relevance

1234567891011>>

/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dinffast.h11 void inflate_fast OF((z_streamp strm, unsigned start));
H A Dzlib.h77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
213 ZEXTERN const char * ZEXPORT zlibVersion OF((void));
221 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
243 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
329 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
344 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
364 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
463 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
481 ZEXTERN int ZEXPORT deflateInit2 OF((z_stream
[all...]
H A Dinftrees.h53 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dinffast.h19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
21 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
38 void inflate_fast OF((z_streamp strm, unsigned start));
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Diowin32.h21 void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
22 void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def));
23 void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def));
24 void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def));
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.h127 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode)); typedef
128 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); typedef
129 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); typedef
130 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
131 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
133 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
134 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
150 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream)); typedef
151 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
152 typedef voidpf (ZCALLBACK *open64_file_func) OF((voidp typedef
[all...]
/macosx-10.10.1/sudo-73/src/zlib/
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
216 ZEXTERN const char * ZEXPORT zlibVersion OF((void));
224 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
246 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
353 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
368 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
392 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
505 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
524 ZEXTERN int ZEXPORT deflateInit2 OF((z_stream
[all...]
H A Dgzguts.h95 extern voidp malloc OF((uInt size));
96 extern void free OF((voidpf ptr));
114 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
115 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
116 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
117 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
177 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
179 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
188 unsigned ZLIB_INTERNAL gz_intmax OF((void));
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
/macosx-10.10.1/zlib-55/zlib/
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A Dzlib.h85 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
86 typedef void (*free_func) OF((voidpf opaque, voidpf address));
221 ZEXTERN const char * ZEXPORT zlibVersion OF((void));
229 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
251 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
357 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
372 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
396 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
504 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
523 ZEXTERN int ZEXPORT deflateInit2 OF((z_stream
[all...]
H A Dgzguts.h46 extern voidp malloc OF((uInt size));
47 extern void free OF((voidpf ptr));
65 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
66 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
67 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
68 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
121 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
130 unsigned ZLIB_INTERNAL gz_intmax OF((void));
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
21 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
104 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
105 typedef void (*free_func) OF((voidpf opaque, voidpf address));
241 ZEXTERN const char * ZEXPORT zlibVersion OF((void));
249 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
271 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
357 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
372 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
392 ZEXTERN int ZEXPORT inflate OF((z_stream
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A Dzlib.h63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
64 typedef void (*free_func) OF((voidpf opaque, voidpf address));
171 ZEXTERN const char * ZEXPORT zlibVersion OF((void));
179 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
201 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
279 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
294 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
314 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
383 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
401 ZEXTERN int ZEXPORT deflateInit2 OF((z_stream
[all...]
/macosx-10.10.1/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.h14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
127 #ifndef OF /* function prototypes */
129 # define OF(args) args macro
131 # define OF(args) () macro
176 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
177 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
273 extern int deflateInit OF((z_stream *strm, int level));
292 extern int deflate OF((z_stream *strm, int flush));
369 extern int deflateEnd OF((z_strea
[all...]
/macosx-10.10.1/zlib-55/zlib/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,
/macosx-10.10.1/cups-408/cups/everywhere/
H A Dipp-tests.test130 EXPECT printer-uri-supported OF-TYPE uri WITH-ALL-VALUES "$IPP_URI_SCHEME"
182 EXPECT operations-supported OF-TYPE enum IN-GROUP printer-attributes-tag WITH-VALUE 0x0002 # Print-Job
195 EXPECT charset-configured OF-TYPE charset IN-GROUP printer-attributes-tag COUNT 1
197 EXPECT charset-supported OF-TYPE charset IN-GROUP printer-attributes-tag WITH-VALUE utf-8
199 EXPECT color-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1
202 EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "none"
203 EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "deflate" DEFINE-MATCH HAVE_DEFLATE
204 EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "gzip" DEFINE-MATCH HAVE_GZIP
206 EXPECT copies-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
207 EXPECT copies-supported OF
[all...]
H A Dbonjour-value-tests.test40 EXPECT printer-more-info OF-TYPE uri IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "$ADMINURL"
41 EXPECT printer-uuid OF-TYPE uri IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "urn:uuid:$UUID"
/macosx-10.10.1/cups-408/cups/test/
H A Dipp-2.0.test46 EXPECT color-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE true DEFINE-MATCH PRINTER_IS_COLOR
49 EXPECT copies-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
50 EXPECT copies-supported OF-TYPE rangeOfInteger IN-GROUP printer-attributes-tag
51 EXPECT finishings-default OF-TYPE enum IN-GROUP printer-attributes-tag
52 EXPECT finishings-supported OF-TYPE enum IN-GROUP printer-attributes-tag WITH-VALUE 3
53 EXPECT media-default OF-TYPE no-value|keyword|name IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "$MEDIA_REGEX"
54 EXPECT ?media-ready OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-ALL-VALUES "$MEDIA_REGEX"
55 EXPECT media-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-ALL-VALUES "$MEDIA_REGEX"
56 EXPECT orientation-requested-default OF-TYPE no-value|enum IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE 3,4,5,6
57 EXPECT orientation-requested-supported OF
[all...]
H A Dipp-2.1.test40 EXPECT job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
41 EXPECT job-hold-until-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE no-hold
42 EXPECT job-priority-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0,<101
43 EXPECT job-priority-supported OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0,<101
44 EXPECT job-settable-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
45 EXPECT job-sheets-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag
46 EXPECT job-sheets-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE none
47 EXPECT media-col-default OF-TYPE collection IN-GROUP printer-attributes-tag COUNT 1
48 EXPECT media-col-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
50 EXPECT media-default OF
[all...]
H A Dipp-2.2.test40 EXPECT number-up-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
41 EXPECT number-up-supported OF-TYPE integer|rangeOfInteger IN-GROUP printer-attributes-tag WITH-VALUE >0
42 EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "document-numbers"
43 EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "pages"
44 EXPECT page-ranges-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE 1
47 EXPECT job-creation-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
48 EXPECT job-ids-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE 1
51 EXPECT multiple-document-jobs-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE 1
52 EXPECT printer-alert OF-TYPE octetString IN-GROUP printer-attributes-tag
53 EXPECT printer-alert-description OF
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITStubsMSVC64.asm15 ; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
19 ; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
21 ; OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 ; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23 ; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Completed in 232 milliseconds

1234567891011>>