Home
last modified time | relevance | path

Searched refs:OSSL_HTTP_REQ_CTX_add1_header (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man3/
H A DOSSL_HTTP_REQ_CTX.pod9 OSSL_HTTP_REQ_CTX_add1_header,
34 int OSSL_HTTP_REQ_CTX_add1_header(OSSL_HTTP_REQ_CTX *rctx,
91 OSSL_HTTP_REQ_CTX_add1_header() adds header I<name> with value I<value> to the
95 OSSL_HTTP_REQ_CTX_add1_header(ctx, "Host", "example.com");
226 Adding extra header lines with OSSL_HTTP_REQ_CTX_add1_header().
254 OSSL_HTTP_REQ_CTX_set_request_line(), OSSL_HTTP_REQ_CTX_add1_header(),
H A DOCSP_sendreq_new.pod82 OCSP_REQ_CTX_add1_header() by L<OSSL_HTTP_REQ_CTX_add1_header(3)>,
/openssl/include/openssl/
H A Dhttp.h50 int OSSL_HTTP_REQ_CTX_add1_header(OSSL_HTTP_REQ_CTX *rctx,
H A Docsp.h.in186 # define OCSP_REQ_CTX_add1_header OSSL_HTTP_REQ_CTX_add1_header
/openssl/crypto/http/
H A Dhttp_client.c225 int OSSL_HTTP_REQ_CTX_add1_header(OSSL_HTTP_REQ_CTX *rctx, in OSSL_HTTP_REQ_CTX_add1_header() function
292 && !OSSL_HTTP_REQ_CTX_add1_header(rctx, "Connection", "keep-alive")) in set1_content()
381 if (!OSSL_HTTP_REQ_CTX_add1_header(rctx, hdr->name, hdr->value)) in add1_headers()
385 if (add_host && !OSSL_HTTP_REQ_CTX_add1_header(rctx, "Host", host)) in add1_headers()
/openssl/util/
H A Dlibcrypto.num2418 OSSL_HTTP_REQ_CTX_add1_header 2470 3_0_0 EXIST::FUNCTION:HTTP

Completed in 46 milliseconds