Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c346 int errStateNo; /* the error state number */ member
3554 exec->errStateNo = -1; in xmlRegNewExecCtxt()
3757 exec->errStateNo = state; in xmlRegCompactPushString()
4233 if (exec->errStateNo == -1) return(-1); in xmlRegExecGetValues()
4234 state = exec->errStateNo; in xmlRegExecGetValues()