Home
last modified time | relevance | path

Searched refs:srcstream (Results 1 – 23 of 23) sorted by relevance

/dports/mail/pecl-mailparse/mailparse-3.1.2/
H A Dmailparse.c267 php_stream *srcstream; in PHP_METHOD() local
273 if (srcstream == NULL) { in PHP_METHOD()
290 php_stream *srcstream; in PHP_METHOD() local
295 php_stream_rewind(srcstream); in PHP_METHOD()
424 if (srcstream == NULL) { in mailparse_mimemessage_extract()
455 php_stream_close(srcstream); in mailparse_mimemessage_extract()
521 if (srcstream == NULL) { in PHP_METHOD()
532 while(!php_stream_eof(srcstream) && php_stream_gets(srcstream, buffer, sizeof(buffer))) { in PHP_METHOD()
577 php_stream_close(srcstream); in PHP_METHOD()
1339 if (srcstream == NULL) { in mailparse_do_extract()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/
H A Dw32codec.c198 HACMSTREAM srcstream; member
1180 this->srcstream = 0; in w32a_init_audio()
1217 ret=acmStreamOpen(&this->srcstream,(HACMDRIVER)NULL, in w32a_init_audio()
1228 this->srcstream = 0; in w32a_init_audio()
1247 this->srcstream = 0; in w32a_init_audio()
1265 this->srcstream = 0; in w32a_init_audio()
1385 hr=acmStreamPrepareHeader(this->srcstream,&ash,0); in w32a_decode_audio()
1393 hr=acmStreamConvert(this->srcstream,&ash,0); in w32a_decode_audio()
1519 if( this->srcstream ) { in w32a_dispose()
1520 acmStreamClose(this->srcstream, 0); in w32a_dispose()
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dfile.c591 php_stream *srcstream = NULL; in PHP_FUNCTION() local
603 php_stream_from_zval(srcstream, data); in PHP_FUNCTION()
640 if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) { in PHP_FUNCTION()
1706 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx() local
1775 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1777 if (!srcstream) { in php_copy_file_ctx()
1783 if (srcstream && deststream) { in php_copy_file_ctx()
1784 ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL); in php_copy_file_ctx()
1786 if (srcstream) { in php_copy_file_ctx()
1787 php_stream_close(srcstream); in php_copy_file_ctx()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dfile.c596 php_stream *srcstream = NULL; in PHP_FUNCTION() local
608 php_stream_from_zval(srcstream, data); in PHP_FUNCTION()
645 if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) { in PHP_FUNCTION()
1669 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx() local
1738 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1740 if (!srcstream) { in php_copy_file_ctx()
1746 if (srcstream && deststream) { in php_copy_file_ctx()
1747 ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL); in php_copy_file_ctx()
1749 if (srcstream) { in php_copy_file_ctx()
1750 php_stream_close(srcstream); in php_copy_file_ctx()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dfile.c588 php_stream *srcstream = NULL; in PHP_FUNCTION() local
600 php_stream_from_zval(srcstream, data); in PHP_FUNCTION()
637 if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) { in PHP_FUNCTION()
1627 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx() local
1696 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1698 if (!srcstream) { in php_copy_file_ctx()
1704 if (srcstream && deststream) { in php_copy_file_ctx()
1705 ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL); in php_copy_file_ctx()
1707 if (srcstream) { in php_copy_file_ctx()
1708 php_stream_close(srcstream); in php_copy_file_ctx()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dfile.c589 php_stream *srcstream = NULL; in PHP_FUNCTION() local
601 php_stream_from_zval(srcstream, data); in PHP_FUNCTION()
638 if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) { in PHP_FUNCTION()
1691 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx() local
1760 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1762 if (!srcstream) { in php_copy_file_ctx()
1768 if (srcstream && deststream) { in php_copy_file_ctx()
1769 ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL); in php_copy_file_ctx()
1771 if (srcstream) { in php_copy_file_ctx()
1772 php_stream_close(srcstream); in php_copy_file_ctx()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dfile.c596 php_stream *srcstream = NULL; in PHP_FUNCTION() local
608 php_stream_from_zval(srcstream, data); in PHP_FUNCTION()
645 if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) { in PHP_FUNCTION()
1669 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx() local
1738 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1740 if (!srcstream) { in php_copy_file_ctx()
1746 if (srcstream && deststream) { in php_copy_file_ctx()
1747 ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL); in php_copy_file_ctx()
1749 if (srcstream) { in php_copy_file_ctx()
1750 php_stream_close(srcstream); in php_copy_file_ctx()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dfile.c591 php_stream *srcstream = NULL; in PHP_FUNCTION() local
603 php_stream_from_zval(srcstream, data); in PHP_FUNCTION()
640 if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) { in PHP_FUNCTION()
1706 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx() local
1775 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1777 if (!srcstream) { in php_copy_file_ctx()
1783 if (srcstream && deststream) { in php_copy_file_ctx()
1784 ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL); in php_copy_file_ctx()
1786 if (srcstream) { in php_copy_file_ctx()
1787 php_stream_close(srcstream); in php_copy_file_ctx()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dfile.c589 php_stream *srcstream = NULL; in PHP_FUNCTION() local
601 php_stream_from_zval(srcstream, data); in PHP_FUNCTION()
638 if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) { in PHP_FUNCTION()
1691 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx() local
1760 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1762 if (!srcstream) { in php_copy_file_ctx()
1768 if (srcstream && deststream) { in php_copy_file_ctx()
1769 ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL); in php_copy_file_ctx()
1771 if (srcstream) { in php_copy_file_ctx()
1772 php_stream_close(srcstream); in php_copy_file_ctx()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dfile.c588 php_stream *srcstream = NULL; in PHP_FUNCTION() local
600 php_stream_from_zval(srcstream, data); in PHP_FUNCTION()
637 if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) { in PHP_FUNCTION()
1627 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx() local
1696 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1698 if (!srcstream) { in php_copy_file_ctx()
1704 if (srcstream && deststream) { in php_copy_file_ctx()
1705 ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL); in php_copy_file_ctx()
1707 if (srcstream) { in php_copy_file_ctx()
1708 php_stream_close(srcstream); in php_copy_file_ctx()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/skpbench/
H A Dskpbench.cpp470 std::unique_ptr<SkStream> srcstream(SkStream::MakeFromFile(srcfile.c_str())); in main() local
471 if (!srcstream) { in main()
475 skp = create_skp_from_svg(srcstream.get(), srcfile.c_str()); in main()
481 skp = SkPicture::MakeFromStream(srcstream.get()); in main()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/lzma/vtklzma/src/liblzma/common/
H A Dindex.c940 const index_stream *srcstream in lzma_index_dup() local
944 srcstream, allocator); in lzma_index_dup()
952 srcstream = index_tree_next(&srcstream->node); in lzma_index_dup()
953 } while (srcstream != NULL); in lzma_index_dup()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/liblzma/common/
H A Dindex.c940 const index_stream *srcstream in lzma_index_dup() local
944 srcstream, allocator); in lzma_index_dup()
952 srcstream = index_tree_next(&srcstream->node); in lzma_index_dup()
953 } while (srcstream != NULL); in lzma_index_dup()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/lzma-sys-0.1.16/xz-5.2/src/liblzma/common/
H A Dindex.c940 const index_stream *srcstream in lzma_index_dup() local
944 srcstream, allocator); in lzma_index_dup()
952 srcstream = index_tree_next(&srcstream->node); in lzma_index_dup()
953 } while (srcstream != NULL); in lzma_index_dup()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmliblzma/liblzma/common/
H A Dindex.c940 const index_stream *srcstream in lzma_index_dup() local
944 srcstream, allocator); in lzma_index_dup()
952 srcstream = index_tree_next(&srcstream->node); in lzma_index_dup()
953 } while (srcstream != NULL); in lzma_index_dup()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmliblzma/liblzma/common/
H A Dindex.c940 const index_stream *srcstream in lzma_index_dup() local
944 srcstream, allocator); in lzma_index_dup()
952 srcstream = index_tree_next(&srcstream->node); in lzma_index_dup()
953 } while (srcstream != NULL); in lzma_index_dup()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/liblzma/common/
H A Dindex.c940 const index_stream *srcstream in lzma_index_dup() local
944 srcstream, allocator); in lzma_index_dup()
952 srcstream = index_tree_next(&srcstream->node); in lzma_index_dup()
953 } while (srcstream != NULL); in lzma_index_dup()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/lzma/vtklzma/src/liblzma/common/
H A Dindex.c940 const index_stream *srcstream in lzma_index_dup() local
944 srcstream, allocator); in lzma_index_dup()
952 srcstream = index_tree_next(&srcstream->node); in lzma_index_dup()
953 } while (srcstream != NULL); in lzma_index_dup()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmliblzma/liblzma/common/
H A Dindex.c940 const index_stream *srcstream in lzma_index_dup() local
944 srcstream, allocator); in lzma_index_dup()
952 srcstream = index_tree_next(&srcstream->node); in lzma_index_dup()
953 } while (srcstream != NULL); in lzma_index_dup()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/liblzma/common/
H A Dindex.c940 const index_stream *srcstream in lzma_index_dup() local
944 srcstream, allocator); in lzma_index_dup()
952 srcstream = index_tree_next(&srcstream->node); in lzma_index_dup()
953 } while (srcstream != NULL); in lzma_index_dup()
/dports/lang/rust/rustc-1.58.1-src/vendor/lzma-sys/xz-5.2/src/liblzma/common/
H A Dindex.c940 const index_stream *srcstream in lzma_index_dup() local
944 srcstream, allocator); in lzma_index_dup()
952 srcstream = index_tree_next(&srcstream->node); in lzma_index_dup()
953 } while (srcstream != NULL); in lzma_index_dup()
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/lzma/liblzma/common/
H A Dindex.c936 const index_stream *srcstream in lzma_index_dup() local
940 srcstream, allocator); in lzma_index_dup()
948 srcstream = index_tree_next(&srcstream->node); in lzma_index_dup()
949 } while (srcstream != NULL); in lzma_index_dup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/skpbench/
H A Dskpbench.cpp515 std::unique_ptr<SkStream> srcstream(SkStream::MakeFromFile(srcfile.c_str())); in main() local
516 if (!srcstream) { in main()
520 skp = create_skp_from_svg(srcstream.get(), srcfile.c_str()); in main()
526 skp = SkPicture::MakeFromStream(srcstream.get()); in main()