Searched refs:writeBuffer (Results 1 – 3 of 3) sorted by relevance
164 LLVM_ABI std::unique_ptr<MemoryBuffer> writeBuffer();
705 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer() function in InstrProfWriter
48067 char writeBuffer[PROXY_MAXCONCHLEN]; in proxyTakeConch() local48070 writeBuffer[0] = (char)PROXY_CONCHVERSION; in proxyTakeConch()48071 memcpy(&writeBuffer[PROXY_HEADERLEN], myHostID, PROXY_HOSTIDLEN); in proxyTakeConch()48073 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()48076 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN); in proxyTakeConch()48078 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]); in proxyTakeConch()48080 rc = unixWrite((sqlite3_file *)conchFile, writeBuffer, writeSize, 0); in proxyTakeConch()