Home
last modified time | relevance | path

Searched refs:_zip_name_locate (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/zip/lib/
H A Dzip_name_locate.c48 return _zip_name_locate(za, fname, flags, &za->error); in zip_name_locate()
54 _zip_name_locate(struct zip *za, const char *fname, zip_flags_t flags, struct zip_error *error) in _zip_name_locate() function
H A Dzip_unchange.c61 i = _zip_name_locate(za, _zip_get_name(za, idx, ZIP_FL_UNCHANGED, NULL), 0, NULL); in _zip_unchange()
H A Dzip_file_replace.c74 i = _zip_name_locate(za, name, flags, NULL); in _zip_file_replace()
H A Dzip_set_name.c72 if ((i=_zip_name_locate(za, name, 0, NULL)) >= 0 && (zip_uint64_t)i != idx) { in _zip_set_name()
H A Dzipint.h496 zip_int64_t _zip_name_locate(struct zip *, const char *, zip_flags_t, struct zip_error *);

Completed in 11 milliseconds