ufp               258 ext/phar/phar.c 	if (phar->ufp) {
ufp               259 ext/phar/phar.c 		php_stream_close(phar->ufp);
ufp               260 ext/phar/phar.c 		phar->ufp = 0;
ufp               441 ext/phar/phar.c 		if (idata->fp && idata->fp != idata->phar->fp && idata->fp != idata->phar->ufp && idata->fp != idata->internal_file->fp) {
ufp               467 ext/phar/phar.c 		if (idata->fp && idata->fp != idata->phar->fp && idata->fp != idata->phar->ufp && idata->fp != idata->internal_file->fp) {
ufp              3082 ext/phar/phar.c 			if (entry->fp_refcount == 0 && entry->fp != phar->fp && entry->fp != phar->ufp) {
ufp              3158 ext/phar/phar.c 	if (phar->ufp) {
ufp              3160 ext/phar/phar.c 			php_stream_close(phar->ufp);
ufp              3162 ext/phar/phar.c 		phar->ufp = NULL;
ufp              3513 ext/phar/phar.c 				if (PHAR_G(cached_fp)[i].ufp) {
ufp              3514 ext/phar/phar.c 					php_stream_close(PHAR_G(cached_fp)[i].ufp);
ufp               307 ext/phar/phar_internal.h 	php_stream               *ufp;
ufp               340 ext/phar/phar_internal.h 	php_stream *ufp;
ufp               355 ext/phar/phar_internal.h 		return entry->phar->ufp;
ufp               357 ext/phar/phar_internal.h 	return PHAR_G(cached_fp)[entry->phar->phar_pos].ufp;
ufp               373 ext/phar/phar_internal.h 		entry->phar->ufp =  fp;
ufp               377 ext/phar/phar_internal.h 	PHAR_G(cached_fp)[entry->phar->phar_pos].ufp = fp;
ufp               391 ext/phar/phar_internal.h 		return phar->ufp;
ufp               393 ext/phar/phar_internal.h 	return PHAR_G(cached_fp)[phar->phar_pos].ufp;
ufp               409 ext/phar/phar_internal.h 		phar->ufp =  fp;
ufp               413 ext/phar/phar_internal.h 	PHAR_G(cached_fp)[phar->phar_pos].ufp = fp;
ufp              1830 ext/phar/phar_object.c 		phar_obj->archive->ufp = pass.fp;
ufp              1898 ext/phar/phar_object.c 		phar_obj->archive->ufp = pass.fp;
ufp               831 ext/phar/tar.c 	if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) {
ufp              1290 ext/phar/tar.c 	if (phar->ufp) {
ufp              1292 ext/phar/tar.c 			php_stream_close(phar->ufp);
ufp              1294 ext/phar/tar.c 		phar->ufp = NULL;
ufp               701 ext/phar/util.c 	php_stream *ufp;
ufp               761 ext/phar/util.c 	ufp = phar_get_entrypufp(entry);
ufp               776 ext/phar/util.c 	php_stream_seek(ufp, 0, SEEK_END);
ufp               777 ext/phar/util.c 	loc = php_stream_tell(ufp);
ufp               778 ext/phar/util.c 	php_stream_filter_append(&ufp->writefilters, filter);
ufp               782 ext/phar/util.c 		if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_entrypfp(entry), ufp, entry->compressed_filesize, NULL)) {
ufp               790 ext/phar/util.c 	php_stream_flush(ufp);
ufp               793 ext/phar/util.c 	if (php_stream_tell(ufp) - loc != (zend_off_t) entry->uncompressed_filesize) {
ufp               803 ext/phar/util.c 	dummy.fp = ufp;
ufp               857 ext/phar/zip.c 			if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp) {
ufp              1054 ext/phar/zip.c 		if (entry->fp_type == PHAR_MOD && entry->fp != entry->phar->fp && entry->fp != entry->phar->ufp && entry->fp_refcount == 0) {
ufp              1519 ext/phar/zip.c 	if (phar->ufp) {
ufp              1521 ext/phar/zip.c 			php_stream_close(phar->ufp);
ufp              1523 ext/phar/zip.c 		phar->ufp = NULL;