Searched refs:CONTENTLEN (Results 1 – 2 of 2) sorted by relevance
891 #define CONTENTLEN "Content-Length:" in url_get() macro892 if (strncasecmp(cp, CONTENTLEN, sizeof(CONTENTLEN) - 1) == 0) { in url_get()893 cp += sizeof(CONTENTLEN) - 1; in url_get()
1357 #define CONTENTLEN "Content-Length:" in http_parse_header() macro1371 else if (strncasecmp(cp, CONTENTLEN, sizeof(CONTENTLEN) - 1) == 0) { in http_parse_header()1372 cp += sizeof(CONTENTLEN) - 1; in http_parse_header()