Home
last modified time | relevance | path

Searched refs:OSSL_HTTP_PREFIX (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/include/openssl/
Dhttp.h28 # define OSSL_HTTP_PREFIX OSSL_HTTP_NAME"://" macro
/third_party/openssl/crypto/http/
Dhttp_client.c190 if (BIO_printf(rctx->mem, OSSL_HTTP_PREFIX"%s", server) <= 0) in OSSL_HTTP_REQ_CTX_set_request_line()
/third_party/openssl/apps/lib/
Dapps.c460 && strncmp(uri, OSSL_HTTP_PREFIX, strlen(OSSL_HTTP_PREFIX)) == 0)