Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzip_close.c63 static int write_cdir(struct zip *, const struct zip_filelist *, zip_uint64_t, FILE *);
79 struct zip_filelist *filelist; in zip_close()
113 if ((filelist=(struct zip_filelist *)malloc(sizeof(filelist[0])*(size_t)survivors)) == NULL) in zip_close()
524 write_cdir(struct zip *za, const struct zip_filelist *filelist, zip_uint64_t survivors, FILE *out) in write_cdir()
644 const char *aname = ((const struct zip_filelist *)a)->name; in _zip_torrentzip_cmp()
645 const char *bname = ((const struct zip_filelist *)b)->name; in _zip_torrentzip_cmp()
H A Dzipint.h395 struct zip_filelist { struct
422 zip_int64_t _zip_cdir_write(struct zip *, const struct zip_filelist *, zip_uint64_t, FILE *);
H A Dzip_dirent.c132 _zip_cdir_write(struct zip *za, const struct zip_filelist *filelist, zip_uint64_t survivors, FILE *… in _zip_cdir_write()

Completed in 25 milliseconds