Home
last modified time | relevance | path

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

/external/libxml2/
Dxpointer.c1727 CHECK_ARITY(0); in xmlXPtrHereFunction()
1745 CHECK_ARITY(0); in xmlXPtrOriginFunction()
1782 CHECK_ARITY(1); in xmlXPtrStartPointFunction()
1878 CHECK_ARITY(1); in xmlXPtrEndPointFunction()
2030 CHECK_ARITY(1); in xmlXPtrRangeFunction()
2184 CHECK_ARITY(1); in xmlXPtrRangeInsideFunction()
Dxpath.c8480 CHECK_ARITY(0); in xmlXPathLastFunction()
8507 CHECK_ARITY(0); in xmlXPathPositionFunction()
8533 CHECK_ARITY(1); in xmlXPathCountFunction()
8630 CHECK_ARITY(1); in xmlXPathIdFunction()
8689 CHECK_ARITY(1); in xmlXPathLocalNameFunction()
8747 CHECK_ARITY(1); in xmlXPathNamespaceURIFunction()
8807 CHECK_ARITY(1); in xmlXPathNameFunction()
8903 CHECK_ARITY(1); in xmlXPathStringFunction()
8940 CHECK_ARITY(1); in xmlXPathStringLengthFunction()
8965 CHECK_ARITY(2); in xmlXPathConcatFunction()
[all …]
/external/libxml2/include/libxml/
DxpathInternals.h296 #define CHECK_ARITY(x) \ macro