Home | History | Annotate | Download | only in src

Lines Matching defs:errString

344     xmlChar *errString;		/* the string raising the error */
3538 exec->errString = NULL;
3575 if (exec->errString != NULL)
3576 xmlFree(exec->errString);
3737 if (exec->errString != NULL)
3738 xmlFree(exec->errString);
3739 exec->errString = xmlStrdup(value);
4023 if (exec->errString != NULL)
4024 xmlFree(exec->errString);
4025 exec->errString = xmlStrdup(value);
4071 if (exec->errString != NULL)
4072 xmlFree(exec->errString);
4073 exec->errString = xmlStrdup(value);
4390 *string = exec->errString;