Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h275 #define CHECK_TYPE(typeval) \ argument
276 if ((ctxt->value == NULL) || (ctxt->value->type != typeval)) \
286 #define CHECK_TYPE0(typeval) \ argument
287 if ((ctxt->value == NULL) || (ctxt->value->type != typeval)) \