comment_len       164 ext/phar/pharzip.h 	char comment_len[2];       /* file comment length             2 bytes */
comment_len       233 ext/phar/pharzip.h 	char comment_len[2];      /* .ZIP file comment length        2 bytes */
comment_len       225 ext/phar/zip.c 			if (PHAR_GET_16(locator.comment_len)) {
comment_len       229 ext/phar/zip.c 				if (PHAR_GET_16(locator.comment_len) != size - (metadata - buf)) {
comment_len       238 ext/phar/zip.c 				mydata->metadata_len = PHAR_GET_16(locator.comment_len);
comment_len       240 ext/phar/zip.c 				if (phar_parse_metadata(&metadata, &mydata->metadata, PHAR_GET_16(locator.comment_len)) == FAILURE) {
comment_len       244 ext/phar/zip.c 					ZVAL_NEW_STR(&mydata->metadata, zend_string_init(metadata, PHAR_GET_16(locator.comment_len), mydata->is_persistent));
comment_len       416 ext/phar/zip.c 				php_stream_write(sigfile, metadata, PHAR_GET_16(locator.comment_len));
comment_len       521 ext/phar/zip.c 		if (PHAR_GET_16(zipentry.comment_len)) {
comment_len       522 ext/phar/zip.c 			if (PHAR_GET_16(zipentry.comment_len) != php_stream_read(fp, buf, PHAR_GET_16(zipentry.comment_len))) {
comment_len       528 ext/phar/zip.c 			entry.metadata_len = PHAR_GET_16(zipentry.comment_len);
comment_len       530 ext/phar/zip.c 			if (phar_parse_metadata(&p, &(entry.metadata), PHAR_GET_16(zipentry.comment_len)) == FAILURE) {
comment_len       534 ext/phar/zip.c 				ZVAL_NEW_STR(&entry.metadata, zend_string_init(buf, PHAR_GET_16(zipentry.comment_len), entry.is_persistent));
comment_len       974 ext/phar/zip.c 		PHAR_SET_16(central.comment_len, ZSTR_LEN(entry->metadata_str.s));
comment_len      1488 ext/phar/zip.c 		PHAR_SET_16(eocd.comment_len, ZSTR_LEN(main_metadata_str.s));
comment_len        60 ext/wddx/php_wddx_api.h void 		 php_wddx_packet_start(wddx_packet *packet, char *comment, size_t comment_len);
comment_len       359 ext/wddx/wddx.c void php_wddx_packet_start(wddx_packet *packet, char *comment, size_t comment_len)
comment_len       365 ext/wddx/wddx.c 		php_wddx_add_chunk_ex(packet, comment, comment_len);
comment_len      1091 ext/wddx/wddx.c 	size_t comment_len = 0;
comment_len      1094 ext/wddx/wddx.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|s", &var, &comment, &comment_len) == FAILURE) {
comment_len      1100 ext/wddx/wddx.c 	php_wddx_packet_start(packet, comment, comment_len);
comment_len      1175 ext/wddx/wddx.c 	size_t comment_len = 0;
comment_len      1180 ext/wddx/wddx.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &comment, &comment_len) == FAILURE) {
comment_len      1186 ext/wddx/wddx.c 	php_wddx_packet_start(packet, comment, comment_len);
comment_len       315 ext/xml/compat.c _build_comment(const xmlChar *data, int data_len, xmlChar **comment, int *comment_len)
comment_len       317 ext/xml/compat.c 	*comment_len = data_len + 7;
comment_len       319 ext/xml/compat.c 	*comment = xmlMalloc(*comment_len + 1);
comment_len       324 ext/xml/compat.c 	(*comment)[*comment_len] = '\0';
comment_len       303 ext/zip/lib/zip_dirent.c     zip_uint16_t filename_len, comment_len, ef_len;
comment_len       353 ext/zip/lib/zip_dirent.c 	comment_len = 0;
comment_len       359 ext/zip/lib/zip_dirent.c 	comment_len = _zip_buffer_get_16(buffer);
comment_len       378 ext/zip/lib/zip_dirent.c     variable_size = (zip_uint32_t)filename_len+(zip_uint32_t)ef_len+(zip_uint32_t)comment_len;
comment_len       438 ext/zip/lib/zip_dirent.c     if (comment_len) {
comment_len       439 ext/zip/lib/zip_dirent.c 	zde->comment = _zip_read_string(buffer, src, comment_len, 0, error);
comment_len       279 ext/zip/lib/zip_open.c     zip_uint16_t comment_len;
comment_len       309 ext/zip/lib/zip_open.c     comment_len = _zip_buffer_get_16(buffer);
comment_len       318 ext/zip/lib/zip_open.c     if (comment_len || (za->open_flags & ZIP_CHECKCONS)) {
comment_len       324 ext/zip/lib/zip_open.c         if (tail_len < comment_len || ((za->open_flags & ZIP_CHECKCONS) && tail_len != comment_len)) {
comment_len       330 ext/zip/lib/zip_open.c         if (comment_len) {
comment_len       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_len        79 ext/zip/php_zip.c #define PHP_ZIP_SET_FILE_COMMENT(za, index, comment, comment_len) \
comment_len        80 ext/zip/php_zip.c 	if (comment_len == 0) { \
comment_len        85 ext/zip/php_zip.c 	} else if (zip_set_file_comment(za, index, comment, comment_len) < 0) { \
comment_len      1959 ext/zip/php_zip.c 	size_t comment_len;
comment_len      1968 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &comment, &comment_len) == FAILURE) {
comment_len      1971 ext/zip/php_zip.c 	if (zip_set_archive_comment(intern, (const char *)comment, (int)comment_len)) {
comment_len      1987 ext/zip/php_zip.c 	int comment_len = 0;
comment_len      1999 ext/zip/php_zip.c 	comment = zip_get_archive_comment(intern, &comment_len, (int)flags);
comment_len      2003 ext/zip/php_zip.c 	RETURN_STRINGL((char *)comment, (zend_long)comment_len);
comment_len      2013 ext/zip/php_zip.c 	size_t comment_len, name_len;
comment_len      2024 ext/zip/php_zip.c 			&name, &name_len, &comment, &comment_len) == FAILURE) {
comment_len      2036 ext/zip/php_zip.c 	PHP_ZIP_SET_FILE_COMMENT(intern, idx, comment, comment_len);
comment_len      2047 ext/zip/php_zip.c 	size_t comment_len;
comment_len      2058 ext/zip/php_zip.c 			&index, &comment, &comment_len) == FAILURE) {
comment_len      2063 ext/zip/php_zip.c 	PHP_ZIP_SET_FILE_COMMENT(intern, index, comment, comment_len);
comment_len      2226 ext/zip/php_zip.c 	int comment_len = 0;
comment_len      2250 ext/zip/php_zip.c 	comment = zip_get_file_comment(intern, idx, &comment_len, (int)flags);
comment_len      2251 ext/zip/php_zip.c 	RETURN_STRINGL((char *)comment, (zend_long)comment_len);
comment_len      2263 ext/zip/php_zip.c 	int comment_len = 0;
comment_len      2278 ext/zip/php_zip.c 	comment = zip_get_file_comment(intern, index, &comment_len, (int)flags);
comment_len      2279 ext/zip/php_zip.c 	RETURN_STRINGL((char *)comment, (zend_long)comment_len);