Lines Matching defs:ctxt

635 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra)  in xmlXPathErrMemory()
677 xmlXPathPErrMemory(xmlXPathParserContextPtr ctxt, const char *extra) in xmlXPathPErrMemory()
695 xmlXPathErr(xmlXPathParserContextPtr ctxt, int error) in xmlXPathErr()
755 xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED, in xmlXPatherror()
1724 xmlXPathDebugObjUsageReset(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageReset()
1796 xmlXPathDebugObjUsageRequested(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageRequested()
1950 xmlXPathDebugObjUsageReleased(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageReleased()
2039 xmlXPathDebugObjUsageDisplay(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageDisplay()
2250 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, in xmlXPathContextSetCache()
2293 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet()
2330 xmlXPathCacheWrapString(xmlXPathContextPtr ctxt, xmlChar *val) in xmlXPathCacheWrapString()
2382 xmlXPathCacheNewNodeSet(xmlXPathContextPtr ctxt, xmlNodePtr val) in xmlXPathCacheNewNodeSet()
2451 xmlXPathCacheNewCString(xmlXPathContextPtr ctxt, const char *val) in xmlXPathCacheNewCString()
2500 xmlXPathCacheNewString(xmlXPathContextPtr ctxt, const xmlChar *val) in xmlXPathCacheNewString()
2554 xmlXPathCacheNewBoolean(xmlXPathContextPtr ctxt, int val) in xmlXPathCacheNewBoolean()
2602 xmlXPathCacheNewFloat(xmlXPathContextPtr ctxt, double val) in xmlXPathCacheNewFloat()
2652 xmlXPathCacheConvertString(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) { in xmlXPathCacheConvertString()
2700 xmlXPathCacheObjectCopy(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) in xmlXPathCacheObjectCopy()
2735 xmlXPathCacheConvertBoolean(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) { in xmlXPathCacheConvertBoolean()
2759 xmlXPathCacheConvertNumber(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) { in xmlXPathCacheConvertNumber()
2786 xmlXPathSetFrame(xmlXPathParserContextPtr ctxt) { in xmlXPathSetFrame()
2804 xmlXPathPopFrame(xmlXPathParserContextPtr ctxt, int frame) { in xmlXPathPopFrame()
2822 valuePop(xmlXPathParserContextPtr ctxt) in valuePop()
2853 valuePush(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr value) in valuePush()
2890 xmlXPathPopBoolean (xmlXPathParserContextPtr ctxt) { in xmlXPathPopBoolean()
2917 xmlXPathPopNumber (xmlXPathParserContextPtr ctxt) { in xmlXPathPopNumber()
2944 xmlXPathPopString (xmlXPathParserContextPtr ctxt) { in xmlXPathPopString()
2971 xmlXPathPopNodeSet (xmlXPathParserContextPtr ctxt) { in xmlXPathPopNodeSet()
3006 xmlXPathPopExternal (xmlXPathParserContextPtr ctxt) { in xmlXPathPopExternal()
4845 xmlXPathRegisterFunc(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterFunc()
4862 xmlXPathRegisterFuncNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterFuncNS()
4887 xmlXPathRegisterFuncLookup (xmlXPathContextPtr ctxt, in xmlXPathRegisterFuncLookup()
4907 xmlXPathFunctionLookup(xmlXPathContextPtr ctxt, const xmlChar *name) { in xmlXPathFunctionLookup()
4935 xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathFunctionLookupNS()
4967 xmlXPathRegisteredFuncsCleanup(xmlXPathContextPtr ctxt) { in xmlXPathRegisteredFuncsCleanup()
4993 xmlXPathRegisterVariable(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterVariable()
5011 xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterVariableNS()
5040 xmlXPathRegisterVariableLookup(xmlXPathContextPtr ctxt, in xmlXPathRegisterVariableLookup()
5059 xmlXPathVariableLookup(xmlXPathContextPtr ctxt, const xmlChar *name) { in xmlXPathVariableLookup()
5085 xmlXPathVariableLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathVariableLookupNS()
5114 xmlXPathRegisteredVariablesCleanup(xmlXPathContextPtr ctxt) { in xmlXPathRegisteredVariablesCleanup()
5134 xmlXPathRegisterNs(xmlXPathContextPtr ctxt, const xmlChar *prefix, in xmlXPathRegisterNs()
5165 xmlXPathNsLookup(xmlXPathContextPtr ctxt, const xmlChar *prefix) { in xmlXPathNsLookup()
5196 xmlXPathRegisteredNsCleanup(xmlXPathContextPtr ctxt) { in xmlXPathRegisteredNsCleanup()
5522 xmlXPathReleaseObject(xmlXPathContextPtr ctxt, xmlXPathObjectPtr obj) in xmlXPathReleaseObject()
6160 xmlXPathFreeContext(xmlXPathContextPtr ctxt) { in xmlXPathFreeContext()
6178 #define CHECK_CTXT(ctxt) \ argument
6189 #define CHECK_CTXT_NEG(ctxt) \ argument
6201 #define CHECK_CONTEXT(ctxt) \ argument
6219 xmlXPathNewParserContext(const xmlChar *str, xmlXPathContextPtr ctxt) { in xmlXPathNewParserContext()
6255 xmlXPathCompParserContext(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt) { in xmlXPathCompParserContext()
6291 xmlXPathFreeParserContext(xmlXPathParserContextPtr ctxt) { in xmlXPathFreeParserContext()
6474 xmlXPathCompareNodeSetFloat(xmlXPathParserContextPtr ctxt, int inf, int strict, in xmlXPathCompareNodeSetFloat()
6529 xmlXPathCompareNodeSetString(xmlXPathParserContextPtr ctxt, int inf, int strict, in xmlXPathCompareNodeSetString()
6685 xmlXPathCompareNodeSetValue(xmlXPathParserContextPtr ctxt, int inf, int strict, in xmlXPathCompareNodeSetValue()
6784 xmlXPathEqualNodeSetFloat(xmlXPathParserContextPtr ctxt, in xmlXPathEqualNodeSetFloat()
6945 xmlXPathEqualValuesCommon(xmlXPathParserContextPtr ctxt, in xmlXPathEqualValuesCommon()
7139 xmlXPathEqualValues(xmlXPathParserContextPtr ctxt) { in xmlXPathEqualValues()
7224 xmlXPathNotEqualValues(xmlXPathParserContextPtr ctxt) { in xmlXPathNotEqualValues()
7325 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) { in xmlXPathCompareValues()
7445 xmlXPathValueFlipSign(xmlXPathParserContextPtr ctxt) { in xmlXPathValueFlipSign()
7474 xmlXPathAddValues(xmlXPathParserContextPtr ctxt) { in xmlXPathAddValues()
7497 xmlXPathSubValues(xmlXPathParserContextPtr ctxt) { in xmlXPathSubValues()
7520 xmlXPathMultValues(xmlXPathParserContextPtr ctxt) { in xmlXPathMultValues()
7543 xmlXPathDivValues(xmlXPathParserContextPtr ctxt) { in xmlXPathDivValues()
7584 xmlXPathModValues(xmlXPathParserContextPtr ctxt) { in xmlXPathModValues()
7646 xmlXPathNextSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextSelf()
7664 xmlXPathNextChild(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextChild()
7715 xmlXPathNextChildElement(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextChildElement()
7869 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendant()
7934 xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendantOrSelf()
7959 xmlXPathNextParent(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextParent()
8032 xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestor()
8156 xmlXPathNextAncestorOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestorOrSelf()
8175 xmlXPathNextFollowingSibling(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextFollowingSibling()
8200 xmlXPathNextPrecedingSibling(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextPrecedingSibling()
8231 xmlXPathNextFollowing(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextFollowing()
8298 xmlXPathNextPreceding(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) in xmlXPathNextPreceding()
8343 xmlXPathNextPrecedingInternal(xmlXPathParserContextPtr ctxt, in xmlXPathNextPrecedingInternal()
8390 xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextNamespace()
8427 xmlXPathNextAttribute(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAttribute()
8463 xmlXPathRoot(xmlXPathParserContextPtr ctxt) { in xmlXPathRoot()
8489 xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLastFunction()
8516 xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathPositionFunction()
8540 xmlXPathCountFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathCountFunction()
8653 xmlXPathIdFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathIdFunction()
8708 xmlXPathLocalNameFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLocalNameFunction()
8767 xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNamespaceURIFunction()
8827 xmlXPathNameFunction(xmlXPathParserContextPtr ctxt, int nargs) in xmlXPathNameFunction()
8922 xmlXPathStringFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathStringFunction()
8952 xmlXPathStringLengthFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathStringLengthFunction()
8989 xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathConcatFunction()
9034 xmlXPathContainsFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathContainsFunction()
9068 xmlXPathStartsWithFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathStartsWithFunction()
9122 xmlXPathSubstringFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSubstringFunction()
9231 xmlXPathSubstringBeforeFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSubstringBeforeFunction()
9274 xmlXPathSubstringAfterFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSubstringAfterFunction()
9318 xmlXPathNormalizeFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNormalizeFunction()
9389 xmlXPathTranslateFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathTranslateFunction()
9467 xmlXPathBooleanFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathBooleanFunction()
9488 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNotFunction()
9504 xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathTrueFunction()
9518 xmlXPathFalseFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathFalseFunction()
9545 xmlXPathLangFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLangFunction()
9582 xmlXPathNumberFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNumberFunction()
9616 xmlXPathSumFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSumFunction()
9660 xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathFloorFunction()
9687 xmlXPathCeilingFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathCeilingFunction()
9724 xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathRoundFunction()
9783 xmlXPathCurrentChar(xmlXPathParserContextPtr ctxt, int *len) { in xmlXPathCurrentChar()
9870 xmlXPathParseNCName(xmlXPathParserContextPtr ctxt) { in xmlXPathParseNCName()
9923 xmlXPathParseQName(xmlXPathParserContextPtr ctxt, xmlChar **prefix) { in xmlXPathParseQName()
9951 xmlXPathParseName(xmlXPathParserContextPtr ctxt) { in xmlXPathParseName()
9986 xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt, int qualified) { in xmlXPathParseNameComplex()
10186 xmlXPathCompNumber(xmlXPathParserContextPtr ctxt) in xmlXPathCompNumber()
10274 xmlXPathParseLiteral(xmlXPathParserContextPtr ctxt) { in xmlXPathParseLiteral()
10318 xmlXPathCompLiteral(xmlXPathParserContextPtr ctxt) { in xmlXPathCompLiteral()
10371 xmlXPathCompVariableReference(xmlXPathParserContextPtr ctxt) { in xmlXPathCompVariableReference()
10433 xmlXPathCompFunctionCall(xmlXPathParserContextPtr ctxt) { in xmlXPathCompFunctionCall()
10508 xmlXPathCompPrimaryExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompPrimaryExpr()
10547 xmlXPathCompFilterExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompFilterExpr()
10578 xmlXPathScanName(xmlXPathParserContextPtr ctxt) { in xmlXPathScanName()
10627 xmlXPathCompPathExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompPathExpr()
10779 xmlXPathCompUnionExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompUnionExpr()
10808 xmlXPathCompUnaryExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompUnaryExpr()
10844 xmlXPathCompMultiplicativeExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompMultiplicativeExpr()
10884 xmlXPathCompAdditiveExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompAdditiveExpr()
10923 xmlXPathCompRelationalExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompRelationalExpr()
10965 xmlXPathCompEqualityExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompEqualityExpr()
10996 xmlXPathCompAndExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompAndExpr()
11022 xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort) { in xmlXPathCompileExpr()
11057 xmlXPathCompPredicate(xmlXPathParserContextPtr ctxt, int filter) { in xmlXPathCompPredicate()
11118 xmlXPathCompNodeTest(xmlXPathParserContextPtr ctxt, xmlXPathTestVal *test, in xmlXPathCompNodeTest()
11333 xmlXPathCompStep(xmlXPathParserContextPtr ctxt) { in xmlXPathCompStep()
11489 (xmlXPathParserContextPtr ctxt) { in xmlXPathCompRelativeLocationPath()
11541 xmlXPathCompLocationPath(xmlXPathParserContextPtr ctxt) { in xmlXPathCompLocationPath()
11663 xmlXPathCompOpEvalPredicate(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalPredicate()
11819 xmlXPathCompOpEvalPositionalPredicate(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalPositionalPredicate()
12019 xmlXPathIsPositionalPredicate(xmlXPathParserContextPtr ctxt, in xmlXPathIsPositionalPredicate()
12074 xmlXPathNodeCollectAndTest(xmlXPathParserContextPtr ctxt, in xmlXPathNodeCollectAndTest()
12720 xmlXPathCompOpEvalFirst(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalFirst()
12844 xmlXPathCompOpEvalLast(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, in xmlXPathCompOpEvalLast()
12964 xmlXPathCompOpEvalFilterFirst(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalFilterFirst()
13270 xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op) in xmlXPathCompOpEval()
14166 xmlXPathCompOpEvalToBoolean(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalToBoolean()
14254 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, in xmlXPathRunStreamEval()
14488 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) in xmlXPathRunEval()
14580 xmlXPathEvalPredicate(xmlXPathContextPtr ctxt, xmlXPathObjectPtr res) { in xmlXPathEvalPredicate()
14618 xmlXPathEvaluatePredicateResult(xmlXPathParserContextPtr ctxt, in xmlXPathEvaluatePredicateResult()
14663 xmlXPathTryStreamCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathTryStreamCompile()
14805 xmlXPathCtxtCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathCtxtCompile()
14885 xmlXPathContextPtr ctxt, in xmlXPathCompiledEvalInternal()
14995 xmlXPathContextPtr ctxt) in xmlXPathCompiledEvalToBoolean()
15008 xmlXPathEvalExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathEvalExpr()
15052 xmlXPathParserContextPtr ctxt; in xmlXPathEval() local
15156 xmlXPathEvalExpression(const xmlChar *str, xmlXPathContextPtr ctxt) { in xmlXPathEvalExpression()
15246 xmlXPathEscapeUriFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathEscapeUriFunction()
15313 xmlXPathRegisterAllFunctions(xmlXPathContextPtr ctxt) in xmlXPathRegisterAllFunctions()