Searched refs:APPEND_CH (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp1875 # define APPEND_CH(ch) do { **ppszBuf = (ch); *ppszBuf += 1; *pcchBuf -= 1; } while (0) macro
1884 APPEND_CH(' ');
1903 APPEND_CH('=');
1913 # undef APPEND_CH macro

Completed in 78 milliseconds