Lines Matching refs:centralfp

833 	php_stream *centralfp;  member
1032 if (sizeof(central) != php_stream_write(p->centralfp, (char *)&central, sizeof(central))) { in phar_zip_changed_apply_int()
1048 if (entry->filename_len != php_stream_write(p->centralfp, entry->filename, entry->filename_len)) { in phar_zip_changed_apply_int()
1053 if (1 != php_stream_write(p->centralfp, "/", 1)) { in phar_zip_changed_apply_int()
1063 if (entry->filename_len != php_stream_write(p->centralfp, entry->filename, entry->filename_len)) { in phar_zip_changed_apply_int()
1074 if (sizeof(perms) != php_stream_write(p->centralfp, (char *)&perms, sizeof(perms))) { in phar_zip_changed_apply_int()
1132 …if (ZSTR_LEN(entry->metadata_tracker.str) != php_stream_write(p->centralfp, ZSTR_VAL(entry->metada… in phar_zip_changed_apply_int()
1167 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature()
1168 php_stream_seek(pass->centralfp, 0, SEEK_SET); in phar_zip_applysignature()
1169 php_stream_copy_to_stream_ex(pass->centralfp, newfile, tell, NULL); in phar_zip_applysignature()
1431 pass.centralfp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1433 if (!pass.centralfp) { in phar_zip_flush()
1460 php_stream_close(pass.centralfp); in phar_zip_flush()
1474 cdir_size = php_stream_tell(pass.centralfp); in phar_zip_flush()
1478 php_stream_seek(pass.centralfp, 0, SEEK_SET); in phar_zip_flush()
1482 int ret = php_stream_copy_to_stream_ex(pass.centralfp, pass.filefp, PHP_STREAM_COPY_ALL, &clen); in phar_zip_flush()
1491 php_stream_close(pass.centralfp); in phar_zip_flush()