Searched refs:bufIO (Results 1 – 8 of 8) sorted by relevance
86 uint8_t *bufIO = contextIO->bufIO; in OnFileIO() local102 delete[] bufIO; in OnFileIO()120 contextIO->bufIO = buf; in AppendLocalLog()
40 uint8_t *bufIO; member
71 uint8_t *buf = ctxIO->bufIO; in FileIOOnThread()208 contextIO->bufIO = buf; in LoopReadOnThread()257 contextIO->bufIO = data; in WriteWithMem()315 uint8_t *buf = cfio->bufIO; in CtxFileIOWrite()
90 ioContext->bufIO = buf + payloadPrefixReserve; in SimpleFileIO()95 uv_buf_t iov = uv_buf_init(reinterpret_cast<char *>(ioContext->bufIO), bytes); in SimpleFileIO()100 if (bytes > 0 && memcpy_s(ioContext->bufIO, bufMaxSize, sendBuf, bytes) != EOK) { in SimpleFileIO()104 uv_buf_t iov = uv_buf_init(reinterpret_cast<char *>(ioContext->bufIO), bytes); in SimpleFileIO()207 uint8_t *bufIO = contextIO->bufIO; in OnFileIO() local230 … if (!thisClass->SendIOPayload(context, context->indexIO - req->result, bufIO, req->result)) { in OnFileIO()274 thisClass->cirbuf.Free(bufIO - payloadPrefixReserve); in OnFileIO()
23 uint8_t *bufIO; member
128 uint8_t *bufIO; member
61 uint8_t *bufIO; member
722 delete[] ctxIO->bufIO; in SendCallbackForwardBuf()752 ctxIO->bufIO = pDynBuf; in SendForwardBuf()