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

  /external/libevent/test/
regress_rpc.c 823 if (EVTAG_ARRAY_GET(msg2, run, 0, &run) == -1) {
835 if (EVTAG_ARRAY_GET(run, notes, 0, &note_one) == -1 ||
836 EVTAG_ARRAY_GET(run, notes, 1, &note_two) == -1) {
854 if (EVTAG_ARRAY_GET(
865 if (EVTAG_ARRAY_GET(attack, how_often, i, &res) == -1) {
  /external/libevent/include/event2/
rpc.h 137 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \

Completed in 99 milliseconds