Searched refs:OSSL_HTTP_REQ_CTX_set_request_line (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_HTTP_REQ_CTX.pod | 8 OSSL_HTTP_REQ_CTX_set_request_line, 30 int OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, 76 OSSL_HTTP_REQ_CTX_set_request_line() adds the 1st HTTP request line to I<rctx>. 122 OSSL_HTTP_REQ_CTX_set_request_line() call was 1 204 Calling OSSL_HTTP_REQ_CTX_set_request_line(). 229 OSSL_HTTP_REQ_CTX_set_request_line(), OSSL_HTTP_REQ_CTX_add1_header(),
|
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_http.c | 31 if (!OSSL_HTTP_REQ_CTX_set_request_line(rctx, 1 /* POST */, in OCSP_sendreq_new()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | http.h | 43 int OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST,
|
H A D | ocsp.h.in | 184 OSSL_HTTP_REQ_CTX_set_request_line(rctx, strcmp(op, "POST") == 0, \
|
H A D | ocsp.h | 280 OSSL_HTTP_REQ_CTX_set_request_line(rctx, strcmp(op, "POST") == 0, \
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 170 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 1045 return OSSL_HTTP_REQ_CTX_set_request_line(rctx, req != NULL, in OSSL_HTTP_set1_request()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 5090 OSSL_HTTP_REQ_CTX_set_request_line;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3052 MLINKS+= OSSL_HTTP_REQ_CTX.3 OSSL_HTTP_REQ_CTX_set_request_line.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 1381 OSSL_HTTP_REQ_CTX_set_request_line 1415 3_0_0 EXIST::FUNCTION:
|