Home
last modified time | relevance | path

Searched refs:mSynthesizedResponseHead (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DInterceptedChannel.cpp62 if (mSynthesizedResponseHead.isNothing()) { in EnsureSynthesizedResponse()
63 mSynthesizedResponseHead.emplace(new nsHttpResponseHead()); in EnsureSynthesizedResponse()
100 (*mSynthesizedResponseHead)->ParseStatusLine(statusLine); in DoSynthesizeStatus()
111 nsresult rv = (*mSynthesizedResponseHead)->ParseHeaderLine(header); in DoSynthesizeHeader()
249 if (WillRedirect(mSynthesizedResponseHead.ref())) { in FinishSynthesizedResponse()
265 mSynthesizedResponseHead.ref(), in FinishSynthesizedResponse()
270 mSynthesizedResponseHead.ref(), securityInfo); in FinishSynthesizedResponse()
464 mChannel->BeginNonIPCRedirect(responseURI, *mSynthesizedResponseHead.ptr()); in FinishSynthesizedResponse()
466 mChannel->OverrideWithSynthesizedResponse(mSynthesizedResponseHead.ref(), in FinishSynthesizedResponse()
H A DHttpChannelParentListener.cpp321 mSynthesizedResponseHead->StatusText(statusText); in ChannelIntercepted()
322 aChannel->SynthesizeStatus(mSynthesizedResponseHead->Status(), statusText); in ChannelIntercepted()
324 mSynthesizedResponseHead->VisitHeaders(visitor, in ChannelIntercepted()
330 mSynthesizedResponseHead = nullptr; in ChannelIntercepted()
382 mSynthesizedResponseHead = new nsHttpResponseHead(aResponseHead); in SetupInterception()
H A DHttpChannelParentListener.h77 nsAutoPtr<nsHttpResponseHead> mSynthesizedResponseHead; variable
H A DInterceptedChannel.h37 Maybe<nsAutoPtr<nsHttpResponseHead>> mSynthesizedResponseHead; variable
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DInterceptedChannel.cpp49 if (mSynthesizedResponseHead.isNothing()) { in EnsureSynthesizedResponse()
50 mSynthesizedResponseHead.emplace(new nsHttpResponseHead()); in EnsureSynthesizedResponse()
88 (*mSynthesizedResponseHead)->ParseStatusLine(statusLine); in DoSynthesizeStatus()
98 nsresult rv = (*mSynthesizedResponseHead)->ParseHeaderLine(header); in DoSynthesizeHeader()
316 mChannel->BeginNonIPCRedirect(responseURI, *mSynthesizedResponseHead.ptr(), in StartSynthesizedResponse()
320 mSynthesizedResponseHead.ref(), aBody, aBodyCallback, mStreamListener, in StartSynthesizedResponse()
H A DHttpChannelParentListener.cpp351 mSynthesizedResponseHead->StatusText(statusText); in ChannelIntercepted()
352 aChannel->SynthesizeStatus(mSynthesizedResponseHead->Status(), statusText); in ChannelIntercepted()
354 DebugOnly<nsresult> rv = mSynthesizedResponseHead->VisitHeaders( in ChannelIntercepted()
361 mSynthesizedResponseHead = nullptr; in ChannelIntercepted()
411 mSynthesizedResponseHead = new nsHttpResponseHead(aResponseHead); in SetupInterception()
H A DInterceptedHttpChannel.cpp47 mSynthesizedResponseHead.reset(); in ReleaseListeners()
646 if (!mSynthesizedResponseHead) { in SynthesizeStatus()
647 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in SynthesizeStatus()
656 mSynthesizedResponseHead->ParseStatusLine(statusLine); in SynthesizeStatus()
667 if (!mSynthesizedResponseHead) { in SynthesizeHeader()
668 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in SynthesizeHeader()
673 nsresult rv = mSynthesizedResponseHead->ParseHeaderLine(header); in SynthesizeHeader()
714 if (!mSynthesizedResponseHead) { in StartSynthesizedResponse()
715 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in StartSynthesizedResponse()
718 mResponseHead = mSynthesizedResponseHead.release(); in StartSynthesizedResponse()
H A DHttpChannelParentListener.h84 nsAutoPtr<nsHttpResponseHead> mSynthesizedResponseHead; variable
H A DInterceptedHttpChannel.h74 UniquePtr<nsHttpResponseHead> mSynthesizedResponseHead; variable
H A DInterceptedChannel.h36 Maybe<nsAutoPtr<nsHttpResponseHead>> mSynthesizedResponseHead; variable
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DInterceptedChannel.cpp43 if (mSynthesizedResponseHead.isNothing()) { in EnsureSynthesizedResponse()
44 mSynthesizedResponseHead.emplace(new nsHttpResponseHead()); in EnsureSynthesizedResponse()
82 (*mSynthesizedResponseHead)->ParseStatusLine(statusLine); in DoSynthesizeStatus()
91 return (*mSynthesizedResponseHead)->ParseHeaderLine(header); in DoSynthesizeHeader()
314 mChannel->BeginNonIPCRedirect(responseURI, mSynthesizedResponseHead->get(), in StartSynthesizedResponse()
318 mSynthesizedResponseHead.ref(), aBody, aBodyCallback, mStreamListener, in StartSynthesizedResponse()
H A DParentChannelListener.cpp299 mSynthesizedResponseHead->StatusText(statusText); in ChannelIntercepted()
300 aChannel->SynthesizeStatus(mSynthesizedResponseHead->Status(), statusText); in ChannelIntercepted()
302 DebugOnly<nsresult> rv = mSynthesizedResponseHead->VisitHeaders( in ChannelIntercepted()
309 mSynthesizedResponseHead = nullptr; in ChannelIntercepted()
355 mSynthesizedResponseHead = MakeUnique<nsHttpResponseHead>(aResponseHead); in SetupInterception()
H A DInterceptedHttpChannel.cpp53 mSynthesizedResponseHead.reset(); in ReleaseListeners()
677 if (!mSynthesizedResponseHead) { in SynthesizeStatus()
678 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in SynthesizeStatus()
687 mSynthesizedResponseHead->ParseStatusLine(statusLine); in SynthesizeStatus()
698 if (!mSynthesizedResponseHead) { in SynthesizeHeader()
699 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in SynthesizeHeader()
704 nsresult rv = mSynthesizedResponseHead->ParseHeaderLine(header); in SynthesizeHeader()
745 if (!mSynthesizedResponseHead) { in StartSynthesizedResponse()
746 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in StartSynthesizedResponse()
749 mResponseHead = std::move(mSynthesizedResponseHead); in StartSynthesizedResponse()
H A DParentChannelListener.h95 UniquePtr<nsHttpResponseHead> mSynthesizedResponseHead; variable
H A DInterceptedHttpChannel.h76 UniquePtr<nsHttpResponseHead> mSynthesizedResponseHead; variable
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DInterceptedChannel.cpp43 if (mSynthesizedResponseHead.isNothing()) { in EnsureSynthesizedResponse()
44 mSynthesizedResponseHead.emplace(new nsHttpResponseHead()); in EnsureSynthesizedResponse()
82 (*mSynthesizedResponseHead)->ParseStatusLine(statusLine); in DoSynthesizeStatus()
91 return (*mSynthesizedResponseHead)->ParseHeaderLine(header); in DoSynthesizeHeader()
H A DInterceptedHttpChannel.cpp52 mSynthesizedResponseHead.reset(); in ReleaseListeners()
693 if (!mSynthesizedResponseHead) { in SynthesizeStatus()
694 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in SynthesizeStatus()
703 mSynthesizedResponseHead->ParseStatusLine(statusLine); in SynthesizeStatus()
714 if (!mSynthesizedResponseHead) { in SynthesizeHeader()
715 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in SynthesizeHeader()
720 nsresult rv = mSynthesizedResponseHead->ParseHeaderLine(header); in SynthesizeHeader()
761 if (!mSynthesizedResponseHead) { in StartSynthesizedResponse()
762 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in StartSynthesizedResponse()
765 mResponseHead = std::move(mSynthesizedResponseHead); in StartSynthesizedResponse()
H A DInterceptedChannel.h36 Maybe<UniquePtr<nsHttpResponseHead>> mSynthesizedResponseHead; variable
H A DInterceptedHttpChannel.h73 UniquePtr<nsHttpResponseHead> mSynthesizedResponseHead; variable
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DInterceptedChannel.cpp43 if (mSynthesizedResponseHead.isNothing()) { in EnsureSynthesizedResponse()
44 mSynthesizedResponseHead.emplace(new nsHttpResponseHead()); in EnsureSynthesizedResponse()
82 (*mSynthesizedResponseHead)->ParseStatusLine(statusLine); in DoSynthesizeStatus()
91 return (*mSynthesizedResponseHead)->ParseHeaderLine(header); in DoSynthesizeHeader()
H A DInterceptedHttpChannel.cpp52 mSynthesizedResponseHead.reset(); in ReleaseListeners()
693 if (!mSynthesizedResponseHead) { in SynthesizeStatus()
694 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in SynthesizeStatus()
703 mSynthesizedResponseHead->ParseStatusLine(statusLine); in SynthesizeStatus()
714 if (!mSynthesizedResponseHead) { in SynthesizeHeader()
715 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in SynthesizeHeader()
720 nsresult rv = mSynthesizedResponseHead->ParseHeaderLine(header); in SynthesizeHeader()
761 if (!mSynthesizedResponseHead) { in StartSynthesizedResponse()
762 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in StartSynthesizedResponse()
765 mResponseHead = std::move(mSynthesizedResponseHead); in StartSynthesizedResponse()
H A DInterceptedChannel.h36 Maybe<UniquePtr<nsHttpResponseHead>> mSynthesizedResponseHead; variable
H A DInterceptedHttpChannel.h73 UniquePtr<nsHttpResponseHead> mSynthesizedResponseHead; variable
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DInterceptedHttpChannel.cpp55 mSynthesizedResponseHead.reset(); in ReleaseListeners()
753 if (!mSynthesizedResponseHead) { in SynthesizeStatus()
754 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in SynthesizeStatus()
763 mSynthesizedResponseHead->ParseStatusLine(statusLine); in SynthesizeStatus()
774 if (!mSynthesizedResponseHead) { in SynthesizeHeader()
775 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in SynthesizeHeader()
780 nsresult rv = mSynthesizedResponseHead->ParseHeaderLine(header); in SynthesizeHeader()
821 if (!mSynthesizedResponseHead) { in StartSynthesizedResponse()
822 mSynthesizedResponseHead.reset(new nsHttpResponseHead()); in StartSynthesizedResponse()
825 mResponseHead = std::move(mSynthesizedResponseHead); in StartSynthesizedResponse()
H A DInterceptedHttpChannel.h73 UniquePtr<nsHttpResponseHead> mSynthesizedResponseHead; variable

12