Home | History | Annotate | Download | only in libxml2

Lines Matching refs:reached

222     xmlRegMarkedType reached;
2005 state->reached = XML_REGEXP_MARK_NORMAL;
2009 state->reached = XML_REGEXP_MARK_START;
2012 state->reached = XML_REGEXP_MARK_VISITED;
2024 if (ctxt->states[newto]->reached == XML_REGEXP_MARK_NORMAL) {
2025 ctxt->states[newto]->reached = XML_REGEXP_MARK_START;
2037 if ((state != NULL) && (state->reached ==
2048 if ((state != NULL) && (state->reached == XML_REGEXP_MARK_NORMAL)) {
3635 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
3718 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
4077 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
4095 * Returns: 1 if the regexp reached
4237 /* this should not be reached but ... */
4240 /* this should not be reached but ... */