Home
last modified time | relevance | path

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

/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c87 if (!php_stream_truncate_supported(fp)) { in inifile_alloc()
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c178 if (php_stream_truncate_supported(stm->stream)) { in stm_set_size()
/PHP-5.5/main/
H A Dphp_streams.h415 #define php_stream_truncate_supported(stream) (_php_stream_set_option((stream), PHP_STREAM_OPTION_T… macro
/PHP-5.5/ext/standard/
H A Dfile.c1513 if (!php_stream_truncate_supported(stream)) { in PHP_NAMED_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_directory.c2904 if (!php_stream_truncate_supported(intern->u.file.stream)) { in SPL_METHOD()

Completed in 52 milliseconds