Searched refs:z_size_t (Results 1 - 2 of 2) sorted by relevance
/interface/sdk_c/third_party/zlib/ |
H A D | zlib.h | 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 i [all...] |
H A D | zconf.h | 244 typedef unsigned long z_size_t; typedef 248 typedef unsigned NO_SIZE_T z_size_t; typedef 251 typedef size_t z_size_t; typedef 253 typedef unsigned long z_size_t; typedef
|
Completed in 4 milliseconds