• Home
  • Raw
  • Download

Lines Matching defs:ctxt

267 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra)  in xmlXPathErrMemory()
309 xmlXPathPErrMemory(xmlXPathParserContextPtr ctxt, const char *extra) in xmlXPathPErrMemory()
327 xmlXPathErr(xmlXPathParserContextPtr ctxt, int error) in xmlXPathErr()
387 xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED, in xmlXPatherror()
1352 xmlXPathDebugObjUsageReset(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageReset()
1424 xmlXPathDebugObjUsageRequested(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageRequested()
1578 xmlXPathDebugObjUsageReleased(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageReleased()
1667 xmlXPathDebugObjUsageDisplay(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageDisplay()
1878 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, in xmlXPathContextSetCache()
1921 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet()
1958 xmlXPathCacheWrapString(xmlXPathContextPtr ctxt, xmlChar *val) in xmlXPathCacheWrapString()
2010 xmlXPathCacheNewNodeSet(xmlXPathContextPtr ctxt, xmlNodePtr val) in xmlXPathCacheNewNodeSet()
2074 xmlXPathCacheNewCString(xmlXPathContextPtr ctxt, const char *val) in xmlXPathCacheNewCString()
2123 xmlXPathCacheNewString(xmlXPathContextPtr ctxt, const xmlChar *val) in xmlXPathCacheNewString()
2177 xmlXPathCacheNewBoolean(xmlXPathContextPtr ctxt, int val) in xmlXPathCacheNewBoolean()
2225 xmlXPathCacheNewFloat(xmlXPathContextPtr ctxt, double val) in xmlXPathCacheNewFloat()
2275 xmlXPathCacheConvertString(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) { in xmlXPathCacheConvertString()
2323 xmlXPathCacheObjectCopy(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) in xmlXPathCacheObjectCopy()
2358 xmlXPathCacheConvertBoolean(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) { in xmlXPathCacheConvertBoolean()
2382 xmlXPathCacheConvertNumber(xmlXPathContextPtr ctxt, xmlXPathObjectPtr val) { in xmlXPathCacheConvertNumber()
2409 valuePop(xmlXPathParserContextPtr ctxt) in valuePop()
2434 valuePush(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr value) in valuePush()
2465 xmlXPathPopBoolean (xmlXPathParserContextPtr ctxt) { in xmlXPathPopBoolean()
2492 xmlXPathPopNumber (xmlXPathParserContextPtr ctxt) { in xmlXPathPopNumber()
2519 xmlXPathPopString (xmlXPathParserContextPtr ctxt) { in xmlXPathPopString()
2546 xmlXPathPopNodeSet (xmlXPathParserContextPtr ctxt) { in xmlXPathPopNodeSet()
2581 xmlXPathPopExternal (xmlXPathParserContextPtr ctxt) { in xmlXPathPopExternal()
4726 xmlXPathRegisterFunc(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterFunc()
4743 xmlXPathRegisterFuncNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterFuncNS()
4768 xmlXPathRegisterFuncLookup (xmlXPathContextPtr ctxt, in xmlXPathRegisterFuncLookup()
4788 xmlXPathFunctionLookup(xmlXPathContextPtr ctxt, const xmlChar *name) { in xmlXPathFunctionLookup()
4816 xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathFunctionLookupNS()
4848 xmlXPathRegisteredFuncsCleanup(xmlXPathContextPtr ctxt) { in xmlXPathRegisteredFuncsCleanup()
4874 xmlXPathRegisterVariable(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterVariable()
4892 xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterVariableNS()
4921 xmlXPathRegisterVariableLookup(xmlXPathContextPtr ctxt, in xmlXPathRegisterVariableLookup()
4940 xmlXPathVariableLookup(xmlXPathContextPtr ctxt, const xmlChar *name) { in xmlXPathVariableLookup()
4966 xmlXPathVariableLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathVariableLookupNS()
4995 xmlXPathRegisteredVariablesCleanup(xmlXPathContextPtr ctxt) { in xmlXPathRegisteredVariablesCleanup()
5015 xmlXPathRegisterNs(xmlXPathContextPtr ctxt, const xmlChar *prefix, in xmlXPathRegisterNs()
5044 xmlXPathNsLookup(xmlXPathContextPtr ctxt, const xmlChar *prefix) { in xmlXPathNsLookup()
5075 xmlXPathRegisteredNsCleanup(xmlXPathContextPtr ctxt) { in xmlXPathRegisteredNsCleanup()
5401 xmlXPathReleaseObject(xmlXPathContextPtr ctxt, xmlXPathObjectPtr obj) in xmlXPathReleaseObject()
6039 xmlXPathFreeContext(xmlXPathContextPtr ctxt) { in xmlXPathFreeContext()
6057 #define CHECK_CTXT(ctxt) \ argument
6068 #define CHECK_CTXT_NEG(ctxt) \ argument
6080 #define CHECK_CONTEXT(ctxt) \ argument
6098 xmlXPathNewParserContext(const xmlChar *str, xmlXPathContextPtr ctxt) { in xmlXPathNewParserContext()
6134 xmlXPathCompParserContext(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt) { in xmlXPathCompParserContext()
6169 xmlXPathFreeParserContext(xmlXPathParserContextPtr ctxt) { in xmlXPathFreeParserContext()
6352 xmlXPathCompareNodeSetFloat(xmlXPathParserContextPtr ctxt, int inf, int strict, in xmlXPathCompareNodeSetFloat()
6407 xmlXPathCompareNodeSetString(xmlXPathParserContextPtr ctxt, int inf, int strict, in xmlXPathCompareNodeSetString()
6563 xmlXPathCompareNodeSetValue(xmlXPathParserContextPtr ctxt, int inf, int strict, in xmlXPathCompareNodeSetValue()
6662 xmlXPathEqualNodeSetFloat(xmlXPathParserContextPtr ctxt, in xmlXPathEqualNodeSetFloat()
6823 xmlXPathEqualValuesCommon(xmlXPathParserContextPtr ctxt, in xmlXPathEqualValuesCommon()
7017 xmlXPathEqualValues(xmlXPathParserContextPtr ctxt) { in xmlXPathEqualValues()
7102 xmlXPathNotEqualValues(xmlXPathParserContextPtr ctxt) { in xmlXPathNotEqualValues()
7203 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) { in xmlXPathCompareValues()
7323 xmlXPathValueFlipSign(xmlXPathParserContextPtr ctxt) { in xmlXPathValueFlipSign()
7352 xmlXPathAddValues(xmlXPathParserContextPtr ctxt) { in xmlXPathAddValues()
7375 xmlXPathSubValues(xmlXPathParserContextPtr ctxt) { in xmlXPathSubValues()
7398 xmlXPathMultValues(xmlXPathParserContextPtr ctxt) { in xmlXPathMultValues()
7421 xmlXPathDivValues(xmlXPathParserContextPtr ctxt) { in xmlXPathDivValues()
7462 xmlXPathModValues(xmlXPathParserContextPtr ctxt) { in xmlXPathModValues()
7524 xmlXPathNextSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextSelf()
7542 xmlXPathNextChild(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextChild()
7593 xmlXPathNextChildElement(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextChildElement()
7745 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendant()
7808 xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextDescendantOrSelf()
7833 xmlXPathNextParent(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextParent()
7906 xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestor()
8030 xmlXPathNextAncestorOrSelf(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAncestorOrSelf()
8049 xmlXPathNextFollowingSibling(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextFollowingSibling()
8074 xmlXPathNextPrecedingSibling(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextPrecedingSibling()
8105 xmlXPathNextFollowing(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextFollowing()
8160 xmlXPathNextPreceding(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) in xmlXPathNextPreceding()
8200 xmlXPathNextPrecedingInternal(xmlXPathParserContextPtr ctxt, in xmlXPathNextPrecedingInternal()
8245 xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextNamespace()
8282 xmlXPathNextAttribute(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextAttribute()
8318 xmlXPathRoot(xmlXPathParserContextPtr ctxt) { in xmlXPathRoot()
8344 xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLastFunction()
8371 xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathPositionFunction()
8395 xmlXPathCountFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathCountFunction()
8508 xmlXPathIdFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathIdFunction()
8563 xmlXPathLocalNameFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLocalNameFunction()
8622 xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNamespaceURIFunction()
8682 xmlXPathNameFunction(xmlXPathParserContextPtr ctxt, int nargs) in xmlXPathNameFunction()
8777 xmlXPathStringFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathStringFunction()
8807 xmlXPathStringLengthFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathStringLengthFunction()
8844 xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathConcatFunction()
8889 xmlXPathContainsFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathContainsFunction()
8923 xmlXPathStartsWithFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathStartsWithFunction()
8977 xmlXPathSubstringFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSubstringFunction()
9086 xmlXPathSubstringBeforeFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSubstringBeforeFunction()
9129 xmlXPathSubstringAfterFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSubstringAfterFunction()
9173 xmlXPathNormalizeFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNormalizeFunction()
9244 xmlXPathTranslateFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathTranslateFunction()
9320 xmlXPathBooleanFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathBooleanFunction()
9341 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNotFunction()
9357 xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathTrueFunction()
9371 xmlXPathFalseFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathFalseFunction()
9398 xmlXPathLangFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathLangFunction()
9435 xmlXPathNumberFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNumberFunction()
9469 xmlXPathSumFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathSumFunction()
9513 xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathFloorFunction()
9540 xmlXPathCeilingFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathCeilingFunction()
9577 xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathRoundFunction()
9636 xmlXPathCurrentChar(xmlXPathParserContextPtr ctxt, int *len) { in xmlXPathCurrentChar()
9723 xmlXPathParseNCName(xmlXPathParserContextPtr ctxt) { in xmlXPathParseNCName()
9776 xmlXPathParseQName(xmlXPathParserContextPtr ctxt, xmlChar **prefix) { in xmlXPathParseQName()
9804 xmlXPathParseName(xmlXPathParserContextPtr ctxt) { in xmlXPathParseName()
9835 xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt, int qualified) { in xmlXPathParseNameComplex()
10029 xmlXPathCompNumber(xmlXPathParserContextPtr ctxt) in xmlXPathCompNumber()
10110 xmlXPathParseLiteral(xmlXPathParserContextPtr ctxt) { in xmlXPathParseLiteral()
10154 xmlXPathCompLiteral(xmlXPathParserContextPtr ctxt) { in xmlXPathCompLiteral()
10207 xmlXPathCompVariableReference(xmlXPathParserContextPtr ctxt) { in xmlXPathCompVariableReference()
10269 xmlXPathCompFunctionCall(xmlXPathParserContextPtr ctxt) { in xmlXPathCompFunctionCall()
10344 xmlXPathCompPrimaryExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompPrimaryExpr()
10383 xmlXPathCompFilterExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompFilterExpr()
10414 xmlXPathScanName(xmlXPathParserContextPtr ctxt) { in xmlXPathScanName()
10463 xmlXPathCompPathExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompPathExpr()
10615 xmlXPathCompUnionExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompUnionExpr()
10644 xmlXPathCompUnaryExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompUnaryExpr()
10680 xmlXPathCompMultiplicativeExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompMultiplicativeExpr()
10720 xmlXPathCompAdditiveExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompAdditiveExpr()
10759 xmlXPathCompRelationalExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompRelationalExpr()
10801 xmlXPathCompEqualityExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompEqualityExpr()
10832 xmlXPathCompAndExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathCompAndExpr()
10858 xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort) { in xmlXPathCompileExpr()
10894 xmlXPathCompPredicate(xmlXPathParserContextPtr ctxt, int filter) { in xmlXPathCompPredicate()
10955 xmlXPathCompNodeTest(xmlXPathParserContextPtr ctxt, xmlXPathTestVal *test, in xmlXPathCompNodeTest()
11170 xmlXPathCompStep(xmlXPathParserContextPtr ctxt) { in xmlXPathCompStep()
11323 (xmlXPathParserContextPtr ctxt) { in xmlXPathCompRelativeLocationPath()
11374 xmlXPathCompLocationPath(xmlXPathParserContextPtr ctxt) { in xmlXPathCompLocationPath()
11495 xmlXPathCompOpEvalPredicate(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalPredicate()
11647 xmlXPathCompOpEvalPositionalPredicate(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalPositionalPredicate()
11833 xmlXPathIsPositionalPredicate(xmlXPathParserContextPtr ctxt, in xmlXPathIsPositionalPredicate()
11888 xmlXPathNodeCollectAndTest(xmlXPathParserContextPtr ctxt, in xmlXPathNodeCollectAndTest()
12552 xmlXPathCompOpEvalFirst(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalFirst()
12676 xmlXPathCompOpEvalLast(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, in xmlXPathCompOpEvalLast()
12796 xmlXPathCompOpEvalFilterFirst(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalFilterFirst()
13097 xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op) in xmlXPathCompOpEval()
13971 xmlXPathCompOpEvalToBoolean(xmlXPathParserContextPtr ctxt, in xmlXPathCompOpEvalToBoolean()
14059 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, in xmlXPathRunStreamEval()
14288 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) in xmlXPathRunEval()
14379 xmlXPathEvalPredicate(xmlXPathContextPtr ctxt, xmlXPathObjectPtr res) { in xmlXPathEvalPredicate()
14417 xmlXPathEvaluatePredicateResult(xmlXPathParserContextPtr ctxt, in xmlXPathEvaluatePredicateResult()
14462 xmlXPathTryStreamCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathTryStreamCompile()
14597 xmlXPathCtxtCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathCtxtCompile()
14681 xmlXPathContextPtr ctxt, in xmlXPathCompiledEvalInternal()
14791 xmlXPathContextPtr ctxt) in xmlXPathCompiledEvalToBoolean()
14804 xmlXPathEvalExpr(xmlXPathParserContextPtr ctxt) { in xmlXPathEvalExpr()
14853 xmlXPathParserContextPtr ctxt; in xmlXPathEval() local
14914 xmlXPathEvalExpression(const xmlChar *str, xmlXPathContextPtr ctxt) { in xmlXPathEvalExpression()
15004 xmlXPathEscapeUriFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathEscapeUriFunction()
15071 xmlXPathRegisterAllFunctions(xmlXPathContextPtr ctxt) in xmlXPathRegisterAllFunctions()