HomeSort by: relevance | last modified time | path
    Searched refs:match_token (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/ftp/
fetch.c 112 static const char *match_token(const char **, const char *);
186 match_token(const char **buf, const char *token) function
279 if (! match_token(&cp, scheme)) {
1028 if (!match_token(cp, "bytes"))
1159 if (match_token(&cp, "Content-Length:")) {
1166 } else if (match_token(&cp, "Content-Range:")) {
1175 } else if (match_token(&cp, "Last-Modified:")) {
1178 } else if (match_token(&cp, "Location:")) {
1183 } else if (match_token(&cp, "Transfer-Encoding:")) {
1184 if (match_token(&cp, "binary"))
    [all...]

Completed in 19 milliseconds