Searched refs:errString (Results 1 – 1 of 1) sorted by relevance
344 xmlChar *errString; /* the string raising the error */ member3538 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 …]