Home
last modified time | relevance | path

Searched refs:eocd (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/phar/
H A Dzip.c1263 phar_zip_dir_end eocd; in phar_zip_flush() local
1466 memset(&eocd, 0, sizeof(eocd)); in phar_zip_flush()
1468 memcpy(eocd.signature, "PK\5\6", 4); in phar_zip_flush()
1474 PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest) + 1); in phar_zip_flush()
1476 PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest)); in phar_zip_flush()
1477 PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest)); in phar_zip_flush()
1504 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush()
1505 PHAR_SET_32(eocd.cdir_offset, cdir_offset); in phar_zip_flush()
1524 PHAR_SET_16(eocd.comment_len, ZSTR_LEN(phar->metadata_tracker.str)); in phar_zip_flush()
1526 if (sizeof(eocd) != php_stream_write(pass.filefp, (char *)&eocd, sizeof(eocd))) { in phar_zip_flush()
[all …]

Completed in 8 milliseconds