Home
last modified time | relevance | path

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

/PHP-7.2/ext/phar/
H A Dphar_object.c1436 size_t contents_len; in phar_build() local
1719 php_stream_copy_to_stream_ex(fp, p_obj->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_build()
1748 …ta->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_len; in phar_build()
3698 size_t contents_len; in phar_add_file() local
3726 contents_len = php_stream_write(data->fp, cont_str, cont_len); in phar_add_file()
3727 if (contents_len != cont_len) { in phar_add_file()
3736 php_stream_copy_to_stream_ex(contents_file, data->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_add_file()
3738 …ta->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_len; in phar_add_file()

Completed in 21 milliseconds