Searched refs:writeBuffer (Results 1 – 3 of 3) sorted by relevance
149 std::unique_ptr<MemoryBuffer> writeBuffer();
1021 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer() function in InstrProfWriter
46444 char writeBuffer[PROXY_MAXCONCHLEN]; in proxyTakeConch() local46447 writeBuffer[0] = (char)PROXY_CONCHVERSION; in proxyTakeConch()46448 memcpy(&writeBuffer[PROXY_HEADERLEN], myHostID, PROXY_HOSTIDLEN); in proxyTakeConch()46450 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()46453 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN); in proxyTakeConch()46455 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]); in proxyTakeConch()46457 rc = unixWrite((sqlite3_file *)conchFile, writeBuffer, writeSize, 0); in proxyTakeConch()