Home
last modified time | relevance | path

Searched refs:aContentLength (Results 1 – 6 of 6) sorted by relevance

/external/opencore/nodes/pvdownloadmanagernode/include/
Dpvmf_filebufferdatastream_factory.h210 void SetContentLength(uint32 aContentLength) in SetContentLength() argument
212 OSCL_UNUSED_ARG(aContentLength); in SetContentLength()
349 void SetContentLength(uint32 aContentLength) in SetContentLength() argument
351 OSCL_UNUSED_ARG(aContentLength); in SetContentLength()
Dpvmf_memorybufferdatastream_factory.h390 void SetContentLength(uint32 aContentLength) in SetContentLength() argument
392 OSCL_UNUSED_ARG(aContentLength); in SetContentLength()
513 OSCL_IMPORT_REF void SetContentLength(uint32 aContentLength);
/external/opencore/fileformats/common/parser/include/
Dpvmi_datastreamsyncinterface_ref_impl.h127 void SetContentLength(uint32 aContentLength) in SetContentLength() argument
129 OSCL_UNUSED_ARG(aContentLength); in SetContentLength()
/external/opencore/pvmi/pvmf/include/
Dpvmi_datastreamsyncinterface_ref_impl.h127 void SetContentLength(uint32 aContentLength) in SetContentLength() argument
129 OSCL_UNUSED_ARG(aContentLength); in SetContentLength()
/external/opencore/protocols/http_parcom/src/
Dhttp_parser.cpp1176 uint32 aContentLength = 0; in checkGood2xxCode() local
1177 PV_atoi(contentLengthValue.c_str(), 'd', aContentLength); in checkGood2xxCode()
1181 if (aContentLength == 0 || ptr[0] == HTTP_CHAR_SPACE) in checkGood2xxCode()
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_memorybufferdatastream_factory.cpp2142 PVMFMemoryBufferWriteDataStreamImpl::SetContentLength(uint32 aContentLength) in SetContentLength() argument
2144 iContentLength = aContentLength; in SetContentLength()