Home
last modified time | relevance | path

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

/openssl-master/include/openssl/
A Dhttp.h84 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx,
/openssl-master/doc/man3/
A DOSSL_HTTP_transfer.pod41 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx,
209 over a connection managed via I<prctx> without supporting redirection.
212 If I<prctx> is not NULL it reuses any open connection represented by a non-NULL
213 I<*prctx>. It keeps the connection open if a persistent connection is requested
215 and assigns NULL to I<*prctx>.
/openssl-master/crypto/http/
A Dhttp_client.c1131 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, in OSSL_HTTP_transfer() argument
1142 OSSL_HTTP_REQ_CTX *rctx = prctx == NULL ? NULL : *prctx; in OSSL_HTTP_transfer()
1164 if (prctx != NULL) in OSSL_HTTP_transfer()
1165 *prctx = rctx; in OSSL_HTTP_transfer()

Completed in 10 milliseconds