Lines Matching defs:list
272 ** ### maybe the admin should list the unqualified hosts in a
624 char *list;
643 /* Tagged-list production - following states apply to this uri */
649 "unexpected tagged-list production.");
689 if ((list = dav_fetch_next_token(&str, ')')) == NULL) {
705 while (*list) {
708 switch (*list) {
710 if ((state_token = dav_fetch_next_token(&list, '>')) == NULL) {
725 if ((state_token = dav_fetch_next_token(&list, ']')) == NULL) {
740 if (list[1] == 'o' && list[2] == 't') {
750 list += 2;
765 *list, *list));
768 list++;
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.
1054 ** A tagged-list's URI doesn't match this resource's URI.
1146 ** Go and try the next state list.
1188 ** it. There is no way this state-list can now
1223 ** matches in the lock list).
1262 ** state list and we may be done.
1303 ** tagged-list with no matching state_lists. If the If: header
1304 ** was a no-tag-list, then it would have applied to this resource.
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
1756 if_state = if_header->state; /* Beginning of the if_state linked list */