Searched refs:EV_UINT64_MAX (Results 1 – 2 of 2) sorted by relevance
218 #define EV_UINT64_MAX ((((ev_uint64_t)0xffffffffUL) << 32) | 0xffffffffUL) macro238 #define EV_SIZE_MAX EV_UINT64_MAX
640 evcon->max_body_size = EV_UINT64_MAX; in evhttp_connection_set_max_body_size()3389 http->default_max_body_size = EV_UINT64_MAX; in evhttp_set_max_body_size()