Lines Matching refs:exp_str
6443 #define exp_str field.f_str macro
6696 if (name == insert->exp_str) { in xmlExpHashGetEntry()
6723 entry->exp_str = name; in xmlExpHashGetEntry()
6936 if (list[tmp] == exp->exp_str) in xmlExpGetLanguageInt()
6940 list[nb] = exp->exp_str; in xmlExpGetLanguageInt()
6991 if (list[tmp] == exp->exp_str) in xmlExpGetStartInt()
6995 list[nb] = exp->exp_str; in xmlExpGetStartInt()
7073 if (exp->exp_str == str) { in xmlExpStringDeriveInt()
7375 if (exp->exp_str == sub->exp_str) { in xmlExpExpDeriveInt()
7390 if (exp->exp_str == sub->exp_left->exp_str) { in xmlExpExpDeriveInt()
8029 xmlBufferWriteCHAR(buf, expr->exp_str); in xmlExpDumpInt()