Searched refs:PLAIN_WRAP_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
58 # define PLAIN_WRAP_BUF_SIZE(st) (((st) > UINT_MAX) ? UINT_MAX : (unsigned int)(st)) macro60 # define PLAIN_WRAP_BUF_SIZE(st) (st) macro404 ret = read(data->fd, buf, PLAIN_WRAP_BUF_SIZE(count)); in php_stdiop_read()410 ret = read(data->fd, buf, PLAIN_WRAP_BUF_SIZE(count)); in php_stdiop_read()
Completed in 7 milliseconds