Home
last modified time | relevance | path

Searched refs:writeBuffer (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h80 std::unique_ptr<MemoryBuffer> writeBuffer();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp394 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer() function in InstrProfWriter
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c41690 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);