Home
last modified time | relevance | path

Searched refs:CHECK_ARITY (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dxpointer.c1717 CHECK_ARITY(0); in xmlXPtrHereFunction()
1735 CHECK_ARITY(0); in xmlXPtrOriginFunction()
1772 CHECK_ARITY(1); in xmlXPtrStartPointFunction()
1868 CHECK_ARITY(1); in xmlXPtrEndPointFunction()
2020 CHECK_ARITY(1); in xmlXPtrRangeFunction()
2174 CHECK_ARITY(1); in xmlXPtrRangeInsideFunction()
Dxpath.c8503 CHECK_ARITY(0); in xmlXPathLastFunction()
8530 CHECK_ARITY(0); in xmlXPathPositionFunction()
8556 CHECK_ARITY(1); in xmlXPathCountFunction()
8671 CHECK_ARITY(1); in xmlXPathIdFunction()
8732 CHECK_ARITY(1); in xmlXPathLocalNameFunction()
8790 CHECK_ARITY(1); in xmlXPathNamespaceURIFunction()
8850 CHECK_ARITY(1); in xmlXPathNameFunction()
8946 CHECK_ARITY(1); in xmlXPathStringFunction()
8983 CHECK_ARITY(1); in xmlXPathStringLengthFunction()
9008 CHECK_ARITY(2); in xmlXPathConcatFunction()
[all …]
/external/libxml2/include/libxml/
DxpathInternals.h296 #define CHECK_ARITY(x) \ macro