Lines Matching defs:ctxt
625 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra) in xmlXPathErrMemory()
667 xmlXPathPErrMemory(xmlXPathParserContextPtr ctxt, const char *extra) in xmlXPathPErrMemory()
685 xmlXPathErr(xmlXPathParserContextPtr ctxt, int error) in xmlXPathErr()
745 xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED, in xmlXPatherror()
1721 xmlXPathDebugObjUsageReset(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageReset()
1793 xmlXPathDebugObjUsageRequested(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageRequested()
1947 xmlXPathDebugObjUsageReleased(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageReleased()
2036 xmlXPathDebugObjUsageDisplay(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageDisplay()
2247 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, in xmlXPathContextSetCache()
2290 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet()
2327 xmlXPathCacheWrapString(xmlXPathContextPtr ctxt, xmlChar *val) in xmlXPathCacheWrapString()
2379 xmlXPathCacheNewNodeSet(xmlXPathContextPtr ctxt, xmlNodePtr val) in xmlXPathCacheNewNodeSet()
2448 xmlXPathCacheNewCString(xmlXPathContextPtr ctxt, const char *val) in xmlXPathCacheNewCString()
2497 xmlXPathCacheNewString(xmlXPathContextPtr ctxt, const xmlChar *val) in xmlXPathCacheNewString()
2551 xmlXPathCacheNewBoolean(xmlXPathContextPtr ctxt, int val) in xmlXPathCacheNewBoolean()
2599 xmlXPathCacheNewFloat(xmlXPathContextPtr ctxt, double val) in xmlXPathCacheNewFloat()
2649 xmlXPathCacheConvertString(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) { in xmlXPathCacheConvertString()
2697 xmlXPathCacheObjectCopy(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) in xmlXPathCacheObjectCopy()
2732 xmlXPathCacheConvertBoolean(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) { in xmlXPathCacheConvertBoolean()
2756 xmlXPathCacheConvertNumber(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) { in xmlXPathCacheConvertNumber()
2783 xmlXPathSetFrame(xmlXPathParserContextPtr ctxt) { in xmlXPathSetFrame()
2801 xmlXPathPopFrame(xmlXPathParserContextPtr ctxt, int frame) { in xmlXPathPopFrame()
2819 valuePop(xmlXPathParserContextPtr ctxt) in valuePop()
2850 valuePush(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr value) in valuePush()
2887 xmlXPathPopBoolean (xmlXPathParserContextPtr ctxt) { in xmlXPathPopBoolean()
2914 xmlXPathPopNumber (xmlXPathParserContextPtr ctxt) { in xmlXPathPopNumber()
2941 xmlXPathPopString (xmlXPathParserContextPtr ctxt) { in xmlXPathPopString()
2968 xmlXPathPopNodeSet (xmlXPathParserContextPtr ctxt) { in xmlXPathPopNodeSet()
3003 xmlXPathPopExternal (xmlXPathParserContextPtr ctxt) { in xmlXPathPopExternal()
4851 xmlXPathRegisterFunc(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterFunc()
4868 xmlXPathRegisterFuncNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterFuncNS()
4895 xmlXPathRegisterFuncLookup (xmlXPathContextPtr ctxt, in xmlXPathRegisterFuncLookup()
4915 xmlXPathFunctionLookup(xmlXPathContextPtr ctxt, const xmlChar *name) { in xmlXPathFunctionLookup()
4943 xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathFunctionLookupNS()
4977 xmlXPathRegisteredFuncsCleanup(xmlXPathContextPtr ctxt) { in xmlXPathRegisteredFuncsCleanup()
5003 xmlXPathRegisterVariable(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterVariable()
5021 xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterVariableNS()
5049 xmlXPathRegisterVariableLookup(xmlXPathContextPtr ctxt, in xmlXPathRegisterVariableLookup()
5068 xmlXPathVariableLookup(xmlXPathContextPtr ctxt, const xmlChar *name) { in xmlXPathVariableLookup()
5094 xmlXPathVariableLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathVariableLookupNS()
5123 xmlXPathRegisteredVariablesCleanup(xmlXPathContextPtr ctxt) { in xmlXPathRegisteredVariablesCleanup()
5143 xmlXPathRegisterNs(xmlXPathContextPtr ctxt, const xmlChar *prefix, in xmlXPathRegisterNs()
5174 xmlXPathNsLookup(xmlXPathContextPtr ctxt, const xmlChar *prefix) { in xmlXPathNsLookup()
5205 xmlXPathRegisteredNsCleanup(xmlXPathContextPtr ctxt) { in xmlXPathRegisteredNsCleanup()
5536 xmlXPathReleaseObject(xmlXPathContextPtr ctxt, xmlXPathObjectPtr obj) in xmlXPathReleaseObject()
6175 xmlXPathFreeContext(xmlXPathContextPtr ctxt) { in xmlXPathFreeContext()
6193 #define CHECK_CTXT(ctxt) \ argument
6204 #define CHECK_CTXT_NEG(ctxt) \ argument
6216 #define CHECK_CONTEXT(ctxt) \ argument
6234 xmlXPathNewParserContext(const xmlChar *str, xmlXPathContextPtr ctxt) { in xmlXPathNewParserContext()
6270 xmlXPathCompParserContext(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt) { in xmlXPathCompParserContext()
6306 xmlXPathFreeParserContext(xmlXPathParserContextPtr ctxt) { in xmlXPathFreeParserContext()
6493 xmlXPathCompareNodeSetFloat(xmlXPathParserContextPtr ctxt, int inf, int strict, in xmlXPathCompareNodeSetFloat()
6548 xmlXPathCompareNodeSetString(xmlXPathParserContextPtr ctxt, int inf, int strict, in xmlXPathCompareNodeSetString()
6704 xmlXPathCompareNodeSetValue(xmlXPathParserContextPtr ctxt, int inf, int strict, in xmlXPathCompareNodeSetValue()
6809 xmlXPathEqualNodeSetFloat(xmlXPathParserContextPtr ctxt, in xmlXPathEqualNodeSetFloat()
6970 xmlXPathEqualValuesCommon(xmlXPathParserContextPtr ctxt, in xmlXPathEqualValuesCommon()
7164 xmlXPathEqualValues(xmlXPathParserContextPtr ctxt) { in xmlXPathEqualValues()
7249 xmlXPathNotEqualValues(xmlXPathParserContextPtr ctxt) { in xmlXPathNotEqualValues()
7350 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) { in xmlXPathCompareValues()
7470 xmlXPathValueFlipSign(xmlXPathParserContextPtr ctxt) { in xmlXPathValueFlipSign()
7486 xmlXPathAddValues(xmlXPathParserContextPtr ctxt) { in xmlXPathAddValues()
7509 xmlXPathSubValues(xmlXPathParserContextPtr ctxt) { in xmlXPathSubValues()
7532 xmlXPathMultValues(xmlXPathParserContextPtr ctxt) { in xmlXPathMultValues()
7555 xmlXPathDivValues(xmlXPathParserContextPtr ctxt) { in xmlXPathDivValues()
7578 xmlXPathModValues(xmlXPathParserContextPtr ctxt) { in xmlXPathModValues()
7640 xmlXPathNextSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextSelf()
7658 xmlXPathNextChild(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextChild()
7709 xmlXPathNextChildElement(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextChildElement()
7863 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendant()
7928 xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendantOrSelf()
7953 xmlXPathNextParent(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextParent()
8026 xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestor()
8150 xmlXPathNextAncestorOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestorOrSelf()
8169 xmlXPathNextFollowingSibling(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextFollowingSibling()
8194 xmlXPathNextPrecedingSibling(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextPrecedingSibling()
8225 xmlXPathNextFollowing(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextFollowing()
8298 xmlXPathNextPreceding(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) in xmlXPathNextPreceding()
8349 xmlXPathNextPrecedingInternal(xmlXPathParserContextPtr ctxt, in xmlXPathNextPrecedingInternal()
8404 xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextNamespace()
8441 xmlXPathNextAttribute(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAttribute()
8477 xmlXPathRoot(xmlXPathParserContextPtr ctxt) { in xmlXPathRoot()
8502 xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLastFunction()
8529 xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathPositionFunction()
8553 xmlXPathCountFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathCountFunction()
8666 xmlXPathIdFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathIdFunction()
8721 xmlXPathLocalNameFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLocalNameFunction()
8780 xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNamespaceURIFunction()
8840 xmlXPathNameFunction(xmlXPathParserContextPtr ctxt, int nargs) in xmlXPathNameFunction()
8935 xmlXPathStringFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathStringFunction()
8965 xmlXPathStringLengthFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathStringLengthFunction()
9002 xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathConcatFunction()
9047 xmlXPathContainsFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathContainsFunction()
9081 xmlXPathStartsWithFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathStartsWithFunction()
9135 xmlXPathSubstringFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSubstringFunction()
9244 xmlXPathSubstringBeforeFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSubstringBeforeFunction()
9287 xmlXPathSubstringAfterFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSubstringAfterFunction()
9331 xmlXPathNormalizeFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNormalizeFunction()
9402 xmlXPathTranslateFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathTranslateFunction()
9480 xmlXPathBooleanFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathBooleanFunction()
9501 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNotFunction()
9517 xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathTrueFunction()
9531 xmlXPathFalseFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathFalseFunction()
9558 xmlXPathLangFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLangFunction()
9595 xmlXPathNumberFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNumberFunction()
9629 xmlXPathSumFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSumFunction()
9661 xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathFloorFunction()
9680 xmlXPathCeilingFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathCeilingFunction()
9700 xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathRoundFunction()
9751 xmlXPathCurrentChar(xmlXPathParserContextPtr ctxt, int *len) { in xmlXPathCurrentChar()
9838 xmlXPathParseNCName(xmlXPathParserContextPtr ctxt) { in xmlXPathParseNCName()
9891 xmlXPathParseQName(xmlXPathParserContextPtr ctxt, xmlChar **prefix) { in xmlXPathParseQName()
9919 xmlXPathParseName(xmlXPathParserContextPtr ctxt) { in xmlXPathParseName()
9954 xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt, int qualified) { in xmlXPathParseNameComplex()
10146 xmlXPathCompNumber(xmlXPathParserContextPtr ctxt) in xmlXPathCompNumber()
10240 xmlXPathParseLiteral(xmlXPathParserContextPtr ctxt) { in xmlXPathParseLiteral()
10284 xmlXPathCompLiteral(xmlXPathParserContextPtr ctxt) { in xmlXPathCompLiteral()
10337 xmlXPathCompVariableReference(xmlXPathParserContextPtr ctxt) { in xmlXPathCompVariableReference()
10400 xmlXPathCompFunctionCall(xmlXPathParserContextPtr ctxt) { in xmlXPathCompFunctionCall()
10479 xmlXPathCompPrimaryExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompPrimaryExpr()
10518 xmlXPathCompFilterExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompFilterExpr()
10549 xmlXPathScanName(xmlXPathParserContextPtr ctxt) { in xmlXPathScanName()
10598 xmlXPathCompPathExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompPathExpr()
10754 xmlXPathCompUnionExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompUnionExpr()
10783 xmlXPathCompUnaryExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompUnaryExpr()
10819 xmlXPathCompMultiplicativeExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompMultiplicativeExpr()
10859 xmlXPathCompAdditiveExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompAdditiveExpr()
10898 xmlXPathCompRelationalExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompRelationalExpr()
10940 xmlXPathCompEqualityExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompEqualityExpr()
10971 xmlXPathCompAndExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompAndExpr()
10997 xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort) { in xmlXPathCompileExpr()
11032 xmlXPathCompPredicate(xmlXPathParserContextPtr ctxt, int filter) { in xmlXPathCompPredicate()
11093 xmlXPathCompNodeTest(xmlXPathParserContextPtr ctxt, xmlXPathTestVal *test, in xmlXPathCompNodeTest()
11308 xmlXPathCompStep(xmlXPathParserContextPtr ctxt) { in xmlXPathCompStep()
11464 (xmlXPathParserContextPtr ctxt) { in xmlXPathCompRelativeLocationPath()
11516 xmlXPathCompLocationPath(xmlXPathParserContextPtr ctxt) { in xmlXPathCompLocationPath()
11638 xmlXPathCompOpEvalPredicate(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalPredicate()
11797 xmlXPathCompOpEvalPositionalPredicate(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalPositionalPredicate()
12000 xmlXPathIsPositionalPredicate(xmlXPathParserContextPtr ctxt, in xmlXPathIsPositionalPredicate()
12056 xmlXPathNodeCollectAndTest(xmlXPathParserContextPtr ctxt, in xmlXPathNodeCollectAndTest()
12713 xmlXPathCompOpEvalFirst(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalFirst()
12832 xmlXPathCompOpEvalLast(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, in xmlXPathCompOpEvalLast()
12935 xmlXPathCompOpEvalFilterFirst(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalFilterFirst()
13212 xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op) in xmlXPathCompOpEval()
13986 xmlXPathCompOpEvalToBoolean(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalToBoolean()
14074 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, in xmlXPathRunStreamEval()
14308 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) in xmlXPathRunEval()
14400 xmlXPathEvalPredicate(xmlXPathContextPtr ctxt, xmlXPathObjectPtr res) { in xmlXPathEvalPredicate()
14438 xmlXPathEvaluatePredicateResult(xmlXPathParserContextPtr ctxt, in xmlXPathEvaluatePredicateResult()
14483 xmlXPathTryStreamCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathTryStreamCompile()
14629 xmlXPathCtxtCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathCtxtCompile()
14709 xmlXPathContextPtr ctxt, in xmlXPathCompiledEvalInternal()
14803 xmlXPathContextPtr ctxt) in xmlXPathCompiledEvalToBoolean()
14816 xmlXPathEvalExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathEvalExpr()
14859 xmlXPathParserContextPtr ctxt; in xmlXPathEval() local
14943 xmlXPathEvalExpression(const xmlChar *str, xmlXPathContextPtr ctxt) { in xmlXPathEvalExpression()
15001 xmlXPathEscapeUriFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathEscapeUriFunction()
15068 xmlXPathRegisterAllFunctions(xmlXPathContextPtr ctxt) in xmlXPathRegisterAllFunctions()