Home
last modified time | relevance | path

Searched refs:SslCtxFunction (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_task.h240 CURLcode SslCtxFunction(CURL *curl, void *sslCtx);
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H A Dhttp_exec.h165 static CURLcode SslCtxFunction(void *curl, void *ssl_ctx, void *parm);
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp148 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 Dnet_http_client_exec.cpp541 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 Dhttp_exec.cpp929 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