Thomas Klausner | 37ca2c6 | 2018-04-10 12:40:44 +0200 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
Thomas Klausner | 0001d26 | 2018-04-14 22:34:06 +0200 | [diff] [blame] | 3 | <!-- This is an automatically generated file. Do not edit. |
| 4 | zip_source_make_command_bitmap -- create bitmap of supported source operations |
| 5 | Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner |
| 6 | |
| 7 | This file is part of libzip, a library to manipulate ZIP archives. |
| 8 | The authors can be contacted at <libzip@nih.at> |
| 9 | |
| 10 | Redistribution and use in source and binary forms, with or without |
| 11 | modification, are permitted provided that the following conditions |
| 12 | are met: |
| 13 | 1. Redistributions of source code must retain the above copyright |
| 14 | notice, this list of conditions and the following disclaimer. |
| 15 | 2. Redistributions in binary form must reproduce the above copyright |
| 16 | notice, this list of conditions and the following disclaimer in |
| 17 | the documentation and/or other materials provided with the |
| 18 | distribution. |
| 19 | 3. The names of the authors may not be used to endorse or promote |
| 20 | products derived from this software without specific prior |
| 21 | written permission. |
| 22 | |
| 23 | THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS |
| 24 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 25 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 26 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY |
| 27 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 28 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE |
| 29 | GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 30 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER |
| 31 | IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 32 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 33 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 34 | --> |
Thomas Klausner | 37ca2c6 | 2018-04-10 12:40:44 +0200 | [diff] [blame] | 35 | <head> |
| 36 | <meta charset="utf-8"/> |
Thomas Klausner | 37ca2c6 | 2018-04-10 12:40:44 +0200 | [diff] [blame] | 37 | <link rel="stylesheet" href="../nih-man.css" type="text/css" media="all"/> |
| 38 | <title>ZIP_SOURCE_MAKE_COMMAND_BITMAP(3)</title> |
| 39 | </head> |
| 40 | <body> |
| 41 | <table class="head"> |
| 42 | <tr> |
| 43 | <td class="head-ltitle">ZIP_SOURCE_MAKE_COMMAND_BITMAP(3)</td> |
| 44 | <td class="head-vol">Library Functions Manual</td> |
| 45 | <td class="head-rtitle">ZIP_SOURCE_MAKE_COMMAND_BITMAP(3)</td> |
| 46 | </tr> |
| 47 | </table> |
| 48 | <div class="manual-text"> |
Thomas Klausner | 8fb14f9 | 2019-03-12 12:44:02 +0100 | [diff] [blame] | 49 | <section class="Sh"> |
| 50 | <h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> |
| 51 | <code class="Nm">zip_source_make_command_bitmap</code> — |
| 52 | <div class="Nd">create bitmap of supported source operations</div> |
| 53 | </section> |
| 54 | <section class="Sh"> |
| 55 | <h1 class="Sh" id="LIBRARY"><a class="permalink" href="#LIBRARY">LIBRARY</a></h1> |
Thomas Klausner | 37ca2c6 | 2018-04-10 12:40:44 +0200 | [diff] [blame] | 56 | libzip (-lzip) |
Thomas Klausner | 8fb14f9 | 2019-03-12 12:44:02 +0100 | [diff] [blame] | 57 | </section> |
| 58 | <section class="Sh"> |
| 59 | <h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> |
| 60 | <code class="In">#include <<a class="In">zip.h</a>></code> |
| 61 | <p class="Pp"><var class="Ft">zip_int64_t</var> |
| 62 | <br/> |
| 63 | <code class="Fn">zip_source_make_command_bitmap</code>(<var class="Fa" style="white-space: nowrap;">zip_source_cmd_t |
| 64 | command</var>, <var class="Fa" style="white-space: nowrap;">...</var>);</p> |
| 65 | </section> |
| 66 | <section class="Sh"> |
| 67 | <h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> |
| 68 | The <code class="Fn">zip_source_make_command_bitmap</code>() function returns a |
| 69 | bitmap of source commands suitable as return value for |
| 70 | <code class="Dv">ZIP_SOURCE_SUPPORTS</code>. It includes all the commands from |
| 71 | the argument list, which must be terminated by -1. |
| 72 | </section> |
| 73 | <section class="Sh"> |
| 74 | <h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE |
Thomas Klausner | 0001d26 | 2018-04-14 22:34:06 +0200 | [diff] [blame] | 75 | ALSO</a></h1> |
Thomas Klausner | 8fb14f9 | 2019-03-12 12:44:02 +0100 | [diff] [blame] | 76 | <a class="Xr" href="libzip.html">libzip(3)</a>, |
| 77 | <a class="Xr" href="zip_source_function.html">zip_source_function(3)</a> |
| 78 | </section> |
| 79 | <section class="Sh"> |
| 80 | <h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> |
| 81 | <code class="Fn">zip_source_make_command_bitmap</code>() was added in libzip |
| 82 | 1.0. |
| 83 | </section> |
| 84 | <section class="Sh"> |
| 85 | <h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> |
| 86 | <span class="An">Dieter Baron</span> |
| 87 | <<a class="Mt" href="mailto:dillo@nih.at">dillo@nih.at</a>> and |
| 88 | <span class="An">Thomas Klausner</span> |
| 89 | <<a class="Mt" href="mailto:tk@giga.or.at">tk@giga.or.at</a>> |
| 90 | </section> |
| 91 | </div> |
Thomas Klausner | 37ca2c6 | 2018-04-10 12:40:44 +0200 | [diff] [blame] | 92 | <table class="foot"> |
| 93 | <tr> |
| 94 | <td class="foot-date">December 18, 2017</td> |
Thomas Klausner | 6aecb02 | 2020-07-11 10:38:46 +0200 | [diff] [blame] | 95 | <td class="foot-os">NiH</td> |
Thomas Klausner | 37ca2c6 | 2018-04-10 12:40:44 +0200 | [diff] [blame] | 96 | </tr> |
| 97 | </table> |
| 98 | </body> |
| 99 | </html> |