Home
last modified time | relevance | path

Searched refs:ch_comment (Results 1 – 12 of 12) sorted by path

/PHP-5.5/ext/zip/lib/
H A Dzip_close.c246 cd->entry[j].comment = za->entry[i].ch_comment; in zip_close()
552 dest->comment = _zip_memdup(src->ch_comment, in _zip_cdir_set_comment()
H A Dzip_entry_free.c50 free(ze->ch_comment); in _zip_entry_free()
51 ze->ch_comment = NULL; in _zip_entry_free()
H A Dzip_entry_new.c73 ze->ch_comment = NULL; in _zip_entry_new()
H A Dzip_free.c62 free(za->ch_comment); in _zip_free()
H A Dzip_get_archive_comment.c59 return za->ch_comment; in zip_get_archive_comment()
H A Dzip_get_file_comment.c57 return za->entry[idx].ch_comment; in zip_get_file_comment()
H A Dzip_new.c61 za->ch_comment = NULL; in _zip_new()
H A Dzip_set_archive_comment.c65 free(za->ch_comment); in zip_set_archive_comment()
66 za->ch_comment = tmpcom; in zip_set_archive_comment()
H A Dzip_set_file_comment.c67 free(za->entry[idx].ch_comment); in zip_set_file_comment()
68 za->entry[idx].ch_comment = tmpcom; in zip_set_file_comment()
H A Dzip_unchange.c78 free(za->entry[idx].ch_comment); in _zip_unchange()
79 za->entry[idx].ch_comment = NULL; in _zip_unchange()
H A Dzip_unchange_archive.c45 free(za->ch_comment); in zip_unchange_archive()
46 za->ch_comment = NULL; in zip_unchange_archive()
H A Dzipint.h194 char *ch_comment; /* changed archive comment */ member
270 char *ch_comment; member

Completed in 39 milliseconds