Lines Matching defs:ctxt
633 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra) in xmlXPathErrMemory()
676 xmlXPathPErrMemory(xmlXPathParserContextPtr ctxt, const char *extra) in xmlXPathPErrMemory()
694 xmlXPathErr(xmlXPathParserContextPtr ctxt, int error) in xmlXPathErr()
754 xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED, in xmlXPatherror()
768 xmlXPathCheckOpLimit(xmlXPathParserContextPtr ctxt, unsigned long opCount) { in xmlXPathCheckOpLimit()
782 #define OP_LIMIT_EXCEEDED(ctxt, n) \ argument
1114 xmlXPathCompExprAdd(xmlXPathParserContextPtr ctxt, int ch1, int ch2, in xmlXPathCompExprAdd()
1756 xmlXPathDebugObjUsageReset(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageReset()
1828 xmlXPathDebugObjUsageRequested(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageRequested()
1982 xmlXPathDebugObjUsageReleased(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageReleased()
2070 xmlXPathDebugObjUsageDisplay(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageDisplay()
2281 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, in xmlXPathContextSetCache()
2324 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet()
2361 xmlXPathCacheWrapString(xmlXPathContextPtr ctxt, xmlChar *val) in xmlXPathCacheWrapString()
2413 xmlXPathCacheNewNodeSet(xmlXPathContextPtr ctxt, xmlNodePtr val) in xmlXPathCacheNewNodeSet()
2483 xmlXPathCacheNewCString(xmlXPathContextPtr ctxt, const char *val) in xmlXPathCacheNewCString()
2532 xmlXPathCacheNewString(xmlXPathContextPtr ctxt, const xmlChar *val) in xmlXPathCacheNewString()
2586 xmlXPathCacheNewBoolean(xmlXPathContextPtr ctxt, int val) in xmlXPathCacheNewBoolean()
2634 xmlXPathCacheNewFloat(xmlXPathContextPtr ctxt, double val) in xmlXPathCacheNewFloat()
2684 xmlXPathCacheConvertString(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) { in xmlXPathCacheConvertString()
2732 xmlXPathCacheObjectCopy(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) in xmlXPathCacheObjectCopy()
2767 xmlXPathCacheConvertBoolean(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) { in xmlXPathCacheConvertBoolean()
2791 xmlXPathCacheConvertNumber(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) { in xmlXPathCacheConvertNumber()
2818 xmlXPathSetFrame(xmlXPathParserContextPtr ctxt) { in xmlXPathSetFrame()
2836 xmlXPathPopFrame(xmlXPathParserContextPtr ctxt, int frame) { in xmlXPathPopFrame()
2854 valuePop(xmlXPathParserContextPtr ctxt) in valuePop()
2886 valuePush(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr value) in valuePush()
2929 xmlXPathPopBoolean (xmlXPathParserContextPtr ctxt) { in xmlXPathPopBoolean()
2956 xmlXPathPopNumber (xmlXPathParserContextPtr ctxt) { in xmlXPathPopNumber()
2983 xmlXPathPopString (xmlXPathParserContextPtr ctxt) { in xmlXPathPopString()
3010 xmlXPathPopNodeSet (xmlXPathParserContextPtr ctxt) { in xmlXPathPopNodeSet()
3045 xmlXPathPopExternal (xmlXPathParserContextPtr ctxt) { in xmlXPathPopExternal()
4821 xmlXPathRegisterFunc(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterFunc()
4838 xmlXPathRegisterFuncNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterFuncNS()
4865 xmlXPathRegisterFuncLookup (xmlXPathContextPtr ctxt, in xmlXPathRegisterFuncLookup()
4885 xmlXPathFunctionLookup(xmlXPathContextPtr ctxt, const xmlChar *name) { in xmlXPathFunctionLookup()
4913 xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathFunctionLookupNS()
4947 xmlXPathRegisteredFuncsCleanup(xmlXPathContextPtr ctxt) { in xmlXPathRegisteredFuncsCleanup()
4973 xmlXPathRegisterVariable(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterVariable()
4991 xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterVariableNS()
5019 xmlXPathRegisterVariableLookup(xmlXPathContextPtr ctxt, in xmlXPathRegisterVariableLookup()
5038 xmlXPathVariableLookup(xmlXPathContextPtr ctxt, const xmlChar *name) { in xmlXPathVariableLookup()
5064 xmlXPathVariableLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathVariableLookupNS()
5093 xmlXPathRegisteredVariablesCleanup(xmlXPathContextPtr ctxt) { in xmlXPathRegisteredVariablesCleanup()
5113 xmlXPathRegisterNs(xmlXPathContextPtr ctxt, const xmlChar *prefix, in xmlXPathRegisterNs()
5144 xmlXPathNsLookup(xmlXPathContextPtr ctxt, const xmlChar *prefix) { in xmlXPathNsLookup()
5175 xmlXPathRegisteredNsCleanup(xmlXPathContextPtr ctxt) { in xmlXPathRegisteredNsCleanup()
5507 xmlXPathReleaseObject(xmlXPathContextPtr ctxt, xmlXPathObjectPtr obj) in xmlXPathReleaseObject()
6146 xmlXPathFreeContext(xmlXPathContextPtr ctxt) { in xmlXPathFreeContext()
6164 #define CHECK_CTXT(ctxt) \ argument
6175 #define CHECK_CTXT_NEG(ctxt) \ argument
6187 #define CHECK_CONTEXT(ctxt) \ argument
6205 xmlXPathNewParserContext(const xmlChar *str, xmlXPathContextPtr ctxt) { in xmlXPathNewParserContext()
6241 xmlXPathCompParserContext(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt) { in xmlXPathCompParserContext()
6277 xmlXPathFreeParserContext(xmlXPathParserContextPtr ctxt) { in xmlXPathFreeParserContext()
6464 xmlXPathCompareNodeSetFloat(xmlXPathParserContextPtr ctxt, int inf, int strict, in xmlXPathCompareNodeSetFloat()
6519 xmlXPathCompareNodeSetString(xmlXPathParserContextPtr ctxt, int inf, int strict, in xmlXPathCompareNodeSetString()
6676 xmlXPathCompareNodeSetValue(xmlXPathParserContextPtr ctxt, int inf, int strict, in xmlXPathCompareNodeSetValue()
6781 xmlXPathEqualNodeSetFloat(xmlXPathParserContextPtr ctxt, in xmlXPathEqualNodeSetFloat()
6946 xmlXPathEqualValuesCommon(xmlXPathParserContextPtr ctxt, in xmlXPathEqualValuesCommon()
7140 xmlXPathEqualValues(xmlXPathParserContextPtr ctxt) { in xmlXPathEqualValues()
7225 xmlXPathNotEqualValues(xmlXPathParserContextPtr ctxt) { in xmlXPathNotEqualValues()
7326 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) { in xmlXPathCompareValues()
7446 xmlXPathValueFlipSign(xmlXPathParserContextPtr ctxt) { in xmlXPathValueFlipSign()
7462 xmlXPathAddValues(xmlXPathParserContextPtr ctxt) { in xmlXPathAddValues()
7485 xmlXPathSubValues(xmlXPathParserContextPtr ctxt) { in xmlXPathSubValues()
7508 xmlXPathMultValues(xmlXPathParserContextPtr ctxt) { in xmlXPathMultValues()
7532 xmlXPathDivValues(xmlXPathParserContextPtr ctxt) { in xmlXPathDivValues()
7555 xmlXPathModValues(xmlXPathParserContextPtr ctxt) { in xmlXPathModValues()
7617 xmlXPathNextSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextSelf()
7635 xmlXPathNextChild(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextChild()
7686 xmlXPathNextChildElement(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextChildElement()
7840 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendant()
7905 xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendantOrSelf()
7930 xmlXPathNextParent(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextParent()
8003 xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestor()
8127 xmlXPathNextAncestorOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestorOrSelf()
8146 xmlXPathNextFollowingSibling(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextFollowingSibling()
8171 xmlXPathNextPrecedingSibling(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextPrecedingSibling()
8202 xmlXPathNextFollowing(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextFollowing()
8275 xmlXPathNextPreceding(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) in xmlXPathNextPreceding()
8326 xmlXPathNextPrecedingInternal(xmlXPathParserContextPtr ctxt, in xmlXPathNextPrecedingInternal()
8381 xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextNamespace()
8418 xmlXPathNextAttribute(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAttribute()
8454 xmlXPathRoot(xmlXPathParserContextPtr ctxt) { in xmlXPathRoot()
8479 xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLastFunction()
8506 xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathPositionFunction()
8530 xmlXPathCountFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathCountFunction()
8625 xmlXPathIdFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathIdFunction()
8678 xmlXPathLocalNameFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLocalNameFunction()
8737 xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNamespaceURIFunction()
8797 xmlXPathNameFunction(xmlXPathParserContextPtr ctxt, int nargs) in xmlXPathNameFunction()
8892 xmlXPathStringFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathStringFunction()
8922 xmlXPathStringLengthFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathStringLengthFunction()
8959 xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathConcatFunction()
9004 xmlXPathContainsFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathContainsFunction()
9038 xmlXPathStartsWithFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathStartsWithFunction()
9092 xmlXPathSubstringFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSubstringFunction()
9175 xmlXPathSubstringBeforeFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSubstringBeforeFunction()
9218 xmlXPathSubstringAfterFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSubstringAfterFunction()
9262 xmlXPathNormalizeFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNormalizeFunction()
9333 xmlXPathTranslateFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathTranslateFunction()
9411 xmlXPathBooleanFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathBooleanFunction()
9432 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNotFunction()
9448 xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathTrueFunction()
9462 xmlXPathFalseFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathFalseFunction()
9489 xmlXPathLangFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLangFunction()
9526 xmlXPathNumberFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNumberFunction()
9560 xmlXPathSumFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSumFunction()
9592 xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathFloorFunction()
9611 xmlXPathCeilingFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathCeilingFunction()
9636 xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathRoundFunction()
9687 xmlXPathCurrentChar(xmlXPathParserContextPtr ctxt, int *len) { in xmlXPathCurrentChar()
9774 xmlXPathParseNCName(xmlXPathParserContextPtr ctxt) { in xmlXPathParseNCName()
9827 xmlXPathParseQName(xmlXPathParserContextPtr ctxt, xmlChar **prefix) { in xmlXPathParseQName()
9855 xmlXPathParseName(xmlXPathParserContextPtr ctxt) { in xmlXPathParseName()
9890 xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt, int qualified) { in xmlXPathParseNameComplex()
10086 xmlXPathCompNumber(xmlXPathParserContextPtr ctxt) in xmlXPathCompNumber()
10186 xmlXPathParseLiteral(xmlXPathParserContextPtr ctxt) { in xmlXPathParseLiteral()
10230 xmlXPathCompLiteral(xmlXPathParserContextPtr ctxt) { in xmlXPathCompLiteral()
10289 xmlXPathCompVariableReference(xmlXPathParserContextPtr ctxt) { in xmlXPathCompVariableReference()
10354 xmlXPathCompFunctionCall(xmlXPathParserContextPtr ctxt) { in xmlXPathCompFunctionCall()
10435 xmlXPathCompPrimaryExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompPrimaryExpr()
10474 xmlXPathCompFilterExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompFilterExpr()
10505 xmlXPathScanName(xmlXPathParserContextPtr ctxt) { in xmlXPathScanName()
10554 xmlXPathCompPathExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompPathExpr()
10710 xmlXPathCompUnionExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompUnionExpr()
10739 xmlXPathCompUnaryExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompUnaryExpr()
10775 xmlXPathCompMultiplicativeExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompMultiplicativeExpr()
10815 xmlXPathCompAdditiveExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompAdditiveExpr()
10854 xmlXPathCompRelationalExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompRelationalExpr()
10893 xmlXPathCompEqualityExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompEqualityExpr()
10924 xmlXPathCompAndExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompAndExpr()
10950 xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort) { in xmlXPathCompileExpr()
11000 xmlXPathCompPredicate(xmlXPathParserContextPtr ctxt, int filter) { in xmlXPathCompPredicate()
11061 xmlXPathCompNodeTest(xmlXPathParserContextPtr ctxt, xmlXPathTestVal *test, in xmlXPathCompNodeTest()
11276 xmlXPathCompStep(xmlXPathParserContextPtr ctxt) { in xmlXPathCompStep()
11434 (xmlXPathParserContextPtr ctxt) { in xmlXPathCompRelativeLocationPath()
11486 xmlXPathCompLocationPath(xmlXPathParserContextPtr ctxt) { in xmlXPathCompLocationPath()
11621 xmlXPathNodeSetFilter(xmlXPathParserContextPtr ctxt, in xmlXPathNodeSetFilter()
11755 xmlXPathLocationSetFilter(xmlXPathParserContextPtr ctxt, in xmlXPathLocationSetFilter()
11874 xmlXPathCompOpEvalPredicate(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalPredicate()
11904 xmlXPathIsPositionalPredicate(xmlXPathParserContextPtr ctxt, in xmlXPathIsPositionalPredicate()
11960 xmlXPathNodeCollectAndTest(xmlXPathParserContextPtr ctxt, in xmlXPathNodeCollectAndTest()
12596 xmlXPathCompOpEvalFirst(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalFirst()
12737 xmlXPathCompOpEvalLast(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, in xmlXPathCompOpEvalLast()
12862 xmlXPathCompOpEvalFilterFirst(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalFilterFirst()
12955 xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op) in xmlXPathCompOpEval()
13550 xmlXPathCompOpEvalToBoolean(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalToBoolean()
13640 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, in xmlXPathRunStreamEval()
13888 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) in xmlXPathRunEval()
13982 xmlXPathEvalPredicate(xmlXPathContextPtr ctxt, xmlXPathObjectPtr res) { in xmlXPathEvalPredicate()
14020 xmlXPathEvaluatePredicateResult(xmlXPathParserContextPtr ctxt, in xmlXPathEvaluatePredicateResult()
14065 xmlXPathTryStreamCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathTryStreamCompile()
14140 xmlXPathContextPtr ctxt; in xmlXPathOptimizeExpression() local
14222 xmlXPathCtxtCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathCtxtCompile()
14306 xmlXPathContextPtr ctxt, in xmlXPathCompiledEvalInternal()
14400 xmlXPathContextPtr ctxt) in xmlXPathCompiledEvalToBoolean()
14413 xmlXPathEvalExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathEvalExpr()
14461 xmlXPathParserContextPtr ctxt; in xmlXPathEval() local
14545 xmlXPathEvalExpression(const xmlChar *str, xmlXPathContextPtr ctxt) { in xmlXPathEvalExpression()
14603 xmlXPathEscapeUriFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathEscapeUriFunction()
14670 xmlXPathRegisterAllFunctions(xmlXPathContextPtr ctxt) in xmlXPathRegisterAllFunctions()