Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h189 static bool HandleRange(HeaderInfo* info, char* key, char* next, size_t size, size_t nitems);
H A Ddownloader.cpp852 bool Downloader::HandleRange(HeaderInfo* info, char* key, char* next, size_t size, size_t nitems) in HandleRange() function in OHOS::Media::Plugins::HttpPlugin::Downloader
913 !HandleRange(info, key, next, size, nitems)) { in RxHeaderData()