Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A Dphar_object.c1448 size_t contents_len; in phar_build() local
1745 php_stream_copy_to_stream_ex(fp, p_obj->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_build()
1764 …ta->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_len; in phar_build()
3664 size_t contents_len; in phar_add_file() local
3689 contents_len = php_stream_write(data->fp, cont_str, cont_len); in phar_add_file()
3690 if (contents_len != cont_len) { in phar_add_file()
3699 php_stream_copy_to_stream_ex(contents_file, data->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_add_file()
3701 …ta->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_len; in phar_add_file()

Completed in 17 milliseconds