Home
last modified time | relevance | path

Searched refs:php_stream_copy_to_stream (Results 1 – 4 of 4) sorted by path

/PHP-5.3/
H A DREADME.STREAMS106 PHPAPI size_t php_stream_copy_to_stream(php_stream *src,
/PHP-5.3/ext/dba/libinifile/
H A Dinifile.c406 if (!php_stream_copy_to_stream(dba->fp, fp, pos_end - pos_start)) { in inifile_copy_to()
431 if (!php_stream_copy_to_stream(from->fp, dba->fp, pos_next - pos_start)) { in inifile_filter()
450 if (!php_stream_copy_to_stream(from->fp, dba->fp, pos_next - pos_start)) { in inifile_filter()
501 if (!php_stream_copy_to_stream(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL)) { in inifile_delete_replace_append()
542 if (!php_stream_copy_to_stream(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL)) { in inifile_delete_replace_append()
/PHP-5.3/ext/phar/
H A Dphar_internal.h527 size_t ret = php_stream_copy_to_stream(src, dest, maxlen); in phar_stream_copy_to_stream()
/PHP-5.3/main/
H A Dphp_streams.h431 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… macro

Completed in 20 milliseconds