HomeSort by: relevance | last modified time | path
    Searched defs:LogMsg (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
config-parse.c 48 #undef LogMsg
49 #define LogMsg(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__)
wireutils.c 37 #undef LogMsg
38 #define LogMsg(...)
  /src/external/apache2/mDNSResponder/dist/DSO/
dso.c 48 #undef LogMsg
49 #define LogMsg INFO
158 LogMsg("[DSO%u] dso_state_t finalizing - "
231 LogMsg("[DSO%u] DSO session established - dso: %p, remote name: %s.", dso->serial, dso, dso->remote_name);
293 LogMsg("[DSO%u] New dso_state_t created - dso: %p, remote name: %s, context: %p",
304 LogMsg("dso_start_tlv called when no space in output buffer!");
310 LogMsg("dso_start_tlv called while already building a TLV!");
329 LogMsg("add_tlv_bytes called when not building a TLV!");
333 LogMsg("add_tlv_bytesNoCopy called twice on the same DSO message.");
346 LogMsg("add_tlv_bytes called when not building a TLV!")
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSDebug.h 170 #define LogMsg(...) LogMsgWithLevel(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, __VA_ARGS__)
180 #define LogMsg(ARGS... ) LogMsgWithLevel(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, ARGS)
192 #define LogMsg LogMsg_
224 extern int mDNS_DebugMode; // If non-zero, LogMsg() writes to stderr instead of syslog
237 #define LogMsgNoIdent LogMsg
239 #define LogFatalError LogMsg
245 #define LogMemCorruption LogMsg

Completed in 41 milliseconds