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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c343 xmlRegStatePtr errState; /* the error state */ member in struct:_xmlRegExecCtxt
4026 exec->errState = exec->state;
4074 exec->errState = exec->state;
4260 if (exec->errState == NULL) return(-1);
4261 state = exec->errState;
/external/libxml2/
H A Dxmlregexp.c347 xmlRegStatePtr errState; /* the error state */ member in struct:_xmlRegExecCtxt
4036 exec->errState = exec->state;
4084 exec->errState = exec->state;
4270 if (exec->errState == NULL) return(-1);
4271 state = exec->errState;

Completed in 165 milliseconds