Searched defs:comment (Results 1 – 14 of 14) sorted by relevance
/PHP-7.2/ext/skeleton/ |
H A D | create_stubs | 40 function comment(s) function
|
/PHP-7.2/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.2/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() 526 XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler comment) in XML_SetCommentHandler()
|
/PHP-7.2/ext/wddx/ |
H A D | wddx.c | 365 void php_wddx_packet_start(wddx_packet *packet, char *comment, size_t comment_len) in php_wddx_packet_start() 1136 char *comment = NULL; in PHP_FUNCTION() local 1220 char *comment = NULL; in PHP_FUNCTION() local
|
/PHP-7.2/ext/zip/ |
H A D | php_zip.c | 84 #define PHP_ZIP_SET_FILE_COMMENT(za, index, comment, comment_len) \ argument 2019 char * comment; in ZIPARCHIVE_METHOD() local 2045 const char * comment; in ZIPARCHIVE_METHOD() local 2073 char * comment, *name; in ZIPARCHIVE_METHOD() local 2107 char * comment; in ZIPARCHIVE_METHOD() local 2354 const char * comment; in ZIPARCHIVE_METHOD() local 2389 const char * comment; in ZIPARCHIVE_METHOD() local
|
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_jpeg.c | 180 char comment[255]; in gdImageJpegCtx() local
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli_nonapi.c | 1024 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
|
/PHP-7.2/win32/build/ |
H A D | confutils.js | 2595 function AC_DEFINE(name, value, comment, quote) argument
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 187 const char *comment; member
|
Completed in 103 milliseconds