Searched defs:curl (Results 1 – 4 of 4) sorted by relevance
| /base/request/request/upload/unitest/src/ |
| D | upload_test.cpp | 82 auto curl = std::make_shared<CUrlAdp>(fileDatas, uploadConfig); variable 111 auto curl = std::make_shared<CUrlAdp>(fileDatas, uploadConfig); variable 138 auto curl = std::make_shared<CUrlAdp>(fileDatas, uploadConfig); variable 154 auto curl = std::make_shared<CUrlAdp>(fileDatas, uploadConfig); variable 174 auto curl = std::make_shared<CUrlAdp>(fileDatas, uploadConfig); variable 193 auto curl = std::make_shared<CUrlAdp>(fileDatas, uploadConfig); variable 214 auto curl = std::make_shared<CUrlAdp>(fileDatas, uploadConfig); variable 235 auto curl = std::make_shared<CUrlAdp>(fileDatas, uploadConfig); variable 271 auto curl = std::make_shared<CUrlAdp>(fileDatas, uploadConfig); variable 293 auto curl = std::make_shared<CUrlAdp>(fileDatas, uploadConfig); variable [all …]
|
| /base/request/request/upload/frameworks/libs/src/ |
| D | curl_adp.cpp | 91 CURL *curl = curl_easy_init(); in MultiAddHandle() local 102 void CUrlAdp::SetHeadData(CURL *curl) in SetHeadData() 120 void CUrlAdp::SetBehaviorOpt(CURL *curl) in SetBehaviorOpt() 127 void CUrlAdp::SetCallbackOpt(CURL *curl) in SetCallbackOpt() 135 void CUrlAdp::SetNetworkOpt(CURL *curl) in SetNetworkOpt() 140 void CUrlAdp::SetConnectionOpt(CURL *curl) in SetConnectionOpt() 145 void CUrlAdp::SetSslOpt(CURL *curl) in SetSslOpt() 151 void CUrlAdp::SetCurlOpt(CURL *curl) in SetCurlOpt() 166 void CUrlAdp::SetMimePost(CURL *curl) in SetMimePost() 187 void CUrlAdp::SetHttpPut(CURL *curl) in SetHttpPut()
|
| /base/request/request/download/services/src/ |
| D | download_service_task.cpp | 549 bool DownloadServiceTask::SetFileSizeOption(CURL *curl, struct curl_slist *requestHeader) in SetFileSizeOption() 588 bool DownloadServiceTask::SetOption(CURL *curl, struct curl_slist *requestHeader) in SetOption() 643 void DownloadServiceTask::SetResumeFromLarge(CURL *curl, long long pos) in SetResumeFromLarge() 828 bool DownloadServiceTask::SetCertificationOption(CURL *curl) in SetCertificationOption() 838 bool DownloadServiceTask::SetHttpCertificationOption(CURL *curl) in SetHttpCertificationOption() 845 bool DownloadServiceTask::SetHttpsCertificationOption(CURL *curl) in SetHttpsCertificationOption()
|
| /base/request/request/download/interfaces/kits/js/napi/download_single/src/legacy/ |
| D | download_task.cpp | 226 void DownloadTask::SetResumeFromLarge(CURL *curl, uint64_t pos) in SetResumeFromLarge()
|