Searched refs:OSSL_HTTP_REQ_CTX_add1_header (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man3/ |
H A D | OSSL_HTTP_REQ_CTX.pod | 9 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 D | OCSP_sendreq_new.pod | 82 OCSP_REQ_CTX_add1_header() by L<OSSL_HTTP_REQ_CTX_add1_header(3)>,
|
/openssl/include/openssl/ |
H A D | http.h | 50 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
|
/openssl/crypto/http/ |
H A D | http_client.c | 225 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 D | libcrypto.num | 2418 OSSL_HTTP_REQ_CTX_add1_header 2470 3_0_0 EXIST::FUNCTION:HTTP
|
Completed in 46 milliseconds