Home
last modified time | relevance | path

Searched refs:maxRetrievalMethodLevel (Results 1 – 2 of 2) sorted by relevance

/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dkeyinfo.c274 keyInfoCtx->maxRetrievalMethodLevel = 1; in xmlSecKeyInfoCtxInitialize()
430 dst->maxRetrievalMethodLevel= src->maxRetrievalMethodLevel; in xmlSecKeyInfoCtxCopyUserPref()
498 keyInfoCtx->maxRetrievalMethodLevel); in xmlSecKeyInfoCtxDebugDump()
546 keyInfoCtx->maxRetrievalMethodLevel); in xmlSecKeyInfoCtxDebugXmlDump()
1035 if(keyInfoCtx->curRetrievalMethodLevel >= keyInfoCtx->maxRetrievalMethodLevel) { in xmlSecKeyDataRetrievalMethodXmlRead()
1040 keyInfoCtx->maxRetrievalMethodLevel); in xmlSecKeyDataRetrievalMethodXmlRead()
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dkeyinfo.h206 int maxRetrievalMethodLevel; member