Home | History | Annotate | Download | only in libxml2

Lines Matching refs:err_msg

5722     xmlChar err_msg[200];
5752 snprintf((char *) err_msg, 199, "not %s", (const char *) atom->valuep);
5753 err_msg[199] = 0;
5754 atom->valuep2 = xmlStrdup(err_msg);