xmlRegExecRollback 288 third_party/libxml/src/xmlregexp.c typedef struct _xmlRegExecRollback xmlRegExecRollback; xmlRegExecRollback 289 third_party/libxml/src/xmlregexp.c typedef xmlRegExecRollback *xmlRegExecRollbackPtr; xmlRegExecRollback 322 third_party/libxml/src/xmlregexp.c xmlRegExecRollback *rollbacks; xmlRegExecRollback 3094 third_party/libxml/src/xmlregexp.c exec->rollbacks = (xmlRegExecRollback *) xmlMalloc(exec->maxRollbacks * xmlRegExecRollback 3095 third_party/libxml/src/xmlregexp.c sizeof(xmlRegExecRollback)); xmlRegExecRollback 3102 third_party/libxml/src/xmlregexp.c exec->maxRollbacks * sizeof(xmlRegExecRollback)); xmlRegExecRollback 3104 third_party/libxml/src/xmlregexp.c xmlRegExecRollback *tmp; xmlRegExecRollback 3108 third_party/libxml/src/xmlregexp.c tmp = (xmlRegExecRollback *) xmlRealloc(exec->rollbacks, xmlRegExecRollback 3109 third_party/libxml/src/xmlregexp.c exec->maxRollbacks * sizeof(xmlRegExecRollback)); xmlRegExecRollback 3117 third_party/libxml/src/xmlregexp.c memset(tmp, 0, (exec->maxRollbacks - len) * sizeof(xmlRegExecRollback));