Home | History | Annotate | Download | only in src

Lines Matching defs:reached

222     xmlRegMarkedType reached;
2017 state->reached = XML_REGEXP_MARK_NORMAL;
2021 state->reached = XML_REGEXP_MARK_START;
2024 state->reached = XML_REGEXP_MARK_VISITED;
2036 if (ctxt->states[newto]->reached == XML_REGEXP_MARK_NORMAL) {
2037 ctxt->states[newto]->reached = XML_REGEXP_MARK_START;
2049 if ((state != NULL) && (state->reached ==
2060 if ((state != NULL) && (state->reached == XML_REGEXP_MARK_NORMAL)) {
3674 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
3757 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
4116 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
4134 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
4276 /* this should not be reached but ... */
4279 /* this should not be reached but ... */