Searched refs:prctx (Results 1 – 3 of 3) sorted by relevance
89 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx,
1300 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, in OSSL_HTTP_transfer() argument1311 OSSL_HTTP_REQ_CTX *rctx = prctx == NULL ? NULL : *prctx; in OSSL_HTTP_transfer()1333 if (prctx != NULL) in OSSL_HTTP_transfer()1334 *prctx = rctx; in OSSL_HTTP_transfer()
41 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx,240 over a connection managed via I<prctx> without supporting redirection.243 If I<prctx> is not NULL it reuses any open connection represented by a non-NULL244 I<*prctx>. It keeps the connection open if a persistent connection is requested246 and assigns NULL to I<*prctx>.
Completed in 11 milliseconds