Searched defs:comment (Results 1 – 15 of 15) sorted by relevance
/PHP-5.6/ext/skeleton/ |
H A D | create_stubs | 40 function comment(s) function
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_set_archive_comment.c | 43 zip_set_archive_comment(struct zip *za, const char *comment, zip_uint16_t len) in zip_set_archive_comment()
|
H A D | zip_set_file_comment.c | 44 zip_set_file_comment(struct zip *za, zip_uint64_t idx, const char *comment, int len) in zip_set_file_comment()
|
H A D | zip_get_archive_comment.c | 45 struct zip_string *comment; in zip_get_archive_comment() local
|
H A D | zip_file_set_comment.c | 44 const char *comment, zip_uint16_t len, zip_flags_t flags) in zip_file_set_comment()
|
H A D | zipint.h | 330 struct zip_string *comment; /* (c) file comment */ member 346 struct zip_string *comment; /* zip archive comment */ member
|
H A D | zip_dirent.c | 136 struct zip_string *comment; in _zip_cdir_write() local
|
/PHP-5.6/ext/xml/ |
H A D | compat.c | 324 _build_comment(const xmlChar *data, int data_len, xmlChar **comment, int *comment_len) in _build_comment() 337 _comment_handler(void *user, const xmlChar *comment) in _comment_handler() 535 XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler comment) in XML_SetCommentHandler()
|
/PHP-5.6/ext/zip/ |
H A D | php_zip.c | 97 #define PHP_ZIP_SET_FILE_COMMENT(za, index, comment, comment_len) \ argument 2081 char * comment; in ZIPARCHIVE_METHOD() local 2107 const char * comment; in ZIPARCHIVE_METHOD() local 2135 char * comment, *name; in ZIPARCHIVE_METHOD() local 2169 char * comment; in ZIPARCHIVE_METHOD() local 2347 const char * comment; in ZIPARCHIVE_METHOD() local 2382 const char * comment; in ZIPARCHIVE_METHOD() local
|
/PHP-5.6/ext/wddx/ |
H A D | wddx.c | 371 void php_wddx_packet_start(wddx_packet *packet, char *comment, int comment_len) in php_wddx_packet_start() 1219 char *comment = NULL; in PHP_FUNCTION() local 1300 char *comment = NULL; in PHP_FUNCTION() local
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_jpeg.c | 174 char comment[255]; in gdImageJpegCtx() local
|
/PHP-5.6/win32/build/ |
H A D | confutils.js | 2092 function AC_DEFINE(name, value, comment, quote) argument
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_nonapi.c | 1012 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 143 const char *comment; member
|
/PHP-5.6/Zend/ |
H A D | zend_compile.c | 5445 char *comment = NULL; in zend_do_declare_property() local
|
Completed in 164 milliseconds