closep             73 ext/zip/lib/zip_source_win32handle.c _zip_source_win32_handle_or_name(const void *fname, HANDLE h, zip_uint64_t start, zip_int64_t len, int closep, const zip_stat_t *st, _zip_source_win32_file_ops_t *ops, zip_error_t *error)
closep            101 ext/zip/lib/zip_source_win32handle.c     ctx->closep = ctx->fname ? 1 : closep;
closep            189 ext/zip/lib/zip_source_win32handle.c 	if (ctx->closep && ctx->h != INVALID_HANDLE_VALUE)
closep            202 ext/zip/lib/zip_source_win32handle.c 	if (ctx->closep && ctx->start > 0) {
closep            224 ext/zip/lib/zip_source_win32handle.c 	if (!ctx->closep) {
closep            263 ext/zip/lib/zip_source_win32handle.c 	need_seek = ctx->closep;
closep             53 ext/zip/lib/zipwin32.h     int closep;             /* whether to close f on ZIP_CMD_FREE */