Home
last modified time | relevance | path

Searched defs: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

Completed in 8 milliseconds