Searched refs:aAuthenValue (Results 1 – 3 of 3) sorted by relevance
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
D | pvmf_protocol_engine_common.cpp | 443 StrPtrLen aAuthenValue; in isServerSupportBasicAuthentication() local 444 iParser->getField(aAuthenKey, aAuthenValue, i); in isServerSupportBasicAuthentication() 445 const char *ptrRealm = aAuthenValue.c_str(); in isServerSupportBasicAuthentication() 446 uint32 len = aAuthenValue.length(); in isServerSupportBasicAuthentication() 450 getBasicPtr(aAuthenValue, length); in isServerSupportBasicAuthentication() 463 StrPtrLen aAuthenValue; in getAuthenInfo() local 464 iParser->getField(aAuthenKey, aAuthenValue, i); in getAuthenInfo() 465 const char *ptrRealm = aAuthenValue.c_str(); in getAuthenInfo() 466 uint32 len = aAuthenValue.length(); in getAuthenInfo() 472 getBasicPtr(aAuthenValue, length); in getAuthenInfo() [all …]
|
D | pvmf_protocol_engine_common.h | 230 void getBasicPtr(const StrPtrLen aAuthenValue, uint32 &length) in getBasicPtr() argument 232 iParser->getBasicPtr(aAuthenValue, length); in getBasicPtr() 580 void getBasicPtr(const StrPtrLen aAuthenValue, uint32 &length) in getBasicPtr() argument 582 iParser->getBasicPtr(aAuthenValue, length); in getBasicPtr()
|
D | pvmf_protocol_engine_internal.h | 664 OSCL_IMPORT_REF void getBasicPtr(const StrPtrLen aAuthenValue, uint32 &length);
|