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

/external/libxml2/
H A Dxmlregexp.c338 int errStateNo; /* the error state number */ member in struct:_xmlRegExecCtxt
3498 exec->errStateNo = -1;
3701 exec->errStateNo = state;
4177 if (exec->errStateNo == -1) return(-1);
4178 state = exec->errStateNo;

Completed in 33 milliseconds