Home
last modified time | relevance | path

Searched refs:zip_stat_index (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/zip/lib/
H A Dzip_stat.c46 return zip_stat_index(za, (zip_uint64_t)idx, flags, st); in zip_stat()
H A Dzip_stat_index.c39 zip_stat_index(zip_t *za, zip_uint64_t index, zip_flags_t flags, in zip_stat_index() function
H A Dzip_source_zip_new.c63 if (zip_stat_index(srcza, srcidx, flags|ZIP_FL_UNCHANGED, &st) < 0) { in _zip_source_zip_new()
H A Dzip.h411 ZIP_EXTERN int zip_stat_index(zip_t *, zip_uint64_t, zip_flags_t, zip_stat_t *);
/PHP-7.0/ext/zip/
H A Dconfig.w3230 …zip_stat.c zip_stat_index.c zip_stat_init.c zip_strerror.c zip_string.c zip_unchange.c zip_unchang…
H A Dconfig.m4131 …lib/zip_stat.c lib/zip_stat_index.c lib/zip_stat_init.c lib/zip_strerror.c lib/zip_string.c lib/zi…
H A Dphp_zip.c62 if (zip_stat_index(za, index, flags, &sb) != 0) { \
1196 ret = zip_stat_index(rsrc_int->za, rsrc_int->index_current, 0, &zr_rsrc->sb); in PHP_NAMED_FUNCTION()
1894 if (zip_stat_index(intern, index, flags, &sb) != 0) { in ZIPARCHIVE_METHOD()

Completed in 22 milliseconds