Searched refs:closep (Results 1 – 3 of 3) sorted by relevance
53 int closep; /* whether to close f on ZIP_CMD_FREE */ member
73 …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() argument101 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()
521 closep(int *fd) in closep() function538 closep(fd); in copydesc()639 closep(fdp[STDIN_FILENO]); in uncompressbuf()640 closep(fdp[STDOUT_FILENO]); in uncompressbuf()
Completed in 12 milliseconds