Searched defs:RTLogCreateExV (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp779 RTDECL(int) RTLogCreateExV(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings, function
1021 RT_EXPORT_SYMBOL(RTLogCreateExV);
1032 rc = RTLogCreateExV(ppLogger, fFlags, pszGroupSettings, pszEnvVarBase, cGroups, papszGroups,
1051 rc = RTLogCreateExV(ppLogger, fFlags, pszGroupSettings, pszEnvVarBase, cGroups, papszGroups,
3096 * Used by the rtlogFlush() function as well as RTLogCreateExV.
3101 * called from RTLogCreateExV. Prevents pfnPhase from
3137 * to the RTLogCreateExV function. */
3201 * RTLogCreateExV function.
/vbox/include/iprt/
H A Dmangling.h795 # define RTLogCreateExV RT_MANGLER(RTLogCreateExV) macro

Completed in 81 milliseconds