Home
last modified time | relevance | path

Searched refs:hostSlist (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1018 struct curl_slist *hostSlist = nullptr; in AddCurlHandle() local
1034 hostSlist = curl_slist_append(hostSlist, resolvHost.c_str()); in AddCurlHandle()
1037 if (hostSlist == nullptr) { in AddCurlHandle()
1041 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_RESOLVE, hostSlist, context); in AddCurlHandle()
1042 context->SetCurlHostList(hostSlist); in AddCurlHandle()