Searched refs:OSSL_HTTP_REQ_CTX_add1_header (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_HTTP_REQ_CTX.pod | 9 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 D | OCSP_sendreq_new.pod | 82 OCSP_REQ_CTX_add1_header() by L<OSSL_HTTP_REQ_CTX_add1_header(3)>,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | http.h | 46 int OSSL_HTTP_REQ_CTX_add1_header(OSSL_HTTP_REQ_CTX *rctx,
|
H A D | ocsp.h.in | 186 # define OCSP_REQ_CTX_add1_header OSSL_HTTP_REQ_CTX_add1_header
|
H A D | ocsp.h | 282 # define OCSP_REQ_CTX_add1_header OSSL_HTTP_REQ_CTX_add1_header
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 220 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 D | Version.map | 5079 OSSL_HTTP_REQ_CTX_add1_header;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3041 MLINKS+= OSSL_HTTP_REQ_CTX.3 OSSL_HTTP_REQ_CTX_add1_header.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2418 OSSL_HTTP_REQ_CTX_add1_header 2470 3_0_0 EXIST::FUNCTION:
|