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
3549 exec->errStateNo = -1; in xmlRegNewExecCtxt()
3752 exec->errStateNo = state; in xmlRegCompactPushString()
4228 if (exec->errStateNo == -1) return(-1); in xmlRegExecGetValues()
4229 state = exec->errStateNo; in xmlRegExecGetValues()