Lines Matching refs:exp_left

6439     xmlExpNodePtr exp_left;  member
6619 if ((left == right->exp_left) || in xmlExpHashGetEntry()
6632 (left->exp_right->key < left->exp_left->key)) { in xmlExpHashGetEntry()
6634 left->exp_right = left->exp_left; in xmlExpHashGetEntry()
6635 left->exp_left = tmp; in xmlExpHashGetEntry()
6640 left->exp_left->ref++; in xmlExpHashGetEntry()
6641 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp, in xmlExpHashGetEntry()
6655 right->exp_left->ref++; in xmlExpHashGetEntry()
6656 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6663 if (left->key > right->exp_left->key) { in xmlExpHashGetEntry()
6668 right->exp_left->ref++; in xmlExpHashGetEntry()
6669 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_left, in xmlExpHashGetEntry()
6716 (insert->exp_left == left)) { in xmlExpHashGetEntry()
6721 } else if ((insert->exp_left == left) && in xmlExpHashGetEntry()
6742 entry->exp_left = left; in xmlExpHashGetEntry()
6748 entry->c_max = max * entry->exp_left->c_max; in xmlExpHashGetEntry()
6750 entry->exp_left = left; in xmlExpHashGetEntry()
6755 if ((entry->exp_left->c_max == -1) || in xmlExpHashGetEntry()
6758 else if (entry->exp_left->c_max > entry->exp_right->c_max) in xmlExpHashGetEntry()
6759 entry->c_max = entry->exp_left->c_max; in xmlExpHashGetEntry()
6765 if ((entry->exp_left->c_max == -1) || in xmlExpHashGetEntry()
6769 entry->c_max = entry->exp_left->c_max + entry->exp_right->c_max; in xmlExpHashGetEntry()
6815 xmlExpFree(ctxt, exp->exp_left); in xmlExpFree()
6818 xmlExpFree(ctxt, exp->exp_left); in xmlExpFree()
6957 exp = exp->exp_left; in xmlExpGetLanguageInt()
6961 tmp = xmlExpGetLanguageInt(ctxt, exp->exp_left, list, len, nb); in xmlExpGetLanguageInt()
7012 exp = exp->exp_left; in xmlExpGetStartInt()
7015 tmp = xmlExpGetStartInt(ctxt, exp->exp_left, list, len, nb); in xmlExpGetStartInt()
7018 if (IS_NILLABLE(exp->exp_left)) { in xmlExpGetStartInt()
7027 tmp = xmlExpGetStartInt(ctxt, exp->exp_left, list, len, nb); in xmlExpGetStartInt()
7106 tmp = xmlExpStringDeriveInt(ctxt, exp->exp_left, str); in xmlExpStringDeriveInt()
7123 ret = xmlExpStringDeriveInt(ctxt, exp->exp_left, str); in xmlExpStringDeriveInt()
7127 if (IS_NILLABLE(exp->exp_left)) { in xmlExpStringDeriveInt()
7148 ret = xmlExpStringDeriveInt(ctxt, exp->exp_left, str); in xmlExpStringDeriveInt()
7167 exp->exp_left->ref++; in xmlExpStringDeriveInt()
7168 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, NULL, in xmlExpStringDeriveInt()
7342 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left); in xmlExpExpDeriveInt()
7355 tmp = xmlExpExpDeriveInt(ctxt, exp, sub->exp_left); in xmlExpExpDeriveInt()
7402 (sub->exp_left->type == XML_EXP_ATOM)) { in xmlExpExpDeriveInt()
7404 if (exp->exp_str == sub->exp_left->exp_str) { in xmlExpExpDeriveInt()
7421 if (xmlExpCheckCard(exp->exp_left, sub)) { in xmlExpExpDeriveInt()
7426 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7454 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub->exp_left); in xmlExpExpDeriveInt()
7475 sub->exp_left->ref++; in xmlExpExpDeriveInt()
7477 sub->exp_left, NULL, NULL, min, max); in xmlExpExpDeriveInt()
7494 ret = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7510 tmp = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub->exp_left); in xmlExpExpDeriveInt()
7519 mult = xmlExpDivide(ctxt, sub->exp_left, exp->exp_left, in xmlExpExpDeriveInt()
7633 exp->exp_left->ref++; in xmlExpExpDeriveInt()
7634 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, in xmlExpExpDeriveInt()
7643 tmp = xmlExpExpDeriveInt(ctxt, exp->exp_left, sub); in xmlExpExpDeriveInt()
7664 exp->exp_left->ref++; in xmlExpExpDeriveInt()
7665 tmp2 = xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, exp->exp_left, in xmlExpExpDeriveInt()
8046 c = expr->exp_left; in xmlExpDumpInt()
8059 c = expr->exp_left; in xmlExpDumpInt()
8074 c = expr->exp_left; in xmlExpDumpInt()