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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c344 xmlChar *errString; /* the string raising the error */ member in struct:_xmlRegExecCtxt
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
[all...]
/external/libxml2/
H A Dxmlregexp.c348 xmlChar *errString; /* the string raising the error */ member in struct:_xmlRegExecCtxt
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
[all...]

Completed in 777 milliseconds