filefp 758 ext/phar/zip.c php_stream *filefp; filefp 827 ext/phar/zip.c PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); filefp 958 ext/phar/zip.c entry->header_offset = php_stream_tell(p->filefp); filefp 961 ext/phar/zip.c if (sizeof(local) != php_stream_write(p->filefp, (char *)&local, sizeof(local))) { filefp 972 ext/phar/zip.c if (entry->filename_len != php_stream_write(p->filefp, entry->filename, entry->filename_len)) { filefp 977 ext/phar/zip.c if (1 != php_stream_write(p->filefp, "/", 1)) { filefp 992 ext/phar/zip.c if (entry->filename_len != php_stream_write(p->filefp, entry->filename, entry->filename_len)) { filefp 1003 ext/phar/zip.c if (sizeof(perms) != php_stream_write(p->filefp, (char *)&perms, sizeof(perms))) { filefp 1015 ext/phar/zip.c if (SUCCESS != php_stream_copy_to_stream_ex(entry->cfp, p->filefp, entry->compressed_filesize, NULL)) { filefp 1029 ext/phar/zip.c if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0 TSRMLS_CC), p->filefp, entry->uncompressed_filesize, NULL)) { filefp 1055 ext/phar/zip.c if (!entry->is_dir && entry->compressed_filesize && SUCCESS != php_stream_copy_to_stream_ex(p->old, p->filefp, entry->compressed_filesize, NULL)) { filefp 1095 ext/phar/zip.c st = tell = php_stream_tell(pass->filefp); filefp 1097 ext/phar/zip.c php_stream_seek(pass->filefp, 0, SEEK_SET); filefp 1098 ext/phar/zip.c php_stream_copy_to_stream_ex(pass->filefp, newfile, tell, NULL); filefp 1364 ext/phar/zip.c pass.filefp = php_stream_fopen_tmpfile(); filefp 1366 ext/phar/zip.c if (!pass.filefp) { filefp 1416 ext/phar/zip.c php_stream_close(pass.filefp); filefp 1429 ext/phar/zip.c cdir_offset = php_stream_tell(pass.filefp); filefp 1436 ext/phar/zip.c int ret = php_stream_copy_to_stream_ex(pass.centralfp, pass.filefp, PHP_STREAM_COPY_ALL, &clen); filefp 1451 ext/phar/zip.c if (sizeof(eocd) != php_stream_write(pass.filefp, (char *)&eocd, sizeof(eocd))) { filefp 1458 ext/phar/zip.c if (main_metadata_str.len != php_stream_write(pass.filefp, main_metadata_str.c, main_metadata_str.len)) { filefp 1468 ext/phar/zip.c if (sizeof(eocd) != php_stream_write(pass.filefp, (char *)&eocd, sizeof(eocd))) { filefp 1492 ext/phar/zip.c phar->fp = pass.filefp; filefp 1499 ext/phar/zip.c phar->fp = pass.filefp; filefp 1505 ext/phar/zip.c php_stream_rewind(pass.filefp); filefp 1506 ext/phar/zip.c php_stream_copy_to_stream_ex(pass.filefp, phar->fp, PHP_STREAM_COPY_ALL, NULL); filefp 1508 ext/phar/zip.c php_stream_close(pass.filefp);