Searched refs:IS_NILLABLE (Results 1 – 1 of 1) sorted by relevance
6437 #define IS_NILLABLE(node) ((node)->info & XML_EXP_NILABLE) macro6749 if ((min == 0) || (IS_NILLABLE(left))) in xmlExpHashGetEntry()6759 if ((IS_NILLABLE(left)) || (IS_NILLABLE(right))) in xmlExpHashGetEntry()6769 if ((IS_NILLABLE(left)) && (IS_NILLABLE(right))) in xmlExpHashGetEntry()7024 if (IS_NILLABLE(exp->exp_left)) { in xmlExpGetStartInt()7079 return(IS_NILLABLE(exp) != 0); in xmlExpIsNillable()7133 if (IS_NILLABLE(exp->exp_left)) { in xmlExpStringDeriveInt()7234 if ((IS_NILLABLE(sub)) && (!IS_NILLABLE(exp))) in xmlExpCheckCard()7266 if (IS_NILLABLE(exp) && (!IS_NILLABLE(sub))) return(0); in xmlExpDivide()7284 if ((tmp2 != forbiddenExp) && (IS_NILLABLE(tmp2))) { in xmlExpDivide()[all …]