Lines Matching refs:RTDECL

469 RTDECL(void) RTLogPrintfEx(void *pvInstance, unsigned fFlags, unsigned iGroup, const char *pszFormat, ...);
1349 RTDECL(PRTLOGGER) RTLogRelSetDefaultInstance(PRTLOGGER pLogger);
1358 RTDECL(PRTLOGGER) RTLogRelDefaultInstance(void);
1391 RTDECL(void) RTLogRelLogger(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, ...);
1407 RTDECL(void) RTLogRelLoggerV(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, va_list args);
1417 RTDECL(void) RTLogRelPrintf(const char *pszFormat, ...);
1427 RTDECL(void) RTLogRelPrintfV(const char *pszFormat, va_list args);
1437 RTDECL(bool) RTLogRelSetBuffering(bool fBuffered);
1555 RTDECL(PRTLOGGER) RTLogDefaultInstance(void);
1563 RTDECL(PRTLOGGER) RTLogGetDefaultInstance(void);
1572 RTDECL(PRTLOGGER) RTLogSetDefaultInstance(PRTLOGGER pLogger);
1586 RTDECL(int) RTLogSetDefaultInstanceThread(PRTLOGGER pLogger, uintptr_t uKey);
1618 RTDECL(PRTLOGGER) RTLogDefaultInit(void);
1640 RTDECL(int) RTLogCreate(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,
1675 RTDECL(int) RTLogCreateEx(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,
1714 RTDECL(int) RTLogCreateExV(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,
1733 RTDECL(int) RTLogCreateForR0(PRTLOGGER pLogger, size_t cbLogger,
1744 RTDECL(size_t) RTLogCalcSizeForR0(uint32_t cGroups, uint32_t fFlags);
1754 RTDECL(int) RTLogDestroy(PRTLOGGER pLogger);
1770 RTDECL(int) RTLogCloneRC(PRTLOGGER pLogger, PRTLOGGERRC pLoggerRC, size_t cbLoggerRC,
1781 RTDECL(void) RTLogFlushRC(PRTLOGGER pLogger, PRTLOGGERRC pLoggerRC);
1792 RTDECL(void) RTLogFlushToLogger(PRTLOGGER pSrcLogger, PRTLOGGER pDstLogger);
1802 RTDECL(void) RTLogFlushR0(PRTLOGGER pLogger, PRTLOGGER pLoggerR0);
1812 RTDECL(int) RTLogSetCustomPrefixCallback(PRTLOGGER pLogger, PFNRTLOGPREFIX pfnCallback, void *pvUser);
1824 RTDECL(int) RTLogSetCustomPrefixCallbackForR0(PRTLOGGER pLogger, RTR0PTR pLoggerR0Ptr,
1837 RTDECL(int) RTLogCopyGroupsAndFlagsForR0(PRTLOGGER pDstLogger, RTR0PTR pDstLoggerR0Ptr,
1849 RTDECL(int) RTLogGetGroupSettings(PRTLOGGER pLogger, char *pszBuf, size_t cchBuf);
1860 RTDECL(int) RTLogGroupSettings(PRTLOGGER pLogger, const char *pszValue);
1872 RTDECL(int) RTLogFlags(PRTLOGGER pLogger, const char *pszValue);
1884 RTDECL(bool) RTLogSetBuffering(PRTLOGGER pLogger, bool fBuffered);
1898 RTDECL(uint32_t) RTLogSetGroupLimit(PRTLOGGER pLogger, uint32_t cMaxEntriesPerGroup);
1910 RTDECL(int) RTLogGetFlags(PRTLOGGER pLogger, char *pszBuf, size_t cchBuf);
1919 RTDECL(int) RTLogDestinations(PRTLOGGER pLogger, char const *pszValue);
1930 RTDECL(int) RTLogGetDestinations(PRTLOGGER pLogger, char *pszBuf, size_t cchBuf);
1940 RTDECL(void) RTLogFlush(PRTLOGGER pLogger);
1950 RTDECL(void) RTLogLogger(PRTLOGGER pLogger, void *pvCallerRet, const char *pszFormat, ...);
1959 RTDECL(void) RTLogLoggerV(PRTLOGGER pLogger, const char *pszFormat, va_list args);
1976 RTDECL(void) RTLogLoggerEx(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, ...);
1992 RTDECL(void) RTLogLoggerExV(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, va_list args);
2002 RTDECL(void) RTLogPrintf(const char *pszFormat, ...);
2012 RTDECL(void) RTLogPrintfV(const char *pszFormat, va_list args);
2022 RTDECL(void) RTLogDumpPrintfV(void *pvUser, const char *pszFormat, va_list va);
2051 RTDECL(size_t) RTLogFormatV(PFNRTSTROUTPUT pfnOutput, void *pvArg, const char *pszFormat, va_list args);
2059 RTDECL(void) RTLogWriteCom(const char *pach, size_t cb);
2068 RTDECL(size_t) RTLogComPrintf(const char *pszFormat, ...);
2077 RTDECL(size_t) RTLogComPrintfV(const char *pszFormat, va_list args);
2128 RTDECL(int) RTLogRegisterHook(PRTLOGGER pLogger, PRTLOGHOOKBUFFER pBuffer);
2136 RTDECL(int) RTLogDeregisterHook(PRTLOGGER pLogger, PRTLOGHOOKBUFFER pBuffer);
2149 RTDECL(void) RTLogWriteDebugger(const char *pach, size_t cb);
2158 RTDECL(void) RTLogWriteUser(const char *pach, size_t cb);
2167 RTDECL(void) RTLogWriteStdOut(const char *pach, size_t cb);
2176 RTDECL(void) RTLogWriteStdErr(const char *pach, size_t cb);
2187 RTDECL(size_t) RTLogBackdoorPrintf(const char *pszFormat, ...);
2196 RTDECL(size_t) RTLogBackdoorPrintfV(const char *pszFormat, va_list args);