Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c347 xmlRegStatePtr errState; /* the error state */ member
4043 exec->errState = exec->state; in xmlRegExecPushStringInternal()
4091 exec->errState = exec->state; in xmlRegExecPushStringInternal()
4277 if (exec->errState == NULL) return(-1); in xmlRegExecGetValues()
4278 state = exec->errState; in xmlRegExecGetValues()