OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reply_timeout
(Results
1 - 4
of
4
) sorted by null
/external/dbus/bus/
bus.h
64
int
reply_timeout
; /**< How long to wait before timing out a reply */
member in struct:__anon8670
config-parser.c
454
parser->limits.
reply_timeout
= -1; /* never */
[
all
...]
bus.c
1295
return context->limits.
reply_timeout
;
[
all
...]
/external/dbus/tools/
dbus-send.c
234
int
reply_timeout
;
local
253
reply_timeout
= -1;
292
reply_timeout
= strtol (strchr (arg, '=') + 1,
515
message,
reply_timeout
,
Completed in 1635 milliseconds