Home
last modified time | relevance | path

Searched refs:method_POST (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c58 int method_POST; /* HTTP method is POST (else GET) */ member
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() argument
182 rctx->method_POST = method_POST != 0; in OSSL_HTTP_REQ_CTX_set_request_line()
183 if (BIO_printf(rctx->mem, "%s ", rctx->method_POST ? "POST" : "GET") <= 0) in OSSL_HTTP_REQ_CTX_set_request_line()
294 if (!rctx->method_POST) { in set1_content()
681 if (!rctx->method_POST) { /* method is GET */ in OSSL_HTTP_REQ_CTX_nbio()
1045 * If rctx->method_POST then use POST, else use GET and ignore content_type.
/third_party/openssl/crypto/http/
H A Dhttp_client.c58 int method_POST; /* HTTP method is POST (else GET) */ member
169 int OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, in OSSL_HTTP_REQ_CTX_set_request_line() argument
181 rctx->method_POST = method_POST != 0; in OSSL_HTTP_REQ_CTX_set_request_line()
182 if (BIO_printf(rctx->mem, "%s ", rctx->method_POST ? "POST" : "GET") <= 0) in OSSL_HTTP_REQ_CTX_set_request_line()
287 if (!rctx->method_POST) { in set1_content()
670 if (!rctx->method_POST) { /* method is GET */ in OSSL_HTTP_REQ_CTX_nbio()
1034 * If rctx->method_POST then use POST, else use GET and ignore content_type.
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dhttp.h42 int OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST,
/third_party/openssl/include/openssl/
H A Dhttp.h42 int OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST,

Completed in 5 milliseconds