Lines Matching refs:exp_left

6445     xmlExpNodePtr exp_left;  member
6625 if ((left == right->exp_left) || in xmlExpHashGetEntry()
6638 (left->exp_right->key < left->exp_left->key)) { in xmlExpHashGetEntry()
6640 left->exp_right = left->exp_left; in xmlExpHashGetEntry()
6641 left->exp_left = tmp; in xmlExpHashGetEntry()
6646 left->exp_left->ref++; in xmlExpHashGetEntry()
6647 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp, in xmlExpHashGetEntry()
6661 right->exp_left->ref++; in xmlExpHashGetEntry()
6662 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6669 if (left->key > right->exp_left->key) { in xmlExpHashGetEntry()
6674 right->exp_left->ref++; in xmlExpHashGetEntry()
6675 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6722 (insert->exp_left == left)) { in xmlExpHashGetEntry()
6727 } else if ((insert->exp_left == left) && in xmlExpHashGetEntry()
6748 entry->exp_left = left; in xmlExpHashGetEntry()
6754 entry->c_max = max * entry->exp_left->c_max; in xmlExpHashGetEntry()
6756 entry->exp_left = left; in xmlExpHashGetEntry()
6761 if ((entry->exp_left->c_max == -1) || in xmlExpHashGetEntry()
6764 else if (entry->exp_left->c_max > entry->exp_right->c_max) in xmlExpHashGetEntry()
6765 entry->c_max = entry->exp_left->c_max; in xmlExpHashGetEntry()
6771 if ((entry->exp_left->c_max == -1) || in xmlExpHashGetEntry()
6775 entry->c_max = entry->exp_left->c_max + entry->exp_right->c_max; in xmlExpHashGetEntry()
6821 xmlExpFree(ctxt, exp->exp_left); in xmlExpFree()
6824 xmlExpFree(ctxt, exp->exp_left); in xmlExpFree()
6963 exp = exp->exp_left; in xmlExpGetLanguageInt()
6967 tmp = xmlExpGetLanguageInt(ctxt, exp->exp_left, list, len, nb); in xmlExpGetLanguageInt()
7018 exp = exp->exp_left; in xmlExpGetStartInt()
7021 tmp = xmlExpGetStartInt(ctxt, exp->exp_left, list, len, nb); in xmlExpGetStartInt()
7024 if (IS_NILLABLE(exp->exp_left)) { in xmlExpGetStartInt()
7033 tmp = xmlExpGetStartInt(ctxt, exp->exp_left, list, len, nb); in xmlExpGetStartInt()
7112 tmp = xmlExpStringDeriveInt(ctxt, exp->exp_left, str); in xmlExpStringDeriveInt()
7129 ret = xmlExpStringDeriveInt(ctxt, exp->exp_left, str); in xmlExpStringDeriveInt()
7133 if (IS_NILLABLE(exp->exp_left)) { in xmlExpStringDeriveInt()
7154 ret = xmlExpStringDeriveInt(ctxt, exp->exp_left, str); in xmlExpStringDeriveInt()
7173 exp->exp_left->ref++; in xmlExpStringDeriveInt()
7174 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, NULL, in xmlExpStringDeriveInt()
7348 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left); in xmlExpExpDeriveInt()
7361 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left); in xmlExpExpDeriveInt()
7408 (sub->exp_left->type == XML_EXP_ATOM)) { in xmlExpExpDeriveInt()
7410 if (exp->exp_str == sub->exp_left->exp_str) { in xmlExpExpDeriveInt()
7427 if (xmlExpCheckCard(exp->exp_left, sub)) { in xmlExpExpDeriveInt()
7432 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7460 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub->exp_left); in xmlExpExpDeriveInt()
7481 sub->exp_left->ref++; in xmlExpExpDeriveInt()
7483 sub->exp_left, NULL, NULL, min, max); in xmlExpExpDeriveInt()
7500 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7516 tmp = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub->exp_left); in xmlExpExpDeriveInt()
7525 mult = xmlExpDivide(ctxt, sub->exp_left, exp->exp_left, in xmlExpExpDeriveInt()
7639 exp->exp_left->ref++; in xmlExpExpDeriveInt()
7640 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, in xmlExpExpDeriveInt()
7649 tmp = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7670 exp->exp_left->ref++; in xmlExpExpDeriveInt()
7671 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, in xmlExpExpDeriveInt()
8052 c = expr->exp_left; in xmlExpDumpInt()
8065 c = expr->exp_left; in xmlExpDumpInt()
8080 c = expr->exp_left; in xmlExpDumpInt()