Searched refs:SslCtxFunction (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_task.h | 240 CURLcode SslCtxFunction(CURL *curl, void *sslCtx);
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/ |
H A D | http_exec.h | 165 static CURLcode SslCtxFunction(void *curl, void *ssl_ctx, void *parm);
|
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 148 CURLcode HttpClientTask::SslCtxFunction(CURL *curl, void *sslCtx) in SslCtxFunction() function in OHOS::NetStack::HttpClient::HttpClientTask 191 return task->SslCtxFunction(curl, sslCtx); in SetSSLCertOption()
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 541 CURLcode SslCtxFunction(CURL *curl, void *ssl_ctx, void *parm) in SslCtxFunction() function 594 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_SSL_CTX_FUNCTION, SslCtxFunction, context); in SetServerSSLCertOption()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 929 CURLcode HttpExec::SslCtxFunction(CURL *curl, void *ssl_ctx, void *request_context) in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec 984 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_SSL_CTX_FUNCTION, SslCtxFunction, context); in AddCurlHandle()
|
Completed in 8 milliseconds