Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_client_exec.h68 static bool SetOtherOption(CURL *curl, RequestContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H A Dhttp_exec.h91 static bool SetOtherOption(CURL *curl, RequestContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp510 bool NetHttpClientExec::SetOtherOption(CURL *curl, OHOS::NetStack::Http::RequestContext *context) in SetOtherOption() function in OHOS::NetStack::Http::NetHttpClientExec
804 if (!SetOtherOption(curl, context)) { in SetOption()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp802 bool HttpExec::SetOtherOption(CURL *curl, OHOS::NetStack::Http::RequestContext *context) in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec
1126 if (!SetOtherOption(curl, context)) { in AddCurlHandle()