Home
last modified time | relevance | path

Searched refs:closep (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/zip/lib/
H A Dzipwin32.h53 int closep; /* whether to close f on ZIP_CMD_FREE */ member
H A Dzip_source_win32handle.c73 …me(const void *fname, HANDLE h, zip_uint64_t start, zip_int64_t len, int closep, const zip_stat_t … in _zip_source_win32_handle_or_name() argument
101 ctx->closep = ctx->fname ? 1 : closep; in _zip_source_win32_handle_or_name()
189 if (ctx->closep && ctx->h != INVALID_HANDLE_VALUE) in _win32_read_file()
202 if (ctx->closep && ctx->start > 0) { in _win32_read_file()
224 if (!ctx->closep) { in _win32_read_file()
263 need_seek = ctx->closep; in _win32_read_file()

Completed in 8 milliseconds