Searched refs:writeBuffer (Results 1 – 3 of 3) sorted by relevance
80 std::unique_ptr<MemoryBuffer> writeBuffer();
394 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer() function in InstrProfWriter
41690 char writeBuffer[PROXY_MAXCONCHLEN];41693 writeBuffer[0] = (char)PROXY_CONCHVERSION;41694 memcpy(&writeBuffer[PROXY_HEADERLEN], myHostID, PROXY_HOSTIDLEN);41696 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath,41699 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN);41701 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]);41703 rc = unixWrite((sqlite3_file *)conchFile, writeBuffer, writeSize, 0);