OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unix_fds
(Results
1 - 5
of
5
) sorted by null
/external/dbus/dbus/
dbus-message-private.h
80
int *
unix_fds
; /**< File descriptors that have been read from the transport but not yet been handed to any message. Array will be allocated at first use. */
member in struct:DBusMessageLoader
123
int *
unix_fds
;
member in struct:DBusMessage
dbus-message.c
233
*fds = message->
unix_fds
;
658
close_unix_fds(message->
unix_fds
, &message->n_unix_fds);
836
if ((nfd = _dbus_dup(real->message->
unix_fds
[idx.u32], error)) < 0)
[
all
...]
dbus-message-util.c
1372
int *
unix_fds
;
local
[
all
...]
dbus-transport-socket.c
602
const int *
unix_fds
;
local
605
_dbus_message_get_unix_fds(message, &
unix_fds
, &n);
614
unix_fds
,
[
all
...]
/external/dbus/doc/
dbus-specification.xml
[
all
...]
Completed in 211 milliseconds