Home
last modified time | relevance | path

Searched refs:zip_set_file_comment (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/zip/lib/
H A Dzip_set_file_comment.c44 zip_set_file_comment(struct zip *za, zip_uint64_t idx, const char *comment, int len) in zip_set_file_comment() function
H A Dzip.h263 ZIP_EXTERN int zip_set_file_comment(struct zip *, zip_uint64_t, const char *, int); /* use zip_file…
/PHP-5.6/ext/zip/
H A Dconfig.w3224 …zip_set_archive_comment.c zip_set_archive_flag.c zip_set_default_password.c zip_set_file_comment.c\
H A Dconfig.m4120 …ive_comment.c lib/zip_set_archive_flag.c lib/zip_set_default_password.c lib/zip_set_file_comment.c\
H A Dphp_zip.c100 if (zip_set_file_comment(intern, index, NULL, 0) < 0) { \
103 } else if (zip_set_file_comment(intern, index, comment, comment_len) < 0) { \

Completed in 19 milliseconds