HomeSort by relevance Sort by last modified time
    Searched refs:LogInfo (Results 1 - 7 of 7) sorted by null

  /external/ImageMagick/MagickCore/
log.c 226 static LogInfo
304 LogInfo
311 log_info=(LogInfo *) AcquireMagickMemory(sizeof(*log_info));
312 if (log_info == (LogInfo *) NULL)
358 LogInfo
393 % LogInfo *GetLogInfo(const char *name,ExceptionInfo *exception)
402 static LogInfo *GetLogInfo(const char *name,ExceptionInfo *exception)
404 register LogInfo
409 return((LogInfo *) NULL);
415 p=(LogInfo *) GetNextValueInLinkedList(log_cache)
    [all...]
log.h 62 LogInfo;
74 extern MagickExport const LogInfo
  /external/mdnsresponder/mDNSCore/
mDNSDebug.h 101 #define LogInfo( ... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__); } while (0)
107 #define LogInfo( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, ARGS); } while (0)
118 #define LogInfo (mDNS_LoggingEnabled == 0) ? ((void)0) : LogInfo_
uDNS.c 76 LogInfo("SetRecordRetry refresh in %d of %d for %s",
82 LogInfo("SetRecordRetry clamping to min refresh in %d of %d for %s",
96 LogInfo("SetRecordRetry retry in %d ms for %s", rr->ThisAPInterval, ARDisplayString(m, rr));
117 LogInfo("mDNS_AddDNSServer: Adding %#a for %##s, InterfaceID %p, scoped %d", addr, d->c, interface, scoped);
183 LogInfo("PenalizeDNSServer: Penalizing DNS server %#a:%d question (%##s) for question %p %##s (%s) SuppressUnusable %d",
196 LogInfo("PenalizeDNSServer: Strict Unicast Ordering is FALSE");
202 LogInfo("PenalizeDNSServer: Not Penalizing PTR question");
206 LogInfo("PenalizeDNSServer: Penalizing question type %d", q->qtype);
212 LogInfo("PenalizeDNSServer: Strict Unicast Ordering is TRUE");
235 LogInfo("PenalizeDNSServer: Server for %##s (%s) changed to %#a:%d (%##s)"
    [all...]
mDNS.c 215 LogInfo("GetAuthEntity: Recycled %d records to reduce auth cache from %d to %d",
225 LogInfo("RR Auth now using %ld objects", r->rrauth_totalused);
288 LogInfo("InsertAuthRecord: inserting auth record %s from table", ARDisplayString(m, rr));
313 LogInfo("RemoveAuthRecord: removing auth record %s from table", ARDisplayString(m, rr));
384 LogInfo("GenerateNegativeResponse: Generating negative response for question %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
418 LogInfo("AnswerQuestionByFollowingCNAME: %p %##s (%s) following CNAME referral %d for %s",
429 LogInfo("AnswerQuestionByFollowingCNAME: Resolving a .local CNAME %p %##s (%s) Record %s",
    [all...]
DNSCommon.c     [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 616 LogInfo("external_start_advertising_helper: Not registering service with port number zero");
650 LogInfo("external_stop_advertising_helper: calling external_stop_advertising_service");
677 LogInfo(" FreeExtraRR %s", RRDisplayString(m, &rr->resrec));
808 LogInfo("regservice_callback: calling external_start_advertising_helper()");
    [all...]

Completed in 124 milliseconds