/src/common/dist/zlib/contrib/minizip/ |
unzip.h | 70 typedef voidp unzFile; 380 voidp buf, 406 voidp buf,
|
zip.h | 69 typedef voidp zipFile;
|
unzip.c | 1552 extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, unsigned len) { 1823 extern int ZEXPORT unzGetLocalExtrafield(unzFile file, voidp buf, unsigned len) {
|
/src/sys/net/ |
zlib.h | 97 # define voidp z_voidp macro 278 typedef void *voidp; typedef in typeref:typename:void * 281 typedef Byte *voidp; typedef in typeref:typename:Byte * 962 typedef voidp gzFile; 1001 ZEXTERN int ZEXPORT gzread(gzFile, voidp, unsigned); 1009 ZEXTERN int ZEXPORT gzwrite(gzFile, const voidp, unsigned);
|
zlib.c | 5803 extern voidp calloc(uInt items, uInt size);
|
/src/common/dist/zlib/contrib/iostream2/ |
zstream.h | 209 return ::gzwrite(m_fp, (voidp) buf, len); 265 return ::gzwrite(zs.fp(), (voidp) x, items*sizeof(T)); 273 ::gzwrite(zs.fp(), (voidp) &x, sizeof(T)); 288 ::gzwrite(zs.fp(), (voidp) x, len.value());
|
/src/common/dist/zlib/ |
zutil.c | 283 extern voidp malloc(uInt size); 284 extern voidp calloc(uInt items, uInt size);
|
zconf.h | 165 # define voidp z_voidp macro 420 typedef void *voidp; typedef in typeref:typename:void * 424 typedef Byte *voidp; typedef in typeref:typename:Byte *
|
gzguts.h | 122 extern voidp malloc(uInt size);
|
gzread.c | 268 local z_size_t gz_read(gz_statep state, voidp buf, z_size_t len) { 345 int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) { 377 z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems, gzFile file) {
|
zconf.h.in | 161 # define voidp z_voidp macro 412 typedef void *voidp; typedef in typeref:typename:void * 416 typedef Byte *voidp; typedef in typeref:typename:Byte *
|
zconf.h.cmakein | 163 # define voidp z_voidp 414 typedef void *voidp; 418 typedef Byte *voidp;
|
zlib.h | 1397 ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len); 1427 ZEXTERN z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems,
|
/src/sys/compat/netbsd32/ |
netbsd32_ioctl.c | 400 netbsd32_to_voidp(netbsd32_voidp *s32p, voidp *p, u_long cmd) 1071 netbsd32_from_voidp(voidp *p, netbsd32_voidp *s32p, u_long cmd) 1723 IOCTL_CONV_TO(IOC_NPF_STATS, voidp);
|