Lines Matching refs:comment_len
225 if (PHAR_GET_16(locator.comment_len)) { in phar_parse_zipfile()
229 if (PHAR_GET_16(locator.comment_len) != size - (metadata - buf)) { in phar_parse_zipfile()
238 mydata->metadata_len = PHAR_GET_16(locator.comment_len); in phar_parse_zipfile()
240 …if (phar_parse_metadata(&metadata, &mydata->metadata, PHAR_GET_16(locator.comment_len) TSRMLS_CC) … in phar_parse_zipfile()
251 metadata = pestrndup(metadata, PHAR_GET_16(locator.comment_len), mydata->is_persistent); in phar_parse_zipfile()
252 ZVAL_STRINGL(mydata->metadata, metadata, PHAR_GET_16(locator.comment_len), 0); in phar_parse_zipfile()
426 php_stream_write(sigfile, metadata, PHAR_GET_16(locator.comment_len)); in phar_parse_zipfile()
531 if (PHAR_GET_16(zipentry.comment_len)) { in phar_parse_zipfile()
532 …if (PHAR_GET_16(zipentry.comment_len) != php_stream_read(fp, buf, PHAR_GET_16(zipentry.comment_len… in phar_parse_zipfile()
538 entry.metadata_len = PHAR_GET_16(zipentry.comment_len); in phar_parse_zipfile()
540 …if (phar_parse_metadata(&p, &(entry.metadata), PHAR_GET_16(zipentry.comment_len) TSRMLS_CC) == FAI… in phar_parse_zipfile()
551 …data, pestrndup(buf, PHAR_GET_16(zipentry.comment_len), entry.is_persistent), PHAR_GET_16(zipentry… in phar_parse_zipfile()
963 PHAR_SET_16(central.comment_len, entry->metadata_str.len); in phar_zip_changed_apply()
1457 PHAR_SET_16(eocd.comment_len, main_metadata_str.len); in phar_zip_flush()