Home
last modified time | relevance | path

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

/external/libxml2/
Dxpointer.c1747 CHECK_ARITY(0); in xmlXPtrHereFunction()
1765 CHECK_ARITY(0); in xmlXPtrOriginFunction()
1802 CHECK_ARITY(1); in xmlXPtrStartPointFunction()
1896 CHECK_ARITY(1); in xmlXPtrEndPointFunction()
2042 CHECK_ARITY(1); in xmlXPtrRangeFunction()
2188 CHECK_ARITY(1); in xmlXPtrRangeInsideFunction()
2241 CHECK_ARITY(1); in xmlXPtrRangeToFunction()
Dxpath.c8405 CHECK_ARITY(0); in xmlXPathLastFunction()
8432 CHECK_ARITY(0); in xmlXPathPositionFunction()
8458 CHECK_ARITY(1); in xmlXPathCountFunction()
8573 CHECK_ARITY(1); in xmlXPathIdFunction()
8634 CHECK_ARITY(1); in xmlXPathLocalNameFunction()
8692 CHECK_ARITY(1); in xmlXPathNamespaceURIFunction()
8752 CHECK_ARITY(1); in xmlXPathNameFunction()
8848 CHECK_ARITY(1); in xmlXPathStringFunction()
8885 CHECK_ARITY(1); in xmlXPathStringLengthFunction()
8910 CHECK_ARITY(2); in xmlXPathConcatFunction()
[all …]
/external/libxml2/include/libxml/
DxpathInternals.h296 #define CHECK_ARITY(x) \ macro