GET32             760 third_party/libevent/evdns.c #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl(_t32); } while(0)
GET32            1036 third_party/libevent/evdns.c #undef GET32