Searched refs:method_POST (Results 1 – 3 of 3) sorted by relevance
58 int method_POST; /* HTTP method is POST (else GET) */ member175 int OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, in OSSL_HTTP_REQ_CTX_set_request_line() argument187 rctx->method_POST = method_POST != 0; in OSSL_HTTP_REQ_CTX_set_request_line()188 if (BIO_printf(rctx->mem, "%s ", rctx->method_POST ? "POST" : "GET") <= 0) in OSSL_HTTP_REQ_CTX_set_request_line()299 if (!rctx->method_POST) { in set1_content()728 if (!rctx->method_POST) { /* method is GET */ in OSSL_HTTP_REQ_CTX_nbio()
47 int OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST,
31 int OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST,81 The HTTP method is determined by I<method_POST>,133 It is needed if the I<method_POST> parameter in the
Completed in 12 milliseconds