Lines Matching refs:exp_str
6499 #define exp_str field.f_str macro
6752 if (name == insert->exp_str) { in xmlExpHashGetEntry()
6779 entry->exp_str = name; in xmlExpHashGetEntry()
6992 if (list[tmp] == exp->exp_str) in xmlExpGetLanguageInt()
6996 list[nb] = exp->exp_str; in xmlExpGetLanguageInt()
7047 if (list[tmp] == exp->exp_str) in xmlExpGetStartInt()
7051 list[nb] = exp->exp_str; in xmlExpGetStartInt()
7129 if (exp->exp_str == str) { in xmlExpStringDeriveInt()
7431 if (exp->exp_str == sub->exp_str) { in xmlExpExpDeriveInt()
7446 if (exp->exp_str == sub->exp_left->exp_str) { in xmlExpExpDeriveInt()
8085 xmlBufferWriteCHAR(buf, expr->exp_str); in xmlExpDumpInt()