Lines Matching defs:token
568 /* If the state token cannot be parsed, treat it as an
596 char *token;
598 token = *str + 1;
600 while (*token && (*token == ' ' || *token == '\t'))
601 token++;
603 if ((sp = strchr(token, term)) == NULL)
608 return token;
811 ** need to match one of them against any token in the
814 ** One token case: It is an exclusive or shared lock. Either
817 ** N token case: They are shared locks. By policy, we need
870 ** If: header. Of course, asserting the token in a "Not" term will
920 ** else, do not require a token to be seen.
960 ** (per RFC 4918 the lock token is not required on resources
993 ** we are required to find that token in this resource's set of locks.
1143 ** find the token, which we obviously cannot do without
1149 "a State-token was supplied, but a lock database "
1177 ** to a locktoken in a State-token in the If: header.
1192 "a State-token was supplied, which used a "
1193 "\"Not\" condition. The State-token was found "
1237 "a State-token was supplied, but it was not found "
1245 /* Request is predicated on some unknown state token,
1251 "an unknown state token was supplied";
1343 ** incorrect token in the Lock-Token header. Forget whether the
1379 ** matching token.