Home
last modified time | relevance | path

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

/PHP-8.2/ext/phar/
H A Dphar_object.c1382 size_t contents_len; in phar_build() local
1653 php_stream_copy_to_stream_ex(fp, p_obj->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_build()
1682 …ta->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_len; in phar_build()
3573 size_t contents_len; in phar_add_file() local
3614 contents_len = php_stream_write(data->fp, cont_str, cont_len); in phar_add_file()
3615 if (contents_len != cont_len) { in phar_add_file()
3624 php_stream_copy_to_stream_ex(contents_file, data->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_add_file()
3626 …ta->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_len; in phar_add_file()

Completed in 14 milliseconds