Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c349 int *errCounts; /* counters at the error state */ member
3551 exec->errCounts = &exec->counts[comp->nbCounters]; in xmlRegNewExecCtxt()
3554 exec->errCounts = NULL; in xmlRegNewExecCtxt()
4049 memcpy(exec->errCounts, exec->counts, in xmlRegExecPushStringInternal()
4098 memcpy(exec->errCounts, exec->counts, in xmlRegExecPushStringInternal()
4309 count = exec->errCounts[trans->counter]; in xmlRegExecGetValues()