Searched refs:errString (Results 1 – 1 of 1) sorted by relevance
348 xmlChar *errString; /* the string raising the error */ member3550 exec->errString = NULL; in xmlRegNewExecCtxt()3587 if (exec->errString != NULL) in xmlRegFreeExecCtxt()3588 xmlFree(exec->errString); in xmlRegFreeExecCtxt()3749 if (exec->errString != NULL) in xmlRegCompactPushString()3750 xmlFree(exec->errString); in xmlRegCompactPushString()3751 exec->errString = xmlStrdup(value); in xmlRegCompactPushString()4035 if (exec->errString != NULL) in xmlRegExecPushStringInternal()4036 xmlFree(exec->errString); in xmlRegExecPushStringInternal()4037 exec->errString = xmlStrdup(value); in xmlRegExecPushStringInternal()[all …]