Home
last modified time | relevance | path

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

/external/libxml2/
Dxpointer.c1705 CHECK_ARITY(0); in xmlXPtrHereFunction()
1723 CHECK_ARITY(0); in xmlXPtrOriginFunction()
1760 CHECK_ARITY(1); in xmlXPtrStartPointFunction()
1856 CHECK_ARITY(1); in xmlXPtrEndPointFunction()
2008 CHECK_ARITY(1); in xmlXPtrRangeFunction()
2160 CHECK_ARITY(1); in xmlXPtrRangeInsideFunction()
Dxpath.c8490 CHECK_ARITY(0); in xmlXPathLastFunction()
8517 CHECK_ARITY(0); in xmlXPathPositionFunction()
8543 CHECK_ARITY(1); in xmlXPathCountFunction()
8658 CHECK_ARITY(1); in xmlXPathIdFunction()
8719 CHECK_ARITY(1); in xmlXPathLocalNameFunction()
8777 CHECK_ARITY(1); in xmlXPathNamespaceURIFunction()
8837 CHECK_ARITY(1); in xmlXPathNameFunction()
8933 CHECK_ARITY(1); in xmlXPathStringFunction()
8970 CHECK_ARITY(1); in xmlXPathStringLengthFunction()
8995 CHECK_ARITY(2); in xmlXPathConcatFunction()
[all …]
/external/libxml2/include/libxml/
DxpathInternals.h296 #define CHECK_ARITY(x) \ macro