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...] |