OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pipewrite
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/contrib/lease-access/
lease.access.patch
15
pipewrite
= pipefd[1];
17
- send_event(
pipewrite
, EVENT_RELOAD, 0);
18
+ send_event(
pipewrite
, EVENT_RELOAD, 0, 0);
88
- send_event(
pipewrite
, event, 0);
89
+ send_event(
pipewrite
, event, 0, 0);
/external/dnsmasq/src/
dnsmasq.c
59
static volatile int
pipewrite
;
variable
277
pipewrite
= pipefd[1];
279
send_event(
pipewrite
, EVENT_RELOAD, 0);
370
daemon->helperfd = create_helper(
pipewrite
, err_pipe[1], script_uid, script_gid, max_fd);
747
send_event(
pipewrite
, event, 0);
[
all
...]
Completed in 71 milliseconds