Home
last modified time | relevance | path

Searched refs:sbOffsetStrstr (Results 1 – 4 of 4) sorted by relevance

/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/utils/
H A DXSECSafeBuffer.hpp111 XMLSSize_t sbOffsetStrstr(const char * inStr, XMLSize_t offset) const;
H A DXSECSafeBuffer.cpp377 XMLSSize_t safeBuffer::sbOffsetStrstr(const char * inStr, XMLSize_t offset) const { in sbOffsetStrstr() function in safeBuffer
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/transformers/
H A DTXFMXPath.cpp441 offset = inexpr.sbOffsetStrstr("here()", offset + 11); in evaluateExpr()
H A DTXFMXPathFilter.cpp268 offset = exprSB.sbOffsetStrstr("here()", offset + 11); in evaluateSingleExpr()