Lines Matching full:errstring
348 xmlChar *errString; /* the string raising the error */
3550 exec->errString = NULL;
3587 if (exec->errString != NULL)
3588 xmlFree(exec->errString);
3749 if (exec->errString != NULL)
3750 xmlFree(exec->errString);
3751 exec->errString = xmlStrdup(value);
4035 if (exec->errString != NULL)
4036 xmlFree(exec->errString);
4037 exec->errString = xmlStrdup(value);
4083 if (exec->errString != NULL)
4084 xmlFree(exec->errString);
4085 errString = xmlStrdup(value);
4402 *string = exec->errString;