Searched refs:remainingSize (Results 1 – 4 of 4) sorted by relevance
156 uint64_t remainingSize = fileSize_ - offset_; in ParseUriInfo() local157 if (size_ > remainingSize) { in ParseUriInfo()158 size_ = remainingSize; in ParseUriInfo()
158 uint64_t remainingSize = fileSize_ - static_cast<uint64_t>(offset_); in ParseUriInfo() local159 if (size_ > remainingSize) { in ParseUriInfo()160 size_ = remainingSize; in ParseUriInfo()
332 uint64_t remainingSize = fileSize_ - offset_; in ParseUriInfo() local333 if (size_ > remainingSize) { in ParseUriInfo()334 size_ = remainingSize; in ParseUriInfo()
1811 size_t remainingSize = sizeof(reply->packet.options); in ParseReplyOptions() local1813 if (memcpy_s(current, remainingSize, &cookie, olen) != EOK) { in ParseReplyOptions()1818 remainingSize -= olen; in ParseReplyOptions()1827 if (memcpy_s(current, remainingSize, &pNode->option, olen) != EOK) { in ParseReplyOptions()1832 remainingSize -= olen; in ParseReplyOptions()