Home
last modified time | relevance | path

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

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