Home
last modified time | relevance | path

Searched refs:LogInfo (Results 1 – 7 of 7) sorted by relevance

/external/ImageMagick/MagickCore/
Dlog.c221 static LogInfo
298 LogInfo in AcquireLogCache()
305 log_info=(LogInfo *) AcquireMagickMemory(sizeof(*log_info)); in AcquireLogCache()
306 if (log_info == (LogInfo *) NULL) in AcquireLogCache()
351 LogInfo in CloseMagickLog()
394 static LogInfo *GetLogInfo(const char *name,ExceptionInfo *exception) in GetLogInfo()
396 register LogInfo in GetLogInfo()
401 return((LogInfo *) NULL); in GetLogInfo()
407 p=(LogInfo *) GetNextValueInLinkedList(log_cache); in GetLogInfo()
413 while (p != (LogInfo *) NULL) in GetLogInfo()
[all …]
Dlog.h62 LogInfo; typedef
74 extern MagickExport const LogInfo
/external/mdnsresponder/mDNSCore/
DuDNS.c76 LogInfo("SetRecordRetry refresh in %d of %d for %s", in SetRecordRetry()
82 LogInfo("SetRecordRetry clamping to min refresh in %d of %d for %s", in SetRecordRetry()
96 LogInfo("SetRecordRetry retry in %d ms for %s", rr->ThisAPInterval, ARDisplayString(m, rr)); in SetRecordRetry()
117LogInfo("mDNS_AddDNSServer: Adding %#a for %##s, InterfaceID %p, scoped %d", addr, d->c, interface… in mDNS_AddDNSServer()
183LogInfo("PenalizeDNSServer: Penalizing DNS server %#a:%d question (%##s) for question %p %##s (%s)… in PenalizeDNSServer()
196 LogInfo("PenalizeDNSServer: Strict Unicast Ordering is FALSE"); in PenalizeDNSServer()
202 LogInfo("PenalizeDNSServer: Not Penalizing PTR question"); in PenalizeDNSServer()
206 LogInfo("PenalizeDNSServer: Penalizing question type %d", q->qtype); in PenalizeDNSServer()
212 LogInfo("PenalizeDNSServer: Strict Unicast Ordering is TRUE"); in PenalizeDNSServer()
235 LogInfo("PenalizeDNSServer: Server for %##s (%s) changed to %#a:%d (%##s)", in PenalizeDNSServer()
[all …]
DmDNSDebug.h101 …#define LogInfo( ... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, … macro
107 …#define LogInfo( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, …
118 #define LogInfo (mDNS_LoggingEnabled == 0) ? ((void)0) : LogInfo_
DmDNS.c215 LogInfo("GetAuthEntity: Recycled %d records to reduce auth cache from %d to %d", in GetAuthEntity()
225 LogInfo("RR Auth now using %ld objects", r->rrauth_totalused); in GetAuthEntity()
288 LogInfo("InsertAuthRecord: inserting auth record %s from table", ARDisplayString(m, rr)); in InsertAuthRecord()
313 LogInfo("RemoveAuthRecord: removing auth record %s from table", ARDisplayString(m, rr)); in RemoveAuthRecord()
384LogInfo("GenerateNegativeResponse: Generating negative response for question %##s (%s)", q->qname.… in GenerateNegativeResponse()
418 LogInfo("AnswerQuestionByFollowingCNAME: %p %##s (%s) following CNAME referral %d for %s", in AnswerQuestionByFollowingCNAME()
429 LogInfo("AnswerQuestionByFollowingCNAME: Resolving a .local CNAME %p %##s (%s) Record %s", in AnswerQuestionByFollowingCNAME()
804 LogInfo("SetUnicastTargetToHostName No target for %s", ARDisplayString(m, rr)); in SetUnicastTargetToHostName()
810LogInfo("SetUnicastTargetToHostName target %##s for resource record %s", target->c, ARDisplayStrin… in SetUnicastTargetToHostName()
822 …if (!target) LogInfo("SetTargetToHostName: Don't know how to set the target of rrtype %s", DNSType… in SetTargetToHostName()
[all …]
DDNSCommon.c2294 … if (ptr + 4 > end) { LogInfo("GetLargeResourceRecord: OPT RDATA ptr + 4 > end"); goto fail; } in GetLargeResourceRecord()
2298 …if (ptr + opt->optlen > end) { LogInfo("GetLargeResourceRecord: ptr + opt->optlen > end"); goto fa… in GetLargeResourceRecord()
2346 if (ptr != end) { LogInfo("GetLargeResourceRecord: Malformed OptRdata"); goto fail; } in GetLargeResourceRecord()
2354 if (!ptr) { LogInfo("GetLargeResourceRecord: Malformed NSEC nextname"); goto fail; } in GetLargeResourceRecord()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c616 LogInfo("external_start_advertising_helper: Not registering service with port number zero"); in external_start_advertising_helper()
650 LogInfo("external_stop_advertising_helper: calling external_stop_advertising_service"); in external_stop_advertising_helper()
677 LogInfo(" FreeExtraRR %s", RRDisplayString(m, &rr->resrec)); in FreeExtraRR()
808 LogInfo("regservice_callback: calling external_start_advertising_helper()"); in regservice_callback()
926 LogInfo("regrecord_callback: calling external_start_advertising_service"); in regrecord_callback()
1112 LogInfo("add_record_to_service: calling external_start_advertising_service"); in add_record_to_service()
1176 LogInfo("update_callback: calling external_start_advertising_service"); in update_callback()
1804 LogInfo("add_domain_to_browser: calling external_start_browsing_for_service()"); in add_domain_to_browser()
1821 LogInfo("browse_termination_callback: calling external_stop_browsing_for_service()"); in browse_termination_callback()
2049LogInfo("udsserver_handle_configchange: Calling deregister for Service %##s", ptr->srs.RR_PTR.resr… in udsserver_handle_configchange()
[all …]