Home
last modified time | relevance | path

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

/PHP-7.0/ext/zip/lib/
H A Dzip_source_write.c41 if (!ZIP_SOURCE_IS_OPEN_WRITING(src) || length > ZIP_INT64_MAX) { in zip_source_write()
H A Dzip_source_read.c44 if (!ZIP_SOURCE_IS_OPEN_READING(src) || len > ZIP_INT64_MAX || (len > 0 && data == NULL)) { in zip_source_read()
H A Dzip_fread.c49 if (toread > ZIP_INT64_MAX) { in zip_fread()
H A Dzip_file_get_offset.c67 if (offset+(zip_uint32_t)size > ZIP_INT64_MAX) { in _zip_file_get_offset()
H A Dzip_source_buffer.c156 if (len > ZIP_INT64_MAX) { in read_data()
212 if (ctx->in->offset > ZIP_INT64_MAX) { in read_data()
220 if (ctx->out->offset > ZIP_INT64_MAX) { in read_data()
227 if (len > ZIP_INT64_MAX) { in read_data()
338 if (length > ZIP_INT64_MAX) { in buffer_read()
H A Dzip_filerange_crc.c49 if (start > ZIP_INT64_MAX) { in _zip_filerange_crc()
H A Dzipconf.h130 #define ZIP_INT64_MAX 0x7fffffffffffffffLL macro
H A Dzip_io_util.c44 if (length > ZIP_INT64_MAX) { in _zip_read()
H A Dzip_open.c483 return (max-min) < ZIP_INT64_MAX ? (zip_int64_t)(max-min) : ZIP_INT64_MAX; in _zip_checkcons()
744 if (eocd_offset > ZIP_INT64_MAX || eocd_offset + EOCD64LEN < eocd_offset) { in _zip_read_eocd64()
836 if (offset > ZIP_INT64_MAX || offset+size < offset) { in _zip_read_eocd64()
H A Dzip_hash.c128 if (hash == NULL || name == NULL || index > ZIP_INT64_MAX) { in _zip_hash_add()
H A Dzipint.h138 #define ZIP_OFF_MAX ZIP_INT64_MAX
161 #define SIZE_MAX ZIP_INT64_MAX
H A Dzip_extra_field.c379 if (e->orig->offset + 26 > ZIP_INT64_MAX) { in _zip_read_local_ef()
H A Dzip_source_filep.c483 if (offset > ZIP_INT64_MAX) { in _zip_fseek_u()
H A Dzip_source_win32handle.c476 if (offset > ZIP_INT64_MAX) { in _zip_seek_win32_u()
H A Dzip_dirent.c521 if (zde->offset > ZIP_INT64_MAX) { in _zip_dirent_read()

Completed in 23 milliseconds