Searched refs:EVTAG_GET (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/libevent/test/
H A Dregress.gen.h15 #define EVTAG_GET(msg, member, args...) (*(msg)->base->member##_get)(msg, ## args) macro
18 #define EVTAG_GET(msg, member, ...) (*(msg)->base->member##_get)(msg, ## __VA_ARGS__) macro
H A Dregress_rpc.c358 if (EVTAG_GET(kill, weapon, &weapon) == -1) {
362 if (EVTAG_GET(kill, action, &action) == -1) {
389 if (EVTAG_GET(kill, weapon, &weapon) == -1) {
393 if (EVTAG_GET(kill, action, &action) == -1) {
H A Dregress.c1514 if (EVTAG_GET(msg, attack, &attack) == -1) {
/external/chromium_org/third_party/libevent/test/
H A Dregress.gen.h15 #define EVTAG_GET(msg, member, args...) (*(msg)->base->member##_get)(msg, ## args) macro
18 #define EVTAG_GET(msg, member, ...) (*(msg)->base->member##_get)(msg, ## __VA_ARGS__) macro
H A Dregress_rpc.c358 if (EVTAG_GET(kill, weapon, &weapon) == -1) {
362 if (EVTAG_GET(kill, action, &action) == -1) {
389 if (EVTAG_GET(kill, weapon, &weapon) == -1) {
393 if (EVTAG_GET(kill, action, &action) == -1) {
H A Dregress.c1514 if (EVTAG_GET(msg, attack, &attack) == -1) {

Completed in 593 milliseconds