Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dphar_object.c1414 size_t contents_len; in phar_build() local
1686 php_stream_copy_to_stream_ex(fp, p_obj->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_build()
1715 …ta->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_len; in phar_build()
3637 size_t contents_len; in phar_add_file() local
3678 contents_len = php_stream_write(data->fp, cont_str, cont_len); in phar_add_file()
3679 if (contents_len != cont_len) { in phar_add_file()
3688 php_stream_copy_to_stream_ex(contents_file, data->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_add_file()
3690 …ta->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_len; in phar_add_file()

Completed in 14 milliseconds