Lines Matching full:and
12 * See the License for the specific language governing permissions and
71 * Open a Zip archive from filename path, and sets handle for the file.
75 * Returns 0 on success, and 1 on failure.
85 * Open a Zip archive from opened file FILE* fp, and sets handle for the file.
89 * Returns 0 on success, and 1 on failure.
96 * Returns 0 on success, and 1 on failure.
104 * Returns 0 on success, and 1 on failure.
111 * Returns 0 on success, and 1 on failure.
118 * Returns 0 on success, and 1 on failure.
123 * Get Info about the current file within ZipFile and write info into the *entry structure.
126 * Returns 0 on success, and 1 on failure.
134 * Returns 0 on success, and 1 on failure.
146 * Returns 0 on success, and 1 on failure.
154 * Returns 0 on success and 1 on failure.
160 …end takes value from APPEND_STATUS_CREATE(which will create the archive zipname for first time) and
162 …l takes value from Z_BEST_COMPRESSION(which will deflate the pbuf with best compression effect) and
165 * Returns 0 on success and 1 on failure.