OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:print_addr_pipe
(Results
1 - 3
of
3
) sorted by null
/external/dbus/bus/
main.c
270
DBusPipe
print_addr_pipe
;
local
441
_dbus_pipe_invalidate (&
print_addr_pipe
);
444
_dbus_pipe_init_stdout (&
print_addr_pipe
);
458
_dbus_pipe_init (&
print_addr_pipe
, val);
493
&
print_addr_pipe
, &print_pid_pipe,
512
/* bus_context_new() closes the
print_addr_pipe
and
bus.h
76
DBusPipe *
print_addr_pipe
,
bus.c
682
DBusPipe *
print_addr_pipe
,
757
/* Note that we don't know whether the
print_addr_pipe
is
762
if (
print_addr_pipe
!= NULL && _dbus_pipe_is_valid (
print_addr_pipe
))
784
if (_dbus_pipe_write (
print_addr_pipe
, &addr, 0, bytes, error) != bytes)
796
if (!_dbus_pipe_is_stdout_or_stderr (
print_addr_pipe
))
797
_dbus_pipe_close (
print_addr_pipe
, NULL);
[
all
...]
Completed in 22 milliseconds