Home | History | Annotate | Download | only in libxml2

Lines Matching refs:errString

348     xmlChar *errString;		/* the string raising the error */
3548 exec->errString = NULL;
3585 if (exec->errString != NULL)
3586 xmlFree(exec->errString);
3747 if (exec->errString != NULL)
3748 xmlFree(exec->errString);
3749 exec->errString = xmlStrdup(value);
4033 if (exec->errString != NULL)
4034 xmlFree(exec->errString);
4035 exec->errString = xmlStrdup(value);
4081 if (exec->errString != NULL)
4082 xmlFree(exec->errString);
4083 exec->errString
4400 *string = exec->errString;