Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_set_file_comment.c43 zip_set_file_comment(struct zip *za, zip_uint64_t idx, in zip_set_file_comment() function
H A Dzip.h250 ZIP_EXTERN(int) zip_set_file_comment(struct zip *, zip_uint64_t,
/PHP-5.5/ext/zip/
H A Dconfig.w3228 zip_set_archive_comment.c zip_set_file_comment.c \
H A Dconfig.m490 lib/zip_set_archive_comment.c lib/zip_set_file_comment.c \
H A Dphp_zip.c85 if (zip_set_file_comment(intern, index, NULL, 0) < 0) { \
88 } else if (zip_set_file_comment(intern, index, comment, comment_len) < 0) { \

Completed in 15 milliseconds