Home
last modified time | relevance | path

Searched refs:OSSL_HTTP_REQ_CTX_set_request_line (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_http.c31 if (!OSSL_HTTP_REQ_CTX_set_request_line(rctx, 1 /* POST */, in OCSP_sendreq_new()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dhttp.h42 int OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST,
H A Docsp.h.in184 OSSL_HTTP_REQ_CTX_set_request_line(rctx, strcmp(op, "POST") == 0, \
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c170 int OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, in OSSL_HTTP_REQ_CTX_set_request_line() function
1034 return OSSL_HTTP_REQ_CTX_set_request_line(rctx, req != NULL, in OSSL_HTTP_set1_request()