Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzip_file_get_offset.c54 _zip_file_get_offset(const struct zip *za, zip_uint64_t idx, struct zip_error *error) in _zip_file_get_offset() function
H A Dzip_source_zip_new.c107 if ((offset=_zip_file_get_offset(srcza, srcidx, &za->error)) == 0) in _zip_source_zip_new()
H A Dzipint.h463 zip_uint64_t _zip_file_get_offset(const struct zip *, zip_uint64_t, struct zip_error *);
H A Dzip_close.c224 if ((offset=_zip_file_get_offset(za, i, &za->error)) == 0) { in zip_close()

Completed in 15 milliseconds