Searched refs:_zip_file_get_offset (Results 1 – 4 of 4) sorted by relevance
51 _zip_file_get_offset(const zip_t *za, zip_uint64_t idx, zip_error_t *error) in _zip_file_get_offset() function
104 if ((offset=_zip_file_get_offset(srcza, srcidx, &za->error)) == 0) in _zip_source_zip_new()
190 if ((offset=_zip_file_get_offset(za, i, &za->error)) == 0) { in zip_close()
527 zip_uint64_t _zip_file_get_offset(const zip_t *, zip_uint64_t, zip_error_t *);
Completed in 12 milliseconds