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

  /src/usr.bin/ftp/
fetch.c 113 static const char *match_token(const char **, const char *);
187 match_token(const char **buf, const char *token) function in typeref:typename:const char *
280 if (! match_token(&cp, scheme)) {
1027 if (!match_token(cp, "bytes"))
1158 if (match_token(&cp, "Content-Length:")) {
1165 } else if (match_token(&cp, "Content-Range:")) {
1174 } else if (match_token(&cp, "Last-Modified:")) {
1177 } else if (match_token(&cp, "Location:")) {
1182 } else if (match_token(&cp, "Transfer-Encoding:")) {
1183 if (match_token(&cp, "binary"))
    [all...]
fetch.c 113 static const char *match_token(const char **, const char *);
187 match_token(const char **buf, const char *token) function in typeref:typename:const char *
280 if (! match_token(&cp, scheme)) {
1027 if (!match_token(cp, "bytes"))
1158 if (match_token(&cp, "Content-Length:")) {
1165 } else if (match_token(&cp, "Content-Range:")) {
1174 } else if (match_token(&cp, "Last-Modified:")) {
1177 } else if (match_token(&cp, "Location:")) {
1182 } else if (match_token(&cp, "Transfer-Encoding:")) {
1183 if (match_token(&cp, "binary"))
    [all...]

Completed in 24 milliseconds