comment           174 ext/gd/libgd/gd_jpeg.c 	char comment[255];
comment           216 ext/gd/libgd/gd_jpeg.c 		snprintf(comment, sizeof(comment)-1, "CREATOR: gd-jpeg v%s (using IJG JPEG v%d), quality = %d\n", GD_JPEG_VERSION, JPEG_LIB_VERSION, quality);
comment           218 ext/gd/libgd/gd_jpeg.c 		snprintf(comment, sizeof(comment)-1, "CREATOR: gd-jpeg v%s (using IJG JPEG v%d), default quality\n", GD_JPEG_VERSION, JPEG_LIB_VERSION);
comment           220 ext/gd/libgd/gd_jpeg.c 	jpeg_write_marker (&cinfo, JPEG_COM, (unsigned char *) comment, (unsigned int) strlen (comment));
comment           971 ext/mysqli/mysqli_nonapi.c 	const char 				*name = NULL, *collation = NULL, *dir = NULL, *comment = NULL;
comment           994 ext/mysqli/mysqli_nonapi.c 	comment = cs.comment;
comment          1006 ext/mysqli/mysqli_nonapi.c 	comment = cs->comment;
comment          1018 ext/mysqli/mysqli_nonapi.c 	add_property_string(return_value, "comment", (comment) ? (char *)comment : "");
comment           144 ext/mysqlnd/mysqlnd_structs.h 	const char		*comment;
comment            99 ext/soap/php_xml.c 		ctxt->sax->comment = soap_Comment;
comment           148 ext/soap/php_xml.c 		ctxt->sax->comment = soap_Comment;
comment            60 ext/wddx/php_wddx_api.h void 		 php_wddx_packet_start(wddx_packet *packet, char *comment, size_t comment_len);
comment           108 ext/wddx/wddx.c 	ZEND_ARG_INFO(0, comment)
comment           116 ext/wddx/wddx.c 	ZEND_ARG_INFO(0, comment)
comment           359 ext/wddx/wddx.c void php_wddx_packet_start(wddx_packet *packet, char *comment, size_t comment_len)
comment           362 ext/wddx/wddx.c 	if (comment) {
comment           365 ext/wddx/wddx.c 		php_wddx_add_chunk_ex(packet, comment, comment_len);
comment          1090 ext/wddx/wddx.c 	char *comment = NULL;
comment          1094 ext/wddx/wddx.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|s", &var, &comment, &comment_len) == FAILURE) {
comment          1100 ext/wddx/wddx.c 	php_wddx_packet_start(packet, comment, comment_len);
comment          1174 ext/wddx/wddx.c 	char *comment = NULL;
comment          1178 ext/wddx/wddx.c 	comment = NULL;
comment          1180 ext/wddx/wddx.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &comment, &comment_len) == FAILURE) {
comment          1186 ext/wddx/wddx.c 	php_wddx_packet_start(packet, comment, comment_len);
comment           315 ext/xml/compat.c _build_comment(const xmlChar *data, int data_len, xmlChar **comment, int *comment_len)
comment           319 ext/xml/compat.c 	*comment = xmlMalloc(*comment_len + 1);
comment           320 ext/xml/compat.c 	memcpy(*comment, "<!--", 4);
comment           321 ext/xml/compat.c 	memcpy(*comment + 4, data, data_len);
comment           322 ext/xml/compat.c 	memcpy(*comment + 4 + data_len, "-->", 3);
comment           324 ext/xml/compat.c 	(*comment)[*comment_len] = '\0';
comment           328 ext/xml/compat.c _comment_handler(void *user, const xmlChar *comment)
comment           336 ext/xml/compat.c 		_build_comment(comment, xmlStrlen(comment), &d_comment, &d_comment_len);
comment           526 ext/xml/compat.c XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler comment)
comment           528 ext/xml/compat.c 	parser->h_comment = comment;
comment            59 ext/zip/lib/zip_dirent.c     _zip_string_free(cd->comment);
comment            88 ext/zip/lib/zip_dirent.c     cd->comment = NULL;
comment            98 ext/zip/lib/zip_dirent.c     zip_string_t *comment;
comment           162 ext/zip/lib/zip_dirent.c     comment = za->comment_changed ? za->comment_changes : za->comment_orig;
comment           164 ext/zip/lib/zip_dirent.c     _zip_buffer_put_16(buffer, (zip_uint16_t)(comment ? comment->length : 0));
comment           179 ext/zip/lib/zip_dirent.c     if (comment) {
comment           180 ext/zip/lib/zip_dirent.c 	if (_zip_write(za, comment->raw, comment->length) < 0) {
comment           221 ext/zip/lib/zip_dirent.c 	_zip_string_free(zde->comment);
comment           222 ext/zip/lib/zip_dirent.c 	zde->comment = NULL;
comment           255 ext/zip/lib/zip_dirent.c     de->comment = NULL;
comment           376 ext/zip/lib/zip_dirent.c     zde->comment = NULL;
comment           439 ext/zip/lib/zip_dirent.c 	zde->comment = _zip_read_string(buffer, src, comment_len, 0, error);
comment           440 ext/zip/lib/zip_dirent.c         if (!zde->comment) {
comment           447 ext/zip/lib/zip_dirent.c 	    if (_zip_guess_encoding(zde->comment, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) {
comment           458 ext/zip/lib/zip_dirent.c     zde->comment = _zip_dirent_process_ef_utf_8(zde, ZIP_EF_UTF_8_COMMENT, zde->comment);
comment           629 ext/zip/lib/zip_dirent.c     com_enc = _zip_guess_encoding(de->comment, ZIP_ENCODING_UNKNOWN);
comment           643 ext/zip/lib/zip_dirent.c 	    zip_extra_field_t *ef2 = _zip_ef_utf8(ZIP_EF_UTF_8_COMMENT, de->comment, &za->error);
comment           749 ext/zip/lib/zip_dirent.c 	_zip_buffer_put_16(buffer, _zip_string_length(de->comment));
comment           795 ext/zip/lib/zip_dirent.c 	if (de->comment) {
comment           796 ext/zip/lib/zip_dirent.c 	    if (_zip_string_write(za, de->comment) < 0) {
comment            49 ext/zip/lib/zip_file_get_comment.c     if ((str=_zip_string_get(de->comment, &len, flags, &za->error)) == NULL)
comment            42 ext/zip/lib/zip_file_set_comment.c 		     const char *comment, zip_uint16_t len, zip_flags_t flags)
comment            56 ext/zip/lib/zip_file_set_comment.c     if (len > 0 && comment == NULL) {
comment            62 ext/zip/lib/zip_file_set_comment.c 	if ((cstr=_zip_string_new((const zip_uint8_t *)comment, len, flags, &za->error)) == NULL)
comment            73 ext/zip/lib/zip_file_set_comment.c 	_zip_string_free(e->changes->comment);
comment            74 ext/zip/lib/zip_file_set_comment.c 	e->changes->comment = NULL;
comment            78 ext/zip/lib/zip_file_set_comment.c     if (e->orig && e->orig->comment)
comment            79 ext/zip/lib/zip_file_set_comment.c 	changed = !_zip_string_equal(e->orig->comment, cstr);
comment            91 ext/zip/lib/zip_file_set_comment.c         e->changes->comment = cstr;
comment            43 ext/zip/lib/zip_get_archive_comment.c     zip_string_t *comment;
comment            48 ext/zip/lib/zip_get_archive_comment.c 	comment = za->comment_orig;
comment            50 ext/zip/lib/zip_get_archive_comment.c 	comment = za->comment_changes;
comment            52 ext/zip/lib/zip_get_archive_comment.c     if ((str=_zip_string_get(comment, &len, flags, &za->error)) == NULL)
comment           224 ext/zip/lib/zip_open.c     za->comment_orig = cdir->comment;
comment           331 ext/zip/lib/zip_open.c             if ((cd->comment=_zip_string_new(_zip_buffer_get(buffer, comment_len), comment_len, ZIP_FL_ENC_GUESS, error)) == NULL) {
comment            41 ext/zip/lib/zip_set_archive_comment.c zip_set_archive_comment(zip_t *za, const char *comment, zip_uint16_t len)
comment            50 ext/zip/lib/zip_set_archive_comment.c     if (len > 0 && comment == NULL) {
comment            56 ext/zip/lib/zip_set_archive_comment.c 	if ((cstr=_zip_string_new((const zip_uint8_t *)comment, len, ZIP_FL_ENC_GUESS, &za->error)) == NULL)
comment            42 ext/zip/lib/zip_set_file_comment.c zip_set_file_comment(zip_t *za, zip_uint64_t idx, const char *comment, int len)
comment            48 ext/zip/lib/zip_set_file_comment.c     return zip_file_set_comment(za, idx, comment, (zip_uint16_t)len, 0);
comment           354 ext/zip/lib/zipint.h     zip_string_t *comment;		/* (c)  file comment */
comment           370 ext/zip/lib/zipint.h     zip_string_t *comment;		/* zip archive comment */
comment            79 ext/zip/php_zip.c #define PHP_ZIP_SET_FILE_COMMENT(za, index, comment, comment_len) \
comment            85 ext/zip/php_zip.c 	} else if (zip_set_file_comment(za, index, comment, comment_len) < 0) { \
comment          1960 ext/zip/php_zip.c 	char * comment;
comment          1968 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &comment, &comment_len) == FAILURE) {
comment          1971 ext/zip/php_zip.c 	if (zip_set_archive_comment(intern, (const char *)comment, (int)comment_len)) {
comment          1986 ext/zip/php_zip.c 	const char * comment;
comment          1999 ext/zip/php_zip.c 	comment = zip_get_archive_comment(intern, &comment_len, (int)flags);
comment          2000 ext/zip/php_zip.c 	if(comment==NULL) {
comment          2003 ext/zip/php_zip.c 	RETURN_STRINGL((char *)comment, (zend_long)comment_len);
comment          2014 ext/zip/php_zip.c 	char * comment, *name;
comment          2024 ext/zip/php_zip.c 			&name, &name_len, &comment, &comment_len) == FAILURE) {
comment          2036 ext/zip/php_zip.c 	PHP_ZIP_SET_FILE_COMMENT(intern, idx, comment, comment_len);
comment          2048 ext/zip/php_zip.c 	char * comment;
comment          2058 ext/zip/php_zip.c 			&index, &comment, &comment_len) == FAILURE) {
comment          2063 ext/zip/php_zip.c 	PHP_ZIP_SET_FILE_COMMENT(intern, index, comment, comment_len);
comment          2227 ext/zip/php_zip.c 	const char * comment;
comment          2250 ext/zip/php_zip.c 	comment = zip_get_file_comment(intern, idx, &comment_len, (int)flags);
comment          2251 ext/zip/php_zip.c 	RETURN_STRINGL((char *)comment, (zend_long)comment_len);
comment          2262 ext/zip/php_zip.c 	const char * comment;
comment          2278 ext/zip/php_zip.c 	comment = zip_get_file_comment(intern, index, &comment_len, (int)flags);
comment          2279 ext/zip/php_zip.c 	RETURN_STRINGL((char *)comment, (zend_long)comment_len);
comment          2850 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, comment)
comment          2855 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, comment)
comment          2909 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, comment)