HomeSort by relevance Sort by last modified time
    Searched refs:EVTAG_GET (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libevent/test/
regress.gen.h 15 #define EVTAG_GET(msg, member, args...) (*(msg)->base->member##_get)(msg, ## args)
18 #define EVTAG_GET(msg, member, ...) (*(msg)->base->member##_get)(msg, ## __VA_ARGS__)
regress_rpc.c 358 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) {
regress.c 1514 if (EVTAG_GET(msg, attack, &attack) == -1) {
    [all...]

Completed in 396 milliseconds