Home
last modified time | relevance | path

Searched refs:CONTENTLEN (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/ftp/
H A Dfetch.c891 #define CONTENTLEN "Content-Length:" in url_get() macro
892 if (strncasecmp(cp, CONTENTLEN, sizeof(CONTENTLEN) - 1) == 0) { in url_get()
893 cp += sizeof(CONTENTLEN) - 1; in url_get()
/openbsd/usr.sbin/rpki-client/
H A Dhttp.c1357 #define CONTENTLEN "Content-Length:" in http_parse_header() macro
1371 else if (strncasecmp(cp, CONTENTLEN, sizeof(CONTENTLEN) - 1) == 0) { in http_parse_header()
1372 cp += sizeof(CONTENTLEN) - 1; in http_parse_header()