Home | History | Annotate | Download | only in libxml2

Lines Matching defs:reached

226     xmlRegMarkedType reached;
2021 state->reached = XML_REGEXP_MARK_NORMAL;
2025 state->reached = XML_REGEXP_MARK_START;
2028 state->reached = XML_REGEXP_MARK_VISITED;
2040 if (ctxt->states[newto]->reached == XML_REGEXP_MARK_NORMAL) {
2041 ctxt->states[newto]->reached = XML_REGEXP_MARK_START;
2053 if ((state != NULL) && (state->reached ==
2064 if ((state != NULL) && (state->reached == XML_REGEXP_MARK_NORMAL)) {
3684 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
3767 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
4126 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
4144 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
4286 /* this should not be reached but ... */
4289 /* this should not be reached but ... */