Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.cpp443 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 …]
Dpvmf_protocol_engine_common.h230 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()
Dpvmf_protocol_engine_internal.h664 OSCL_IMPORT_REF void getBasicPtr(const StrPtrLen aAuthenValue, uint32 &length);