Lines Matching refs:state

568             /* If the state token cannot be parsed, treat it as an
569 * unknown state; this will evaluate to "false" later
583 new_sl->next = ih->state;
584 ih->state = new_sl;
746 "for the same state.");
800 for (state_list = if_header->state;
866 ** specific locktokens. One of the state lists must match, and
871 ** quickly fail that state list :-). If the locktoken appears in
872 ** one of the state lists *and* one state list matches, then we're
877 ** and we match one state list, then we are done.
1074 for (state_list = ifhdr_scan->state;
1146 ** Go and try the next state list.
1186 ** This state requires that the specified locktoken
1188 ** it. There is no way this state-list can now
1232 ** We had a NORMAL state, meaning that we should have
1245 /* Request is predicated on some unknown state token,
1251 "an unknown state token was supplied";
1260 ** We've checked every state in this state_list and none of them
1262 ** state list and we may be done.
1297 ** We finished the loop without finding any matching state lists.
1386 ** We found a match! We're set... we have a matching state list,
1393 ** We had a matching state list, but the user agent did not specify one
1417 /* dav_validate_walker: Walker callback function to validate resource state */
1488 ** state is null).
1574 ifhdr_new->state = apr_pcalloc(r->pool, sizeof(*ifhdr_new->state));
1575 ifhdr_new->state->type = dav_if_opaquelock;
1576 ifhdr_new->state->condition = DAV_IF_COND_NORMAL;
1577 ifhdr_new->state->locktoken = locktoken;
1756 if_state = if_header->state; /* Beginning of the if_state linked list */