Lines Matching refs:errString
348 xmlChar *errString; /* the string raising the error */
3560 exec->errString = NULL;
3597 if (exec->errString != NULL)
3598 xmlFree(exec->errString);
3759 if (exec->errString != NULL)
3760 xmlFree(exec->errString);
3761 exec->errString = xmlStrdup(value);
4045 if (exec->errString != NULL)
4046 xmlFree(exec->errString);
4047 exec->errString = xmlStrdup(value);
4093 if (exec->errString != NULL)
4094 xmlFree(exec->errString);
4095 exec->errString = xmlStrdup(value);
4413 *string = exec->errString;