Home
last modified time | relevance | path

Searched refs:ch_comment_len (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_get_archive_comment.c44 || (za->ch_comment_len == -1)) { in zip_get_archive_comment()
58 *lenp = za->ch_comment_len; in zip_get_archive_comment()
H A Dzip_get_file_comment.c49 || (za->entry[idx].ch_comment_len == -1)) { in zip_get_file_comment()
56 *lenp = za->entry[idx].ch_comment_len; in zip_get_file_comment()
H A Dzip_unchange_archive.c47 za->ch_comment_len = -1; in zip_unchange_archive()
H A Dzip_entry_free.c52 ze->ch_comment_len = -1; in _zip_entry_free()
H A Dzip_set_archive_comment.c67 za->ch_comment_len = len; in zip_set_archive_comment()
H A Dzip_close.c244 && za->entry[i].ch_comment_len != -1) { in zip_close()
247 cd->entry[j].comment_len = za->entry[i].ch_comment_len; in zip_close()
551 if (src->ch_comment_len != -1) { in _zip_cdir_set_comment()
553 src->ch_comment_len, &src->error); in _zip_cdir_set_comment()
556 dest->comment_len = src->ch_comment_len; in _zip_cdir_set_comment()
579 if (za->ch_comment_len != -1 in _zip_changed()
586 || (za->entry[i].ch_comment_len != -1)) in _zip_changed()
H A Dzip_set_file_comment.c69 za->entry[idx].ch_comment_len = len; in zip_set_file_comment()
H A Dzip_new.c62 za->ch_comment_len = -1; in _zip_new()
H A Dzip_entry_new.c74 ze->ch_comment_len = -1; in _zip_entry_new()
H A Dzip_unchange.c80 za->entry[idx].ch_comment_len = -1; in _zip_unchange()
H A Dzipint.h195 int ch_comment_len; /* length of changed zip archive member
271 int ch_comment_len; member

Completed in 19 milliseconds