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

  /external/libevent/include/event2/
rpc_compat.h 45 #undef EVTAG_GET
50 #define EVTAG_GET(msg, member, args...) \
rpc.h 108 #define EVTAG_GET(msg, member, pvalue) \
  /external/libevent/test/
regress_rpc.c 343 if (EVTAG_GET(kill, weapon, &weapon) == -1) {
347 if (EVTAG_GET(kill, action, &action) == -1) {
374 if (EVTAG_GET(kill, weapon, &weapon) == -1) {
378 if (EVTAG_GET(kill, action, &action) == -1) {
752 if (EVTAG_GET(msg, attack, &attack) == -1) {
814 if (EVTAG_GET(msg2, attack, &attack) == -1) {
845 if (EVTAG_GET(run, large_number, &large_number) == -1 ||

Completed in 49 milliseconds