Searched refs:XML_EXP_OR (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.in.h133 XML_EXP_OR = 4, enumerator in enum:__anon2509
H A Dxmlregexp.c6302 case XML_EXP_OR:
6384 } else if (type == XML_EXP_OR) {
6403 if ((left->type == XML_EXP_OR) && (right->type != XML_EXP_OR)) {
6410 if (right->type == XML_EXP_OR) {
6419 if (left->type == XML_EXP_OR) {
6423 if ((left->exp_right->type != XML_EXP_OR) &&
6430 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right,
6433 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp,
6439 if (right->type == XML_EXP_OR) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlregexp.h139 XML_EXP_OR = 4, enumerator in enum:__anon2703
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.in.h133 XML_EXP_OR = 4, enumerator in enum:__anon2283
H A Dxmlregexp.c6302 case XML_EXP_OR:
6384 } else if (type == XML_EXP_OR) {
6403 if ((left->type == XML_EXP_OR) && (right->type != XML_EXP_OR)) {
6410 if (right->type == XML_EXP_OR) {
6419 if (left->type == XML_EXP_OR) {
6423 if ((left->exp_right->type != XML_EXP_OR) &&
6430 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right,
6433 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp,
6439 if (right->type == XML_EXP_OR) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c6427 case XML_EXP_OR:
6509 } else if (type == XML_EXP_OR) {
6528 if ((left->type == XML_EXP_OR) && (right->type != XML_EXP_OR)) {
6535 if (right->type == XML_EXP_OR) {
6544 if (left->type == XML_EXP_OR) {
6548 if ((left->exp_right->type != XML_EXP_OR) &&
6555 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right,
6558 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp,
6564 if (right->type == XML_EXP_OR) {
[all...]

Completed in 193 milliseconds