OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_logs
(Results
1 - 4
of
4
) sorted by null
/external/dnsmasq/src/
log.c
27
MAX_LOGS
messages. If more are queued, they will be dropped,
43
static int
max_logs
= 0;
variable
73
daemon->
max_logs
= 0;
76
max_logs
= daemon->
max_logs
;
86
if (
max_logs
== 0)
128
/* if
max_logs
is zero, leave the socket blocking */
129
if (
max_logs
!= 0 && (flags = fcntl(log_fd, F_GETFL)) != -1)
317
else if (entries_alloced <
max_logs
&& (entry = malloc(sizeof(struct log_entry))))
370
if (entries &&
max_logs
!= 0
[
all
...]
dnsmasq.c
483
if (daemon->
max_logs
!= 0)
484
my_syslog(LOG_INFO, _("asynchronous logging enabled, queue limit is %d messages"), daemon->
max_logs
);
option.c
[
all
...]
dnsmasq.h
598
int
max_logs
; /* queue limit */
member in struct:daemon
Completed in 77 milliseconds