PLAIN_WRAP_BUF_SIZE   58 main/streams/plain_wrapper.c # define PLAIN_WRAP_BUF_SIZE(st) (((st) > UINT_MAX) ? UINT_MAX : (unsigned int)(st))
PLAIN_WRAP_BUF_SIZE   60 main/streams/plain_wrapper.c # define PLAIN_WRAP_BUF_SIZE(st) (st)