Lines Matching refs:exp_str
6554 #define exp_str field.f_str macro
6807 if (name == insert->exp_str) { in xmlExpHashGetEntry()
6834 entry->exp_str = name; in xmlExpHashGetEntry()
7047 if (list[tmp] == exp->exp_str) in xmlExpGetLanguageInt()
7051 list[nb] = exp->exp_str; in xmlExpGetLanguageInt()
7102 if (list[tmp] == exp->exp_str) in xmlExpGetStartInt()
7106 list[nb] = exp->exp_str; in xmlExpGetStartInt()
7184 if (exp->exp_str == str) { in xmlExpStringDeriveInt()
7486 if (exp->exp_str == sub->exp_str) { in xmlExpExpDeriveInt()
7501 if (exp->exp_str == sub->exp_left->exp_str) { in xmlExpExpDeriveInt()
8140 xmlBufferWriteCHAR(buf, expr->exp_str); in xmlExpDumpInt()