HomeSort by relevance Sort by last modified time
    Searched refs:req_method (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/vtls/
cyassl.c 139 SSL_METHOD* req_method = NULL; local
157 req_method = SSLv23_client_method();
161 req_method = TLSv1_client_method();
166 req_method = TLSv1_client_method();
170 req_method = TLSv1_1_client_method();
174 req_method = TLSv1_2_client_method();
182 req_method = SSLv3_client_method();
197 if(!req_method) {
204 conssl->ctx = SSL_CTX_new(req_method);
openssl.c 1701 SSL_METHOD_QUAL SSL_METHOD *req_method = NULL; local
    [all...]
  /external/libcups/cups/
http.c 2173 *req_method, \/* HTTP request method *\/ local
    [all...]

Completed in 214 milliseconds