Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dplain_wrapper.c58 # define PLAIN_WRAP_BUF_SIZE(st) (((st) > UINT_MAX) ? UINT_MAX : (unsigned int)(st)) macro
60 # define PLAIN_WRAP_BUF_SIZE(st) (st) macro

Completed in 8 milliseconds