Home
last modified time | relevance | path

Searched defs:LoadBytes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h32 struct LoadBytes { struct
33 LoadBytes() : nLen(0), tLen(0){}; in LoadBytes() argument
34 LoadBytes(curl_off_t nowLen, curl_off_t totalLen) in LoadBytes() function
40 curl_off_t nLen;
41 curl_off_t tLen;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request_context.h39 struct LoadBytes { struct
40 LoadBytes() : nLen(0), tLen(0) {}; in LoadBytes() function
41 LoadBytes(curl_off_t nowLen, curl_off_t totalLen): nLen(nowLen), tLen(totalLen) {}; in LoadBytes() argument
44 curl_off_t nLen;
45 curl_off_t tLen;