Searched refs:voidp (Results 1 – 15 of 15) sorted by relevance
/reactos/sdk/lib/3rdparty/freetype/src/gzip/ |
H A D | ftzconf.h | 48 # define voidp z_voidp macro 237 typedef void *voidp; typedef 240 typedef Byte *voidp; typedef
|
H A D | zutil.c | 160 extern voidp ft_scalloc OF((uInt items, uInt size));
|
/reactos/sdk/lib/3rdparty/zlib/contrib/minizip/ |
H A D | unzip.h | 70 typedef voidp unzFile; 380 voidp buf, 406 voidp buf,
|
H A D | zip.h | 69 typedef voidp zipFile;
|
H A D | unzip.c | 1691 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len) in unzReadCurrentFile() 1966 extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsigned len) in unzGetLocalExtrafield()
|
/reactos/sdk/include/reactos/libs/zlib/ |
H A D | zconf.h | 161 # define voidp z_voidp macro 416 typedef void *voidp; typedef 420 typedef Byte *voidp; typedef
|
H A D | zlib.h | 1392 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1422 ZEXTERN z_size_t ZEXPORT gzfread OF((voidp buf, z_size_t size, z_size_t nitems,
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | zutil.c | 302 extern voidp malloc OF((uInt size)); 303 extern voidp calloc OF((uInt items, uInt size));
|
H A D | gzread.c | 15 local z_size_t gz_read OF((gz_statep, voidp, z_size_t)); 294 voidp buf; 375 voidp buf; 410 voidp buf; in gzfread()
|
H A D | gzguts.h | 122 extern voidp malloc OF((uInt size));
|
H A D | ChangeLog | 1473 - voidp -> voidpf and voidnp -> voidp (for consistency with other
|
/reactos/dll/3rdparty/libpng/ |
H A D | pngwrite.c | 1354 int transforms, voidp params) in png_write_png()
|
H A D | pngread.c | 1050 int transforms, voidp params) in png_read_png()
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | libpng-manual.txt | 2154 voidp read_user_transform_ptr = 3579 voidp write_user_transform_ptr = 4247 voidp read_io_ptr, png_rw_ptr read_data_fn) 4250 voidp write_io_ptr, png_rw_ptr write_data_fn, 4253 voidp read_io_ptr = png_get_io_ptr(read_ptr); 4254 voidp write_io_ptr = png_get_io_ptr(write_ptr);
|
H A D | CHANGES | 948 Changed type of "params" from voidp to png_voidp in png_read|write_png().
|