Searched refs:contents_len (Results 1 – 1 of 1) sorted by relevance
1402 size_t contents_len; in phar_build() local1673 php_stream_copy_to_stream_ex(fp, p_obj->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_build()1702 …ta->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_len; in phar_build()3670 size_t contents_len = 0; in phar_add_file() local3672 contents_len = ZSTR_LEN(content); in phar_add_file()3674 if (written_len != contents_len) { in phar_add_file()3683 php_stream_copy_to_stream_ex(contents_file, data->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_add_file()3685 …ta->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_len; in phar_add_file()
Completed in 19 milliseconds