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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c6390 #define IS_NILLABLE(node) ((node)->info & XML_EXP_NILABLE) macro
6702 if ((min == 0) || (IS_NILLABLE(left)))
6712 if ((IS_NILLABLE(left)) || (IS_NILLABLE(right)))
6722 if ((IS_NILLABLE(left)) && (IS_NILLABLE(right)))
6977 if (IS_NILLABLE(exp->exp_left)) {
7032 return(IS_NILLABLE(exp) != 0);
7086 if (IS_NILLABLE(exp->exp_left)) {
7187 if ((IS_NILLABLE(su
[all...]

Completed in 58 milliseconds