Home
last modified time | relevance | path

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

/php-src/ext/dba/libinifile/
H A Dinifile.c85 if (!php_stream_truncate_supported(fp)) { in inifile_alloc()
/php-src/ext/com_dotnet/
H A Dcom_persist.c174 if (php_stream_truncate_supported(stm->stream)) { in stm_set_size()
/php-src/main/
H A Dphp_streams.h448 #define php_stream_truncate_supported(stream) (_php_stream_set_option((stream), PHP_STREAM_OPTION_T… macro
/php-src/ext/standard/
H A Dfile.c1393 if (!php_stream_truncate_supported(stream)) { in PHP_FUNCTION()
/php-src/ext/spl/
H A Dspl_directory.c2694 if (!php_stream_truncate_supported(intern->u.file.stream)) { in PHP_METHOD()

Completed in 27 milliseconds