comment 5443 Zend/zend_compile.c char *comment = NULL; comment 5472 Zend/zend_compile.c comment = CG(doc_comment); comment 5478 Zend/zend_compile.c zend_declare_property_ex(CG(active_class_entry), zend_new_interned_string(Z_STRVAL(var_name->u.constant), Z_STRLEN(var_name->u.constant) + 1, 0 TSRMLS_CC), Z_STRLEN(var_name->u.constant), property, access_type, comment, comment_len TSRMLS_CC); 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 1012 ext/mysqli/mysqli_nonapi.c const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; comment 1035 ext/mysqli/mysqli_nonapi.c comment = cs.comment; comment 1047 ext/mysqli/mysqli_nonapi.c comment = cs->comment; comment 1059 ext/mysqli/mysqli_nonapi.c add_property_string(return_value, "comment", (comment) ? (char *)comment : "", 1); comment 143 ext/mysqlnd/mysqlnd_structs.h const char *comment; comment 99 ext/soap/php_xml.c ctxt->sax->comment = soap_Comment; comment 149 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, int 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 370 ext/wddx/wddx.c void php_wddx_packet_start(wddx_packet *packet, char *comment, int comment_len) comment 373 ext/wddx/wddx.c if (comment) { comment 376 ext/wddx/wddx.c php_wddx_add_chunk_ex(packet, comment, comment_len); comment 1175 ext/wddx/wddx.c char *comment = NULL; comment 1179 ext/wddx/wddx.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|s", &var, &comment, &comment_len) == FAILURE) { comment 1185 ext/wddx/wddx.c php_wddx_packet_start(packet, comment, comment_len); comment 1256 ext/wddx/wddx.c char *comment = NULL; comment 1260 ext/wddx/wddx.c comment = NULL; comment 1262 ext/wddx/wddx.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &comment, &comment_len) == FAILURE) { comment 1268 ext/wddx/wddx.c php_wddx_packet_start(packet, comment, comment_len); comment 324 ext/xml/compat.c _build_comment(const xmlChar *data, int data_len, xmlChar **comment, int *comment_len) comment 328 ext/xml/compat.c *comment = xmlMalloc(*comment_len + 1); comment 329 ext/xml/compat.c memcpy(*comment, "<!--", 4); comment 330 ext/xml/compat.c memcpy(*comment + 4, data, data_len); comment 331 ext/xml/compat.c memcpy(*comment + 4 + data_len, "-->", 3); comment 333 ext/xml/compat.c (*comment)[*comment_len] = '\0'; comment 337 ext/xml/compat.c _comment_handler(void *user, const xmlChar *comment) comment 345 ext/xml/compat.c _build_comment(comment, xmlStrlen(comment), &d_comment, &d_comment_len); comment 535 ext/xml/compat.c XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler comment) comment 537 ext/xml/compat.c parser->h_comment = comment; comment 63 ext/zip/lib/zip_dirent.c _zip_string_free(cd->comment); comment 124 ext/zip/lib/zip_dirent.c cd->comment = NULL; comment 136 ext/zip/lib/zip_dirent.c struct zip_string *comment; comment 194 ext/zip/lib/zip_dirent.c comment = za->comment_changed ? za->comment_changes : za->comment_orig; comment 196 ext/zip/lib/zip_dirent.c _zip_write2(comment ? comment->length : 0, fp); comment 197 ext/zip/lib/zip_dirent.c if (comment) comment 198 ext/zip/lib/zip_dirent.c fwrite(comment->raw, 1, comment->length, fp); comment 239 ext/zip/lib/zip_dirent.c _zip_string_free(zde->comment); comment 273 ext/zip/lib/zip_dirent.c de->comment = NULL; comment 406 ext/zip/lib/zip_dirent.c zde->comment = NULL; comment 443 ext/zip/lib/zip_dirent.c zde->comment = _zip_read_string(bufp ? &cur : NULL, fp, comment_len, 0, error); comment 444 ext/zip/lib/zip_dirent.c if (!zde->comment) comment 448 ext/zip/lib/zip_dirent.c if (_zip_guess_encoding(zde->comment, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { comment 456 ext/zip/lib/zip_dirent.c zde->comment = _zip_dirent_process_ef_utf_8(zde, ZIP_EF_UTF_8_COMMENT, zde->comment); comment 619 ext/zip/lib/zip_dirent.c _zip_string_free(de->comment); comment 620 ext/zip/lib/zip_dirent.c de->comment = NULL; comment 652 ext/zip/lib/zip_dirent.c com_enc = _zip_guess_encoding(de->comment, ZIP_ENCODING_UNKNOWN); comment 666 ext/zip/lib/zip_dirent.c struct zip_extra_field *ef2 = _zip_ef_utf8(ZIP_EF_UTF_8_COMMENT, de->comment, error); comment 730 ext/zip/lib/zip_dirent.c _zip_write2(_zip_string_length(de->comment), fp); comment 749 ext/zip/lib/zip_dirent.c if (de->comment) comment 750 ext/zip/lib/zip_dirent.c _zip_string_write(de->comment, fp); comment 51 ext/zip/lib/zip_file_get_comment.c if ((str=_zip_string_get(de->comment, &len, flags, &za->error)) == NULL) comment 44 ext/zip/lib/zip_file_set_comment.c const char *comment, zip_uint16_t len, zip_flags_t flags) comment 58 ext/zip/lib/zip_file_set_comment.c if (len > 0 && comment == NULL) { comment 64 ext/zip/lib/zip_file_set_comment.c if ((cstr=_zip_string_new((const zip_uint8_t *)comment, len, flags, &za->error)) == NULL) comment 75 ext/zip/lib/zip_file_set_comment.c _zip_string_free(e->changes->comment); comment 76 ext/zip/lib/zip_file_set_comment.c e->changes->comment = NULL; comment 80 ext/zip/lib/zip_file_set_comment.c if (e->orig && e->orig->comment) comment 81 ext/zip/lib/zip_file_set_comment.c changed = !_zip_string_equal(e->orig->comment, cstr); comment 93 ext/zip/lib/zip_file_set_comment.c e->changes->comment = cstr; comment 45 ext/zip/lib/zip_get_archive_comment.c struct zip_string *comment; comment 50 ext/zip/lib/zip_get_archive_comment.c comment = za->comment_orig; comment 52 ext/zip/lib/zip_get_archive_comment.c comment = za->comment_changes; comment 54 ext/zip/lib/zip_get_archive_comment.c if ((str=_zip_string_get(comment, &len, flags, &za->error)) == NULL) comment 162 ext/zip/lib/zip_open.c za->comment_orig = cdir->comment; comment 253 ext/zip/lib/zip_open.c if ((cd->comment=_zip_string_new(eocd+EOCDLEN, (zip_uint16_t)comment_len, ZIP_FL_ENC_GUESS, error)) == NULL) { comment 379 ext/zip/lib/zip_open.c if (_zip_string_length(cdir->comment) != TORRENT_SIG_LEN+8 comment 380 ext/zip/lib/zip_open.c || strncmp((const char *)cdir->comment->raw, TORRENT_SIG, TORRENT_SIG_LEN) != 0) comment 383 ext/zip/lib/zip_open.c memcpy(buf, cdir->comment->raw+TORRENT_SIG_LEN, 8); comment 43 ext/zip/lib/zip_set_archive_comment.c zip_set_archive_comment(struct zip *za, const char *comment, zip_uint16_t len) comment 52 ext/zip/lib/zip_set_archive_comment.c if (len > 0 && comment == NULL) { comment 58 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 44 ext/zip/lib/zip_set_file_comment.c zip_set_file_comment(struct zip *za, zip_uint64_t idx, const char *comment, int len) comment 50 ext/zip/lib/zip_set_file_comment.c return zip_file_set_comment(za, idx, comment, (zip_uint16_t)len, 0); comment 330 ext/zip/lib/zipint.h struct zip_string *comment; /* (c) file comment */ comment 346 ext/zip/lib/zipint.h struct zip_string *comment; /* zip archive comment */ comment 97 ext/zip/php_zip.c #define PHP_ZIP_SET_FILE_COMMENT(za, index, comment, comment_len) \ comment 103 ext/zip/php_zip.c } else if (zip_set_file_comment(intern, index, comment, comment_len) < 0) { \ comment 2073 ext/zip/php_zip.c char * comment; comment 2081 ext/zip/php_zip.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &comment, &comment_len) == FAILURE) { comment 2084 ext/zip/php_zip.c if (zip_set_archive_comment(intern, (const char *)comment, (int)comment_len)) { comment 2099 ext/zip/php_zip.c const char * comment; comment 2112 ext/zip/php_zip.c comment = zip_get_archive_comment(intern, &comment_len, (int)flags); comment 2113 ext/zip/php_zip.c if(comment==NULL) { comment 2116 ext/zip/php_zip.c RETURN_STRINGL((char *)comment, (long)comment_len, 1); comment 2127 ext/zip/php_zip.c char * comment, *name; comment 2137 ext/zip/php_zip.c &name, &name_len, &comment, &comment_len) == FAILURE) { comment 2149 ext/zip/php_zip.c PHP_ZIP_SET_FILE_COMMENT(intern, idx, comment, comment_len); comment 2161 ext/zip/php_zip.c char * comment; comment 2171 ext/zip/php_zip.c &index, &comment, &comment_len) == FAILURE) { comment 2176 ext/zip/php_zip.c PHP_ZIP_SET_FILE_COMMENT(intern, index, comment, comment_len); comment 2339 ext/zip/php_zip.c const char * comment; comment 2362 ext/zip/php_zip.c comment = zip_get_file_comment(intern, idx, &comment_len, (int)flags); comment 2363 ext/zip/php_zip.c RETURN_STRINGL((char *)comment, (long)comment_len, 1); comment 2374 ext/zip/php_zip.c const char * comment; comment 2390 ext/zip/php_zip.c comment = zip_get_file_comment(intern, index, &comment_len, (int)flags); comment 2391 ext/zip/php_zip.c RETURN_STRINGL((char *)comment, (long)comment_len, 1); comment 2893 ext/zip/php_zip.c ZEND_ARG_INFO(0, comment) comment 2898 ext/zip/php_zip.c ZEND_ARG_INFO(0, comment) comment 2952 ext/zip/php_zip.c ZEND_ARG_INFO(0, comment)