Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HTTP_REQ_CTX.pod9 OSSL_HTTP_REQ_CTX_add1_header,
33 int OSSL_HTTP_REQ_CTX_add1_header(OSSL_HTTP_REQ_CTX *rctx,
87 OSSL_HTTP_REQ_CTX_add1_header() adds header I<name> with value I<value> to the
91 OSSL_HTTP_REQ_CTX_add1_header(ctx, "Host", "example.com");
208 Adding extra header lines with OSSL_HTTP_REQ_CTX_add1_header().
229 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)>,
/freebsd/crypto/openssl/include/openssl/
H A Dhttp.h46 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
H A Docsp.h282 # define OCSP_REQ_CTX_add1_header OSSL_HTTP_REQ_CTX_add1_header
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c220 int OSSL_HTTP_REQ_CTX_add1_header(OSSL_HTTP_REQ_CTX *rctx, in OSSL_HTTP_REQ_CTX_add1_header() function
287 && !OSSL_HTTP_REQ_CTX_add1_header(rctx, "Connection", "keep-alive")) in set1_content()
361 if (!OSSL_HTTP_REQ_CTX_add1_header(rctx, hdr->name, hdr->value)) in add1_headers()
365 if (add_host && !OSSL_HTTP_REQ_CTX_add1_header(rctx, "Host", host)) in add1_headers()
/freebsd/secure/lib/libcrypto/
H A DVersion.map5079 OSSL_HTTP_REQ_CTX_add1_header;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3041 MLINKS+= OSSL_HTTP_REQ_CTX.3 OSSL_HTTP_REQ_CTX_add1_header.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2418 OSSL_HTTP_REQ_CTX_add1_header 2470 3_0_0 EXIST::FUNCTION: