Home
last modified time | relevance | path

Searched refs:zip_stat_t (Results 1 – 14 of 14) sorted by relevance

/PHP-7.0/ext/zip/lib/
H A Dzip_stat_init.c40 zip_stat_init(zip_stat_t *st) in zip_stat_init()
55 _zip_stat_merge(zip_stat_t *dst, const zip_stat_t *src, zip_error_t *error) in _zip_stat_merge()
H A Dzip_source_window.c44 zip_stat_t stat;
61 _zip_source_window_new(zip_source_t *src, zip_uint64_t start, zip_uint64_t length, zip_stat_t *st, … in _zip_source_window_new()
195 zip_stat_t *st; in window_read()
197 st = (zip_stat_t *)data; in window_read()
H A Dzip_stat.c39 zip_stat(zip_t *za, const char *fname, zip_flags_t flags, zip_stat_t *st) in zip_stat()
H A Dzip_source_stat.c39 zip_source_stat(zip_source_t *src, zip_stat_t *st) in zip_source_stat()
H A Dzipwin32.h78 …le_or_name(const void *, void *, zip_uint64_t, zip_int64_t, int, const zip_stat_t *, _zip_source_w…
H A Dzip.h300 typedef struct zip_stat zip_stat_t; typedef
397 ZIP_EXTERN int zip_source_stat(zip_source_t *, zip_stat_t *);
410 ZIP_EXTERN int zip_stat(zip_t *, const char *, zip_flags_t, zip_stat_t *);
411 ZIP_EXTERN int zip_stat_index(zip_t *, zip_uint64_t, zip_flags_t, zip_stat_t *);
412 ZIP_EXTERN void zip_stat_init(zip_stat_t *);
H A Dzip_source_deflate.c312 zip_stat_t *st; in deflate_compress()
314 st = (zip_stat_t *)data; in deflate_compress()
383 zip_stat_t *st; in deflate_decompress()
385 st = (zip_stat_t *)data; in deflate_decompress()
H A Dzip_source_pkware.c192 zip_stat_t *st; in pkware_decrypt()
194 st = (zip_stat_t *)data; in pkware_decrypt()
H A Dzip_source_crc.c141 zip_stat_t *st; in crc_read()
143 st = (zip_stat_t *)data; in crc_read()
H A Dzip_stat_index.c40 zip_stat_t *st) in zip_stat_index()
H A Dzip_source_win32handle.c48 static int _zip_stat_win32(void *h, zip_stat_t *st, _zip_source_win32_read_file_t *ctx);
73 …name, HANDLE h, zip_uint64_t start, zip_int64_t len, int closep, const zip_stat_t *st, _zip_source… in _zip_source_win32_handle_or_name()
336 zip_stat_t *st; in _win32_read_file()
340 st = (zip_stat_t *)data; in _win32_read_file()
543 _zip_stat_win32(HANDLE h, zip_stat_t *st, _zip_source_win32_read_file_t *ctx) in _zip_stat_win32()
H A Dzipint.h555 …ource_file_or_p(const char *, FILE *, zip_uint64_t, zip_int64_t, const zip_stat_t *, zip_error_t *…
559 …window_new(zip_source_t *src, zip_uint64_t start, zip_uint64_t length, zip_stat_t *st, zip_error_t…
562 int _zip_stat_merge(zip_stat_t *dst, const zip_stat_t *src, zip_error_t *error);
H A Dzip_source_filep.c113 …st char *fname, FILE *file, zip_uint64_t start, zip_int64_t len, const zip_stat_t *st, zip_error_t… in _zip_source_file_or_p()
411 zip_stat_t *st; in read_file()
425 st = (zip_stat_t *)data; in read_file()
H A Dzip_source_buffer.c188 zip_stat_t *st; in read_data()
195 st = (zip_stat_t *)data; in read_data()

Completed in 26 milliseconds