Lines Matching refs:function
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
41 If neither *id* nor *name* are specified, the function fails with
49 Upon success, the function returns **CURLSSLSET_OK**.
51 If the specified SSL backend is not available, the function returns
54 function again to try to select a different backend.
59 This function is thread-safe since libcurl 7.84.0 if
63 If this is not thread-safe, you must not call this function when any other
70 forks/flavors in this function. OpenSSL, BoringSSL, LibreSSL, quictls and
129 If this function returns *CURLSSLSET_OK*, the backend was successfully
133 been compiled into libcurl), the function returns
137 has already been called, the function returns *CURLSSLSET_TOO_LATE*.
140 all, this function returns *CURLSSLSET_NO_BACKENDS*.