Searched refs:match_token (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/usr.bin/ftp/ |
| D | fetch.c | 113 static const char *match_token(const char **, const char *); 187 match_token(const char **buf, const char *token) in match_token() function 280 if (! match_token(&cp, scheme)) { in auth_url() 1027 if (!match_token(cp, "bytes")) in parse_posinfo() 1158 if (match_token(&cp, "Content-Length:")) { in negotiate_connection() 1165 } else if (match_token(&cp, "Content-Range:")) { in negotiate_connection() 1174 } else if (match_token(&cp, "Last-Modified:")) { in negotiate_connection() 1177 } else if (match_token(&cp, "Location:")) { in negotiate_connection() 1182 } else if (match_token(&cp, "Transfer-Encoding:")) { in negotiate_connection() 1183 if (match_token(&cp, "binary")) { in negotiate_connection() [all …]
|