Lines Matching refs:z_size_t
1425 ZEXTERN z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems,
1431 defines size_t, then z_size_t is identical to size_t. If not, then z_size_t
1438 nitems overflows, i.e. the product does not fit in a z_size_t, then nothing
1457 ZEXTERN z_size_t ZEXPORT gzfwrite(voidpc buf, z_size_t size,
1458 z_size_t nitems, gzFile file);
1462 the library defines size_t, then z_size_t is identical to size_t. If not,
1463 then z_size_t is an unsigned integer type that can contain a pointer.
1467 i.e. the product does not fit in a z_size_t, then nothing is written, zero
1713 z_size_t len);
1749 z_size_t len);