OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVTAG_ASSIGN
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libevent/test/
regress_rpc.c
112
EVTAG_ASSIGN
(kill_reply, weapon, "dagger");
113
EVTAG_ASSIGN
(kill_reply, action, "wave around like an idiot");
294
EVTAG_ASSIGN
(msg, from_name, "niels");
295
EVTAG_ASSIGN
(msg, to_name, "tester");
464
EVTAG_ASSIGN
(msg, from_name, "niels");
465
EVTAG_ASSIGN
(msg, to_name, "tester");
525
EVTAG_ASSIGN
(msg, from_name, "niels");
526
EVTAG_ASSIGN
(msg, to_name, "tester");
593
EVTAG_ASSIGN
(msg, from_name, "niels");
594
EVTAG_ASSIGN
(msg, to_name, "tester")
[
all
...]
regress.gen.h
14
#define
EVTAG_ASSIGN
(msg, member, args...) (*(msg)->base->member##_assign)(msg, ## args)
17
#define
EVTAG_ASSIGN
(msg, member, ...) (*(msg)->base->member##_assign)(msg, ## __VA_ARGS__)
regress.c
1511
EVTAG_ASSIGN
(msg, from_name, "niels");
1512
EVTAG_ASSIGN
(msg, to_name, "phoenix");
1519
EVTAG_ASSIGN
(attack, weapon, "feather");
1520
EVTAG_ASSIGN
(attack, action, "tickle");
1529
EVTAG_ASSIGN
(run, how, "very fast but with some data in it");
1530
EVTAG_ASSIGN
(run, fixed_bytes,
[
all
...]
Completed in 21 milliseconds