Searched refs:GetMaxBufSize (Results 1 – 7 of 7) sorted by relevance
49 int GetMaxBufSize();155 inline int GetMaxBufSize() in GetMaxBufSize() function
145 int readMax = Base::GetMaxBufSize() * 1.2; in LoopReadOnThread()
237 Base::GetMaxBufSize() * thisClass->maxTransferBufFactor); in OnFileIO()681 …int ioRet = SimpleFileIO(context, context->indexIO, nullptr, Base::GetMaxBufSize() * maxTransferBu… in CommandDispatch()
325 const int size = GetMaxBufSize(); in AllocBufferCallback()1310 std::vector<char> args(GetMaxBufSize()); in StringFormat()1311 … const int retSize = vsnprintf_s(args.data(), GetMaxBufSize(), args.size() - 1, formater, vaArgs); in StringFormat()
349 Base::ReallocBuf(&context->ioBuf, &context->bufSize, Base::GetMaxBufSize() * 4); in AllocCallback()
1001 const int size = Base::GetMaxBufSize(); in ReadCtrlFromSession()1165 const int size = Base::GetMaxBufSize(); in ReadCtrlFromMain()
212 if (bufSize > Base::GetMaxBufSize() * 2) { in SendToTask()