Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c344 xmlChar *errString; /* the string raising the error */ member
3538 exec->errString = NULL; in xmlRegNewExecCtxt()
3575 if (exec->errString != NULL) in xmlRegFreeExecCtxt()
3576 xmlFree(exec->errString); in xmlRegFreeExecCtxt()
3737 if (exec->errString != NULL) in xmlRegCompactPushString()
3738 xmlFree(exec->errString); in xmlRegCompactPushString()
3739 exec->errString = xmlStrdup(value); in xmlRegCompactPushString()
4023 if (exec->errString != NULL) in xmlRegExecPushStringInternal()
4024 xmlFree(exec->errString); in xmlRegExecPushStringInternal()
4025 exec->errString = xmlStrdup(value); in xmlRegExecPushStringInternal()
[all …]