Searched refs:MAX_RECV_LIMIT (Results 1 – 8 of 8) sorted by relevance
35 constexpr int32_t MAX_RECV_LIMIT = 32; variable195 for (int32_t i = 0; i < MAX_RECV_LIMIT; i++) { in ReceiveData()
27 static constexpr size_t MAX_RECV_LIMIT = 13; variable
63 #define MAX_RECV_LIMIT 32 macro
41 for (int32_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnReadable()
45 for (size_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnReadable()
37 inline constexpr int32_t MAX_RECV_LIMIT { 13 };
219 for (int32_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnEpollRecv()
266 for (int32_t i = 0; i < MAX_RECV_LIMIT; i++) { in OnEpollRecv()