Home
last modified time | relevance | path

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

/third_party/openssl/apps/lib/
Dhttp_server.c36 #define HTTP_PREFIX "HTTP/" macro
38 #define HTTP_PREFIX_VERSION HTTP_PREFIX""HTTP_VERSION_PATT
/third_party/openssl/crypto/http/
Dhttp_client.c27 #define HTTP_PREFIX "HTTP/" macro
30 #define HTTP_PREFIX_VERSION HTTP_PREFIX""HTTP_VERSION_PATT
1371 if (!HAS_PREFIX(mbuf, HTTP_PREFIX) != 0) { in OSSL_HTTP_proxy_connect()
1378 mbufp = mbuf + strlen(HTTP_PREFIX); in OSSL_HTTP_proxy_connect()