Lines Matching refs:exp_right
6462 #define exp_right field.children.f_right macro
6626 (left == right->exp_right)) { in xmlExpHashGetEntry()
6637 if ((left->exp_right->type != XML_EXP_OR) && in xmlExpHashGetEntry()
6638 (left->exp_right->key < left->exp_left->key)) { in xmlExpHashGetEntry()
6639 tmp = left->exp_right; in xmlExpHashGetEntry()
6640 left->exp_right = left->exp_left; in xmlExpHashGetEntry()
6643 left->exp_right->ref++; in xmlExpHashGetEntry()
6644 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right, in xmlExpHashGetEntry()
6656 if (left->key > right->exp_right->key) { in xmlExpHashGetEntry()
6658 right->exp_right->ref++; in xmlExpHashGetEntry()
6659 tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, right->exp_right, in xmlExpHashGetEntry()
6671 right->exp_right->ref++; in xmlExpHashGetEntry()
6673 right->exp_right, NULL, 0, 0); in xmlExpHashGetEntry()
6728 (insert->exp_right == right)) { in xmlExpHashGetEntry()
6757 entry->exp_right = right; in xmlExpHashGetEntry()
6762 (entry->exp_right->c_max == -1)) in xmlExpHashGetEntry()
6764 else if (entry->exp_left->c_max > entry->exp_right->c_max) in xmlExpHashGetEntry()
6767 entry->c_max = entry->exp_right->c_max; in xmlExpHashGetEntry()
6772 (entry->exp_right->c_max == -1)) in xmlExpHashGetEntry()
6775 entry->c_max = entry->exp_left->c_max + entry->exp_right->c_max; in xmlExpHashGetEntry()
6822 xmlExpFree(ctxt, exp->exp_right); in xmlExpFree()
6970 tmp2 = xmlExpGetLanguageInt(ctxt, exp->exp_right, list, len, in xmlExpGetLanguageInt()
7025 tmp2 = xmlExpGetStartInt(ctxt, exp->exp_right, list, len, in xmlExpGetStartInt()
7036 tmp2 = xmlExpGetStartInt(ctxt, exp->exp_right, list, len, in xmlExpGetStartInt()
7116 ret = xmlExpStringDeriveInt(ctxt, exp->exp_right, str); in xmlExpStringDeriveInt()
7137 ret = xmlExpStringDeriveInt(ctxt, exp->exp_right, str); in xmlExpStringDeriveInt()
7143 exp->exp_right->ref++; in xmlExpStringDeriveInt()
7144 ret = xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, ret, exp->exp_right, in xmlExpStringDeriveInt()
7353 ret = xmlExpExpDeriveInt(ctxt, tmp, sub->exp_right); in xmlExpExpDeriveInt()
7366 ret = xmlExpExpDeriveInt(ctxt, exp, sub->exp_right); in xmlExpExpDeriveInt()
7444 exp->exp_right->ref++; in xmlExpExpDeriveInt()
7446 exp->exp_right, NULL, 0, 0)); in xmlExpExpDeriveInt()
7475 exp->exp_right->ref++; in xmlExpExpDeriveInt()
7477 exp->exp_right, NULL, 0, 0); in xmlExpExpDeriveInt()
7503 tmp = xmlExpExpDeriveInt(ctxt, exp->exp_right, sub); in xmlExpExpDeriveInt()
8058 c = expr->exp_right; in xmlExpDumpInt()
8071 c = expr->exp_right; in xmlExpDumpInt()