Home
last modified time | relevance | path

Searched refs:_zip_dirent_write (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_close.c280 if (_zip_dirent_write(&de, out, 1, &za->error) < 0) { in zip_close()
367 if (_zip_dirent_write(de, ft, 1, &za->error) < 0) in add_data()
430 if (_zip_dirent_write(de, ft, 1, &za->error) < 0) in add_data()
H A Dzipint.h301 int _zip_dirent_write(struct zip_dirent *, FILE *, int, struct zip_error *);
H A Dzip_dirent.c131 if (_zip_dirent_write(cd->entry+i, fp, 0, error) != 0) in _zip_cdir_write()
425 _zip_dirent_write(struct zip_dirent *zde, FILE *fp, int localp, in _zip_dirent_write() function

Completed in 17 milliseconds