Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dcast.c189 int flags = castas & PHP_STREAM_CAST_MASK; in _php_stream_cast()
190 castas &= ~PHP_STREAM_CAST_MASK; in _php_stream_cast()
/php-src/main/
H A Dphp_streams.h520 #define PHP_STREAM_CAST_MASK (PHP_STREAM_CAST_TRY_HARD | PHP_STREAM_CAST_RELEASE | PHP_STREAM_CAST… macro

Completed in 11 milliseconds