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.c8506 CHECK_ARITY(0); in xmlXPathLastFunction()
8533 CHECK_ARITY(0); in xmlXPathPositionFunction()
8559 CHECK_ARITY(1); in xmlXPathCountFunction()
8674 CHECK_ARITY(1); in xmlXPathIdFunction()
8735 CHECK_ARITY(1); in xmlXPathLocalNameFunction()
8793 CHECK_ARITY(1); in xmlXPathNamespaceURIFunction()
8853 CHECK_ARITY(1); in xmlXPathNameFunction()
8949 CHECK_ARITY(1); in xmlXPathStringFunction()
8986 CHECK_ARITY(1); in xmlXPathStringLengthFunction()
9011 CHECK_ARITY(2); in xmlXPathConcatFunction()
[all …]
/external/libxml2/include/libxml/
DxpathInternals.h296 #define CHECK_ARITY(x) \ macro