Home
last modified time | relevance | path

Searched refs:iMethodMaskForExtensionHeaders (Results 1 – 3 of 3) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvdl_config_file.h308 OSCL_TRY(err, iMethodMaskForExtensionHeaders.push_back(bitMask);); in SetHTTPMethodMaskForExtensionHeader()
325 return iMethodMaskForExtensionHeaders; in getHTTPMethodMasksForExtensionHeader()
405 …Oscl_Vector<uint32, OsclMemAllocator> iMethodMaskForExtensionHeaders; // bit 0 = 1 => HTTP GET met… variable
Dpvdl_config_file.cpp56 iMethodMaskForExtensionHeaders.reserve(PVDLCONFIGFILE_VECTOR_RESERVE_NUMBER); in PVDlCfgFile()
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_internal.h313 iMethodMaskForExtensionHeaders.reserve(DEFAULT_VECTOR_RESERVE_NUMBER); in PVProtocolEngineMSHttpStreamingParams()
344 iMethodMaskForExtensionHeaders.clear(); in reset()
398 iMethodMaskForExtensionHeaders = x.iMethodMaskForExtensionHeaders;
426 …Oscl_Vector<uint32, OsclMemAllocator> iMethodMaskForExtensionHeaders; // bit 0 = 1 => HTTP GET met… variable