Home
last modified time | relevance | path

Searched refs:PHP_STREAM_OPTION_TRUNCATE_API (Results 1 – 5 of 5) sorted by last modified time

/PHP-7.1/main/streams/
H A Dmemory.c253 case PHP_STREAM_OPTION_TRUNCATE_API: in php_stream_memory_set_option()
H A Dplain_wrapper.c847 case PHP_STREAM_OPTION_TRUNCATE_API: in php_stdiop_set_option()
H A Dstreams.c1381 …return php_stream_set_option(stream, PHP_STREAM_OPTION_TRUNCATE_API, PHP_STREAM_TRUNCATE_SET_SIZE,… in _php_stream_truncate_set_size()
H A Duserspace.c990 case PHP_STREAM_OPTION_TRUNCATE_API: in php_userstreamop_set_option()
/PHP-7.1/main/
H A Dphp_streams.h419 #define PHP_STREAM_OPTION_TRUNCATE_API 10 macro
424 …truncate_supported(stream) (_php_stream_set_option((stream), PHP_STREAM_OPTION_TRUNCATE_API, PHP_S…

Completed in 33 milliseconds