Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp110 int32_t contentLengthTmp = 0; in GetContentLength() local
111 if (!PrintUtil::ConvertToInt(lenStr, contentLengthTmp)) { in GetContentLength()
115 contentLength = static_cast<size_t>(contentLengthTmp); in GetContentLength()