Home | History | Annotate | Download | only in libevent

Lines Matching refs:ev_uint32_t

590 		ev_uint32_t addr = ntohl(sin_out.sin_addr.s_addr);
1594 const ev_uint32_t a = ntohl(in->s_addr);
1970 static const ev_uint32_t EVUTIL_ISALPHA_TABLE[8] =
1972 static const ev_uint32_t EVUTIL_ISALNUM_TABLE[8] =
1974 static const ev_uint32_t EVUTIL_ISSPACE_TABLE[8] = { 0x3e00, 0x1, 0, 0, 0, 0, 0, 0 };
1975 static const ev_uint32_t EVUTIL_ISXDIGIT_TABLE[8] =
1977 static const ev_uint32_t EVUTIL_ISDIGIT_TABLE[8] = { 0, 0x3ff0000, 0, 0, 0, 0, 0, 0 };
1978 static const ev_uint32_t EVUTIL_ISPRINT_TABLE[8] =
1980 static const ev_uint32_t EVUTIL_ISUPPER_TABLE[8] = { 0, 0, 0x7fffffe, 0, 0, 0, 0, 0 };
1981 static const ev_uint32_t EVUTIL_ISLOWER_TABLE[8] = { 0, 0, 0, 0x7fffffe, 0, 0, 0, 0 };