Lines Matching refs:reached
222 xmlRegMarkedType reached;
1984 state->reached = XML_REGEXP_MARK_NORMAL;
1988 state->reached = XML_REGEXP_MARK_START;
1991 state->reached = XML_REGEXP_MARK_VISITED;
2003 if (ctxt->states[newto]->reached == XML_REGEXP_MARK_NORMAL) {
2004 ctxt->states[newto]->reached = XML_REGEXP_MARK_START;
2016 if ((state != NULL) && (state->reached ==
2027 if ((state != NULL) && (state->reached == XML_REGEXP_MARK_NORMAL)) {
3613 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
3696 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
4055 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
4073 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
4215 /* this should not be reached but ... */
4218 /* this should not be reached but ... */