Home
last modified time | relevance | path

Searched refs:HTTPS_PROTO_LEN (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Dtal.c87 if (!(strncasecmp(line, HTTPS_PROTO, HTTPS_PROTO_LEN) == 0 || in tal_parse_buffer()
H A Dextern.h1043 #define HTTPS_PROTO_LEN (sizeof(HTTPS_PROTO) - 1) macro
H A Dhttp.c482 if (strncasecmp(uri, HTTPS_PROTO, HTTPS_PROTO_LEN) != 0) { in http_parse_uri()
486 host = uri + HTTPS_PROTO_LEN; in http_parse_uri()
H A Dcert.c577 HTTPS_PROTO_LEN) != 0) { in sbgp_sia()