OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugOutputFunctionPtr
(Results
1 - 2
of
2
) sorted by null
/external/mdnsresponder/mDNSShared/
DebugServices.h
207
/*! @typedef
DebugOutputFunctionPtr
212
typedef void ( *
DebugOutputFunctionPtr
)( char *inData, size_t inSize, void *inContext );
[
all
...]
DebugServices.c
207
static
DebugOutputFunctionPtr
gDebugCustomOutputFunction = NULL;
315
gDebugCustomOutputFunction = va_arg( args,
DebugOutputFunctionPtr
);
[
all
...]
Completed in 31 milliseconds