Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dplain_wrapper.c57 # define PLAIN_WRAP_BUF_SIZE(st) ((unsigned int)(st > INT_MAX ? INT_MAX : st)) macro
61 # define PLAIN_WRAP_BUF_SIZE(st) (st) macro
357 ssize_t bytes_written = _write(data->fd, buf, PLAIN_WRAP_BUF_SIZE(count)); in php_stdiop_write()
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