Home
last modified time | relevance | path

Searched refs:PLAIN_WRAP_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/main/streams/
H A Dplain_wrapper.c56 # define PLAIN_WRAP_BUF_SIZE(st) (((st) > UINT_MAX) ? UINT_MAX : (unsigned int)(st)) macro
60 # define PLAIN_WRAP_BUF_SIZE(st) (st) macro
423 ret = read(data->fd, buf, PLAIN_WRAP_BUF_SIZE(count)); in php_stdiop_read()
429 ret = read(data->fd, buf, PLAIN_WRAP_BUF_SIZE(count)); in php_stdiop_read()

Completed in 7 milliseconds