Searched refs:writeBuffer (Results 1 – 3 of 3) sorted by relevance
130 std::unique_ptr<MemoryBuffer> writeBuffer();
677 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer() function in InstrProfWriter
45965 char writeBuffer[PROXY_MAXCONCHLEN];45968 writeBuffer[0] = (char)PROXY_CONCHVERSION;45969 memcpy(&writeBuffer[PROXY_HEADERLEN], myHostID, PROXY_HOSTIDLEN);45971 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath,45974 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN);45976 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]);45978 rc = unixWrite((sqlite3_file *)conchFile, writeBuffer, writeSize, 0);