Searched refs:num_logs (Results 1 – 2 of 2) sorted by relevance
136 num_logs = self.request.get(NUM_LOGS_PARAM)137 logs = query.fetch(int(num_logs) if num_logs else 3)
897 static int num_logs = 0; in DNSServiceProcessResult() local898 …if (num_logs < 10) syslog(LOG_WARNING, "dnssd_clientstub DNSServiceProcessResult called with DNSSe… in DNSServiceProcessResult()899 if (num_logs < 1000) num_logs++; else sleep(1); in DNSServiceProcessResult()