Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzip_stat.c48 return zip_stat_index(za, (zip_uint64_t)idx, flags, st); in zip_stat()
H A Dzip_stat_index.c41 zip_stat_index(struct zip *za, zip_uint64_t index, zip_flags_t flags, in zip_stat_index() function
H A Dzip_source_zip_new.c66 if (zip_stat_index(srcza, srcidx, flags|ZIP_FL_UNCHANGED, &st) < 0) { in _zip_source_zip_new()
H A Dzip.h316 ZIP_EXTERN int zip_stat_index(struct zip *, zip_uint64_t, zip_flags_t, struct zip_stat *);
/PHP-5.6/ext/zip/
H A Dconfig.w3229 …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.m4125 …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.c80 if (zip_stat_index(za, index, flags, &sb) != 0) { \
1326 ret = zip_stat_index(rsrc_int->za, rsrc_int->index_current, 0, &zr_rsrc->sb); in PHP_NAMED_FUNCTION()
2002 if (zip_stat_index(intern, index, flags, &sb) != 0) { in ZIPARCHIVE_METHOD()

Completed in 28 milliseconds