Searched refs:end_sequence_len (Results 1 – 3 of 3) sorted by relevance
1037 size_t end_sequence_len = strlen(end_sequence); in phar_tar_flush() local1044 entry.uncompressed_filesize = len + end_sequence_len; in phar_tar_flush()1048 || end_sequence_len != php_stream_write(entry.fp, end_sequence, end_sequence_len) in phar_tar_flush()
1329 size_t end_sequence_len = strlen(end_sequence); in phar_zip_flush() local1336 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()
2622 size_t end_sequence_len = strlen(end_sequence); in phar_flush_ex() local2626 || 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 39 milliseconds