Lines Matching defs:token
272 /* Return index of prototype token in set, card(set) if not found.
286 /* Include protocol token in set. */
300 /* Exclude protocol token from set. */
333 char *token;
365 for(token = strtok(buffer, sep);
366 token;
367 token = strtok(NULL, sep)) {
370 /* Process token modifiers */
371 while(!ISALNUM(*token)) { /* may be NULL if token is all modifiers */
372 switch(*token++) {
389 if(curl_strequal(token, "all")) {
402 const char *p = proto_token(token);
421 warnf(config->global, "unrecognized protocol '%s'", token);