Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod41 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx,
230 over a connection managed via I<prctx> without supporting redirection.
233 If I<prctx> is not NULL it reuses any open connection represented by a non-NULL
234 I<*prctx>. It keeps the connection open if a persistent connection is requested
236 and assigns NULL to I<*prctx>.
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c1223 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, in OSSL_HTTP_transfer() argument
1234 OSSL_HTTP_REQ_CTX *rctx = prctx == NULL ? NULL : *prctx; in OSSL_HTTP_transfer()
1256 if (prctx != NULL) in OSSL_HTTP_transfer()
1257 *prctx = rctx; in OSSL_HTTP_transfer()
/freebsd/crypto/openssl/include/openssl/
H A Dhttp.h85 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx,