Searched defs:N_TO_READ (Results 1 – 1 of 1) sorted by relevance
160 #define N_TO_READ(x) ((x) > INT_MAX) ? INT_MAX : ((int)(x)) in evutil_read_file() macro162 #define N_TO_READ(x) (x) in evutil_read_file() macro