Lines Matching refs:ioBuf
592 if (hSession->ioBuf) {
593 delete[] hSession->ioBuf;
594 hSession->ioBuf = nullptr;
947 int HdcSessionBase::FetchIOBuf(HSession hSession, uint8_t *ioBuf, int read)
963 childRet = ptrConnect->OnRead(hSession, ioBuf + indexBuf, hSession->availTailIndex);
979 if (memmove_s(hSession->ioBuf, hSession->bufSize, hSession->ioBuf + indexBuf, hSession->availTailIndex)
983 uint8_t *bufToZero = reinterpret_cast<uint8_t *>(hSession->ioBuf + hSession->availTailIndex);
992 Base::ReallocBuf(&context->ioBuf, &context->bufSize, HDC_SOCKETPAIR_SIZE);
993 buf->base = (char *)context->ioBuf + context->availTailIndex;