Home
last modified time | relevance | path

Searched refs:_zip_file_get_offset (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/zip/lib/
H A Dzip_file_get_offset.c51 _zip_file_get_offset(const zip_t *za, zip_uint64_t idx, zip_error_t *error) in _zip_file_get_offset() function
H A Dzip_source_zip_new.c104 if ((offset=_zip_file_get_offset(srcza, srcidx, &za->error)) == 0) in _zip_source_zip_new()
H A Dzip_close.c190 if ((offset=_zip_file_get_offset(za, i, &za->error)) == 0) { in zip_close()
H A Dzipint.h527 zip_uint64_t _zip_file_get_offset(const zip_t *, zip_uint64_t, zip_error_t *);

Completed in 17 milliseconds