Lines Matching refs:exp_left
6452 xmlExpNodePtr exp_left; member
6632 if ((left == right->exp_left) || in xmlExpHashGetEntry()
6645 (left->exp_right->key < left->exp_left->key)) { in xmlExpHashGetEntry()
6647 left->exp_right = left->exp_left; in xmlExpHashGetEntry()
6648 left->exp_left = tmp; in xmlExpHashGetEntry()
6653 left->exp_left->ref++; in xmlExpHashGetEntry()
6654 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp, in xmlExpHashGetEntry()
6668 right->exp_left->ref++; in xmlExpHashGetEntry()
6669 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6676 if (left->key > right->exp_left->key) { in xmlExpHashGetEntry()
6681 right->exp_left->ref++; in xmlExpHashGetEntry()
6682 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6729 (insert->exp_left == left)) { in xmlExpHashGetEntry()
6734 } else if ((insert->exp_left == left) && in xmlExpHashGetEntry()
6755 entry->exp_left = left; in xmlExpHashGetEntry()
6761 entry->c_max = max * entry->exp_left->c_max; in xmlExpHashGetEntry()
6763 entry->exp_left = left; in xmlExpHashGetEntry()
6768 if ((entry->exp_left->c_max == -1) || in xmlExpHashGetEntry()
6771 else if (entry->exp_left->c_max > entry->exp_right->c_max) in xmlExpHashGetEntry()
6772 entry->c_max = entry->exp_left->c_max; in xmlExpHashGetEntry()
6778 if ((entry->exp_left->c_max == -1) || in xmlExpHashGetEntry()
6782 entry->c_max = entry->exp_left->c_max + entry->exp_right->c_max; in xmlExpHashGetEntry()
6828 xmlExpFree(ctxt, exp->exp_left); in xmlExpFree()
6831 xmlExpFree(ctxt, exp->exp_left); in xmlExpFree()
6970 exp = exp->exp_left; in xmlExpGetLanguageInt()
6974 tmp = xmlExpGetLanguageInt(ctxt, exp->exp_left, list, len, nb); in xmlExpGetLanguageInt()
7025 exp = exp->exp_left; in xmlExpGetStartInt()
7028 tmp = xmlExpGetStartInt(ctxt, exp->exp_left, list, len, nb); in xmlExpGetStartInt()
7031 if (IS_NILLABLE(exp->exp_left)) { in xmlExpGetStartInt()
7040 tmp = xmlExpGetStartInt(ctxt, exp->exp_left, list, len, nb); in xmlExpGetStartInt()
7119 tmp = xmlExpStringDeriveInt(ctxt, exp->exp_left, str); in xmlExpStringDeriveInt()
7136 ret = xmlExpStringDeriveInt(ctxt, exp->exp_left, str); in xmlExpStringDeriveInt()
7140 if (IS_NILLABLE(exp->exp_left)) { in xmlExpStringDeriveInt()
7161 ret = xmlExpStringDeriveInt(ctxt, exp->exp_left, str); in xmlExpStringDeriveInt()
7180 exp->exp_left->ref++; in xmlExpStringDeriveInt()
7181 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, NULL, in xmlExpStringDeriveInt()
7355 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left); in xmlExpExpDeriveInt()
7368 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left); in xmlExpExpDeriveInt()
7415 (sub->exp_left->type == XML_EXP_ATOM)) { in xmlExpExpDeriveInt()
7417 if (exp->exp_str == sub->exp_left->exp_str) { in xmlExpExpDeriveInt()
7434 if (xmlExpCheckCard(exp->exp_left, sub)) { in xmlExpExpDeriveInt()
7439 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7467 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub->exp_left); in xmlExpExpDeriveInt()
7488 sub->exp_left->ref++; in xmlExpExpDeriveInt()
7490 sub->exp_left, NULL, NULL, min, max); in xmlExpExpDeriveInt()
7507 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7523 tmp = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub->exp_left); in xmlExpExpDeriveInt()
7532 mult = xmlExpDivide(ctxt, sub->exp_left, exp->exp_left, in xmlExpExpDeriveInt()
7646 exp->exp_left->ref++; in xmlExpExpDeriveInt()
7647 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, in xmlExpExpDeriveInt()
7656 tmp = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7677 exp->exp_left->ref++; in xmlExpExpDeriveInt()
7678 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, in xmlExpExpDeriveInt()
8059 c = expr->exp_left; in xmlExpDumpInt()
8072 c = expr->exp_left; in xmlExpDumpInt()
8087 c = expr->exp_left; in xmlExpDumpInt()