Lines Matching refs:backend
17 curl_global_sslset - select SSL backend to use
31 This function configures at runtime which SSL backend to use with
32 libcurl. This function can only be used to select an SSL backend once, and it
35 The backend can be identified by the *id*
36 (e.g. **CURLSSLBACKEND_OPENSSL**). The backend can also be specified via the
51 If the specified SSL backend is not available, the function returns
54 function again to try to select a different backend.
56 The SSL backend can be set only once. If it has already been set, a subsequent
112 /* choose a specific backend */
120 printf("SSL backend #%d: '%s' (ID: %d)\n",
129 If this function returns *CURLSSLSET_OK*, the backend was successfully
132 If the chosen backend is unknown (or support for the chosen backend has not
136 If the backend had been configured previously, or if curl_global_init(3)