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

  /external/curl/lib/vtls/
vtls.h 138 bool Curl_ssl_config_matches(struct ssl_primary_config* data,
139 struct ssl_primary_config* needle);
140 bool Curl_clone_primary_ssl_config(struct ssl_primary_config *source,
141 struct ssl_primary_config *dest);
142 void Curl_free_primary_ssl_config(struct ssl_primary_config* sslc);
vtls.c 86 Curl_ssl_config_matches(struct ssl_primary_config* data,
87 struct ssl_primary_config* needle)
106 Curl_clone_primary_ssl_config(struct ssl_primary_config *source,
107 struct ssl_primary_config *dest)
126 void Curl_free_primary_ssl_config(struct ssl_primary_config* sslc)
313 struct ssl_primary_config * const ssl_config = isProxy ?
421 struct ssl_primary_config * const ssl_config = isProxy ?
    [all...]
  /external/curl/lib/
urldata.h 202 struct ssl_primary_config { struct
218 struct ssl_primary_config primary;
257 struct ssl_primary_config ssl_config; /* setup for this session */
    [all...]
setopt.c 373 struct ssl_primary_config *primary = (option == CURLOPT_SSLVERSION ?
    [all...]

Completed in 300 milliseconds