Searched defs:comment (Results 1 – 13 of 13) sorted by relevance
/PHP-7.3/ext/zip/lib/ |
H A D | zip_set_archive_comment.c | 41 zip_set_archive_comment(zip_t *za, const char *comment, zip_uint16_t len) in zip_set_archive_comment()
|
H A D | zip_set_file_comment.c | 42 zip_set_file_comment(zip_t *za, zip_uint64_t idx, const char *comment, int len) in zip_set_file_comment()
|
H A D | zip_get_archive_comment.c | 43 zip_string_t *comment; in zip_get_archive_comment() local
|
H A D | zip_file_set_comment.c | 42 const char *comment, zip_uint16_t len, zip_flags_t flags) in zip_file_set_comment()
|
H A D | zip_dirent.c | 98 zip_string_t *comment; in _zip_cdir_write() local
|
H A D | zipint.h | 354 zip_string_t *comment; /* (c) file comment */ member 370 zip_string_t *comment; /* zip archive comment */ member
|
/PHP-7.3/ext/xml/ |
H A D | compat.c | 315 _build_comment(const xmlChar *data, int data_len, xmlChar **comment, int *comment_len) in _build_comment() 328 _comment_handler(void *user, const xmlChar *comment) in _comment_handler() 529 XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler comment) in XML_SetCommentHandler()
|
/PHP-7.3/ext/wddx/ |
H A D | wddx.c | 363 void php_wddx_packet_start(wddx_packet *packet, char *comment, size_t comment_len) in php_wddx_packet_start() 1132 char *comment = NULL; in PHP_FUNCTION() local 1216 char *comment = NULL; in PHP_FUNCTION() local
|
/PHP-7.3/ext/zip/ |
H A D | php_zip.c | 84 #define PHP_ZIP_SET_FILE_COMMENT(za, index, comment, comment_len) \ argument 2039 char * comment; in ZIPARCHIVE_METHOD() local 2065 const char * comment; in ZIPARCHIVE_METHOD() local 2093 char * comment, *name; in ZIPARCHIVE_METHOD() local 2127 char * comment; in ZIPARCHIVE_METHOD() local 2374 const char * comment; in ZIPARCHIVE_METHOD() local 2409 const char * comment; in ZIPARCHIVE_METHOD() local
|
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_jpeg.c | 175 char comment[255]; in gdImageJpegCtx() local
|
/PHP-7.3/ext/mysqli/ |
H A D | mysqli_nonapi.c | 1030 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
|
/PHP-7.3/win32/build/ |
H A D | confutils.js | 2677 function AC_DEFINE(name, value, comment, quote) argument
|
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 185 const char *comment; member
|
Completed in 61 milliseconds