Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlregexp.c6673 case XML_EXP_OR: in xmlExpHashComputeKey()
6755 } else if (type == XML_EXP_OR) { in xmlExpHashGetEntry()
6774 if ((left->type == XML_EXP_OR) && (right->type != XML_EXP_OR)) { in xmlExpHashGetEntry()
6810 if (right->type == XML_EXP_OR) { in xmlExpHashGetEntry()
6915 if (type == XML_EXP_OR) { in xmlExpHashGetEntry()
7123 case XML_EXP_OR: in xmlExpGetLanguageInt()
7189 case XML_EXP_OR: in xmlExpGetStartInt()
7263 case XML_EXP_OR: { in xmlExpStringDeriveInt()
7514 if (sub->type == XML_EXP_OR) { in xmlExpExpDeriveInt()
7653 case XML_EXP_OR: in xmlExpExpDeriveInt()
[all …]
/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlregexp.h139 XML_EXP_OR = 4, enumerator