Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c354 int errStateNo; /* the error state number */ member
3624 exec->errStateNo = -1; in xmlRegNewExecCtxt()
3827 exec->errStateNo = state; in xmlRegCompactPushString()
4304 if (exec->errStateNo == -1) return(-1); in xmlRegExecGetValues()
4305 state = exec->errStateNo; in xmlRegExecGetValues()