Searched refs:ZD_TYPE (Results 1 – 2 of 2) sorted by relevance
46 #define ZD_TYPE long macro49 #define ZD_TYPE ssize_t macro
1139 const ZD_TYPE getSize = (compressed_length > kBufSize) ? kBufSize : compressed_length; in InflateEntryToWriter()1140 const ZD_TYPE actual = TEMP_FAILURE_RETRY(read(fd, &read_buf[0], getSize)); in InflateEntryToWriter()