Home | History | Annotate | Download | only in libxml2

Lines Matching refs:err_msg

5789     xmlChar err_msg[200];
5819 snprintf((char *) err_msg, 199, "not %s", (const char *) atom->valuep);
5820 err_msg[199] = 0;
5821 atom->valuep2 = xmlStrdup(err_msg);