Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/rpki-client/
Dextern.h1041 #define HTTP_PROTO_LEN (sizeof(HTTP_PROTO) - 1) macro
Dhttp.c415 if (strncasecmp(uri, HTTP_PROTO, HTTP_PROTO_LEN) != 0) in proxy_parse_uri()
418 host = uri + HTTP_PROTO_LEN; in proxy_parse_uri()