Home
last modified time | relevance | path

Searched refs:voidp (Results 1 – 15 of 15) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dftzconf.h48 # define voidp z_voidp macro
237 typedef void *voidp; typedef
240 typedef Byte *voidp; typedef
H A Dzutil.c160 extern voidp ft_scalloc OF((uInt items, uInt size));
/reactos/sdk/lib/3rdparty/zlib/contrib/minizip/
H A Dunzip.h70 typedef voidp unzFile;
380 voidp buf,
406 voidp buf,
H A Dzip.h69 typedef voidp zipFile;
H A Dunzip.c1691 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 Dzconf.h161 # define voidp z_voidp macro
416 typedef void *voidp; typedef
420 typedef Byte *voidp; typedef
H A Dzlib.h1392 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 Dzutil.c302 extern voidp malloc OF((uInt size));
303 extern voidp calloc OF((uInt items, uInt size));
H A Dgzread.c15 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 Dgzguts.h122 extern voidp malloc OF((uInt size));
H A DChangeLog1473 - voidp -> voidpf and voidnp -> voidp (for consistency with other
/reactos/dll/3rdparty/libpng/
H A Dpngwrite.c1354 int transforms, voidp params) in png_write_png()
H A Dpngread.c1050 int transforms, voidp params) in png_read_png()
/reactos/dll/3rdparty/libpng/docs/
H A Dlibpng-manual.txt2154 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 DCHANGES948 Changed type of "params" from voidp to png_voidp in png_read|write_png().