Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp50 #define NETSTACK_CURL_EASY_GET_INFO(handle, opt, data, asyncContext) … macro
97 NETSTACK_CURL_EASY_GET_INFO(handle.get(), CURLINFO_RESPONSE_CODE, &responseCode, context); in ExecFetch()