Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dtar.c1033 size_t end_sequence_len = strlen(end_sequence); in phar_tar_flush() local
1040 entry.uncompressed_filesize = len + end_sequence_len; in phar_tar_flush()
1044 || end_sequence_len != php_stream_write(entry.fp, end_sequence, end_sequence_len) in phar_tar_flush()
H A Dzip.c1329 size_t end_sequence_len = strlen(end_sequence); in phar_zip_flush() local
1336 entry.uncompressed_filesize = len + end_sequence_len; in phar_zip_flush()
1340 || end_sequence_len != php_stream_write(entry.fp, end_sequence, end_sequence_len) in phar_zip_flush()
H A Dphar.c2622 size_t end_sequence_len = strlen(end_sequence); in phar_flush_ex() local
2626 || end_sequence_len != php_stream_write(newfile, end_sequence, end_sequence_len) in phar_flush_ex()
2637 phar->halt_offset = len + end_sequence_len; in phar_flush_ex()

Completed in 20 milliseconds