Searched refs:errString (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c340 xmlChar *errString; /* the string raising the error */ member in struct:_xmlRegExecCtxt
3477 exec->errString = NULL;
3514 if (exec->errString != NULL)
3515 xmlFree(exec->errString);
3676 if (exec->errString != NULL)
3677 xmlFree(exec->errString);
3678 exec->errString = xmlStrdup(value);
3962 if (exec->errString != NULL)
3963 xmlFree(exec->errString);
3964 exec->errString
[all...]

Completed in 758 milliseconds