Home
last modified time | relevance | path

Searched defs:aBodyLength (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/fetch/
H A DEmptyBody.cpp73 void EmptyBody::GetBody(nsIInputStream** aStream, int64_t* aBodyLength) { in GetBody()
H A DRequest.h90 void SetBody(nsIInputStream* aStream, int64_t aBodyLength) { in SetBody()
H A DInternalRequest.h274 void SetBody(nsIInputStream* aStream, int64_t aBodyLength) { in SetBody()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/fetch/
H A DEmptyBody.cpp73 void EmptyBody::GetBody(nsIInputStream** aStream, int64_t* aBodyLength) { in GetBody()
H A DRequest.h90 void SetBody(nsIInputStream* aStream, int64_t aBodyLength) { in SetBody()
H A DInternalRequest.h274 void SetBody(nsIInputStream* aStream, int64_t aBodyLength) { in SetBody()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/fetch/
H A DEmptyBody.cpp67 void EmptyBody::GetBody(nsIInputStream** aStream, int64_t* aBodyLength) { in GetBody()
H A DRequest.h89 void SetBody(nsIInputStream* aStream, int64_t aBodyLength) { in SetBody()
H A DInternalRequest.h270 void SetBody(nsIInputStream* aStream, int64_t aBodyLength) { in SetBody()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/fetch/
H A DRequest.h90 void SetBody(nsIInputStream* aStream, int64_t aBodyLength) { in SetBody()
H A DInternalRequest.h341 void SetBody(nsIInputStream* aStream, int64_t aBodyLength) { in SetBody()
/dports/www/firefox/firefox-99.0/dom/fetch/
H A DRequest.h90 void SetBody(nsIInputStream* aStream, int64_t aBodyLength) { in SetBody()
H A DInternalRequest.h274 void SetBody(nsIInputStream* aStream, int64_t aBodyLength) { in SetBody()
H A DFetch.cpp1832 void EmptyBody::GetBody(nsIInputStream** aStream, int64_t* aBodyLength) { in GetBody()
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DMessage.cpp601 const BodyLength& aBodyLength = FIELD_GET_REF( m_header, BodyLength ); in validate() local