Searched refs:DebugOutputFunctionPtr (Results 1 – 2 of 2) sorted by relevance
212 typedef void ( *DebugOutputFunctionPtr )( char *inData, size_t inSize, void *inContext ); typedef
207 static DebugOutputFunctionPtr gDebugCustomOutputFunction = NULL;315 gDebugCustomOutputFunction = va_arg( args, DebugOutputFunctionPtr ); in DebugInitialize()