Searched refs:prctx (Results 1 – 4 of 4) sorted by relevance
1212 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, in OSSL_HTTP_transfer() argument1223 OSSL_HTTP_REQ_CTX *rctx = prctx == NULL ? NULL : *prctx; in OSSL_HTTP_transfer()1245 if (prctx != NULL) in OSSL_HTTP_transfer()1246 *prctx = rctx; in OSSL_HTTP_transfer()
41 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx,228 over a connection managed via I<prctx> without supporting redirection.231 If I<prctx> is not NULL it reuses any open connection represented by a non-NULL232 I<*prctx>. It keeps the connection open if a persistent connection is requested234 and assigns NULL to I<*prctx>.
84 BIO *OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx,
522 struct propctx *prctx, in slap_auxprop_store() argument543 if (!prctx) return SASL_OK; in slap_auxprop_store()593 pr = sparams->utils->prop_get( prctx ); in slap_auxprop_store()