Searched refs:contents_len (Results 1 – 1 of 1) sorted by relevance
1436 size_t contents_len; in phar_build() local1718 php_stream_copy_to_stream_ex(fp, p_obj->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_build()1737 …ta->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_len; in phar_build()3640 size_t contents_len; in phar_add_file() local3668 contents_len = php_stream_write(data->fp, cont_str, cont_len); in phar_add_file()3669 if (contents_len != cont_len) { in phar_add_file()3678 php_stream_copy_to_stream_ex(contents_file, data->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_add_file()3680 …ta->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_len; in phar_add_file()
Completed in 16 milliseconds