Searched refs:bufIO (Results 1 – 8 of 8) sorted by relevance
82 uint8_t *bufIO = contextIO->bufIO; in OnFileIO() local98 delete[] bufIO; in OnFileIO()116 contextIO->bufIO = buf; in AppendLocalLog()
40 uint8_t *bufIO; member
62 uint8_t *buf = ctxIO->bufIO; in FileIOOnThread()159 contextIO->bufIO = buf; in LoopReadOnThread()201 contextIO->bufIO = data; in WriteWithMem()259 uint8_t *buf = cfio->bufIO; in CtxFileIOWrite()
91 ioContext->bufIO = buf + payloadPrefixReserve; in SimpleFileIO()96 uv_buf_t iov = uv_buf_init(reinterpret_cast<char *>(ioContext->bufIO), bytes); in SimpleFileIO()101 if (bytes > 0 && memcpy_s(ioContext->bufIO, bufMaxSize, sendBuf, bytes) != EOK) { in SimpleFileIO()105 uv_buf_t iov = uv_buf_init(reinterpret_cast<char *>(ioContext->bufIO), bytes); in SimpleFileIO()208 uint8_t *bufIO = contextIO->bufIO; in OnFileIO() local231 … if (!thisClass->SendIOPayload(context, context->indexIO - req->result, bufIO, req->result)) { in OnFileIO()276 thisClass->cirbuf.Free(bufIO - payloadPrefixReserve); in OnFileIO()
23 uint8_t *bufIO; member
59 uint8_t *bufIO; member
128 uint8_t *bufIO; member
679 delete[] ctxIO->bufIO; in SendCallbackForwardBuf()708 ctxIO->bufIO = pDynBuf; in SendForwardBuf()