Searched refs:CompareWithLastElement (Results 1 – 6 of 6) sorted by relevance
99 bool CompareWithLastElement(curl_off_t nowLen, curl_off_t totalLen);
95 bool CompareWithLastElement(curl_off_t nowLen, curl_off_t totalLen);
224 bool RequestContext::CompareWithLastElement(curl_off_t nowLen, curl_off_t totalLen) in CompareWithLastElement() function in OHOS::NetStack::Http::RequestContext
925 if (ultotal != 0 && ultotal >= ulnow && !context->CompareWithLastElement(ulnow, ultotal)) { in ProgressCallback()
601 bool RequestContext::CompareWithLastElement(curl_off_t nowLen, curl_off_t totalLen) in CompareWithLastElement() function in OHOS::NetStack::Http::RequestContext
1329 if (ultotal != 0 && ultotal >= ulnow && !context->CompareWithLastElement(ulnow, ultotal)) { in AddCurlHandle()