Home
last modified time | relevance | path

Searched refs:buf_stream (Results 1 – 25 of 86) sorted by relevance

1234

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dimagpnm.cpp56 wxBufferedInputStream buf_stream(stream); in LoadFile() local
57 wxTextInputStream text_stream(buf_stream); in LoadFile()
59 Skip_Comment(buf_stream); in LoadFile()
60 if (buf_stream.GetC()==wxT('P')) c=buf_stream.GetC(); in LoadFile()
77 Skip_Comment(buf_stream); in LoadFile()
79 Skip_Comment(buf_stream); in LoadFile()
107 if ( !buf_stream ) in LoadFile()
130 if ( !buf_stream ) in LoadFile()
146 buf_stream.Read(&value,1); in LoadFile()
152 if ( !buf_stream ) in LoadFile()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dimagpnm.cpp58 wxBufferedInputStream buf_stream(stream); in LoadFile() local
59 wxTextInputStream text_stream(buf_stream); in LoadFile()
61 Skip_Comment(buf_stream); in LoadFile()
62 if (buf_stream.GetC()==wxT('P')) c=buf_stream.GetC(); in LoadFile()
79 Skip_Comment(buf_stream); in LoadFile()
81 Skip_Comment(buf_stream); in LoadFile()
108 if ( !buf_stream ) in LoadFile()
130 if ( !buf_stream ) in LoadFile()
146 buf_stream.Read(&value,1); in LoadFile()
152 if ( !buf_stream ) in LoadFile()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dimagpnm.cpp59 wxBufferedInputStream buf_stream(stream); in LoadFile() local
60 wxTextInputStream text_stream(buf_stream); in LoadFile()
62 Skip_Comment(buf_stream); in LoadFile()
63 if (buf_stream.GetC()==wxT('P')) c=buf_stream.GetC(); in LoadFile()
77 Skip_Comment(buf_stream); in LoadFile()
79 Skip_Comment(buf_stream); in LoadFile()
104 if ( !buf_stream ) in LoadFile()
123 if ( !buf_stream ) in LoadFile()
136 buf_stream.Read(&value,1); in LoadFile()
142 if ( !buf_stream ) in LoadFile()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dimagpnm.cpp59 wxBufferedInputStream buf_stream(stream); in LoadFile() local
60 wxTextInputStream text_stream(buf_stream); in LoadFile()
62 Skip_Comment(buf_stream); in LoadFile()
63 if (buf_stream.GetC()==wxT('P')) c=buf_stream.GetC(); in LoadFile()
77 Skip_Comment(buf_stream); in LoadFile()
79 Skip_Comment(buf_stream); in LoadFile()
104 if ( !buf_stream ) in LoadFile()
123 if ( !buf_stream ) in LoadFile()
136 buf_stream.Read(&value,1); in LoadFile()
142 if ( !buf_stream ) in LoadFile()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dimagpnm.cpp59 wxBufferedInputStream buf_stream(stream); in LoadFile() local
60 wxTextInputStream text_stream(buf_stream); in LoadFile()
62 Skip_Comment(buf_stream); in LoadFile()
63 if (buf_stream.GetC()==wxT('P')) c=buf_stream.GetC(); in LoadFile()
77 Skip_Comment(buf_stream); in LoadFile()
79 Skip_Comment(buf_stream); in LoadFile()
104 if ( !buf_stream ) in LoadFile()
123 if ( !buf_stream ) in LoadFile()
136 buf_stream.Read(&value,1); in LoadFile()
142 if ( !buf_stream ) in LoadFile()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dimagpnm.cpp59 wxBufferedInputStream buf_stream(stream); in LoadFile() local
60 wxTextInputStream text_stream(buf_stream); in LoadFile()
62 Skip_Comment(buf_stream); in LoadFile()
63 if (buf_stream.GetC()==wxT('P')) c=buf_stream.GetC(); in LoadFile()
77 Skip_Comment(buf_stream); in LoadFile()
79 Skip_Comment(buf_stream); in LoadFile()
104 if ( !buf_stream ) in LoadFile()
123 if ( !buf_stream ) in LoadFile()
136 buf_stream.Read(&value,1); in LoadFile()
142 if ( !buf_stream ) in LoadFile()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dimagpnm.cpp58 wxBufferedInputStream buf_stream(stream); in LoadFile() local
59 wxTextInputStream text_stream(buf_stream); in LoadFile()
61 Skip_Comment(buf_stream); in LoadFile()
62 if (buf_stream.GetC()==wxT('P')) c=buf_stream.GetC(); in LoadFile()
79 Skip_Comment(buf_stream); in LoadFile()
81 Skip_Comment(buf_stream); in LoadFile()
108 if ( !buf_stream ) in LoadFile()
130 if ( !buf_stream ) in LoadFile()
146 buf_stream.Read(&value,1); in LoadFile()
152 if ( !buf_stream ) in LoadFile()
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dfilter.c669 struct buf_stream { struct
678 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
679 assert(buf_stream); in buf_stream_write()
681 assert(buf_stream->complete == 0); in buf_stream_write()
688 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
689 assert(buf_stream); in buf_stream_close()
691 assert(buf_stream->complete == 0); in buf_stream_close()
692 buf_stream->complete = 1; in buf_stream_close()
717 struct buf_stream writer; in git_filter_list_apply_to_data()
744 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dfilter.c677 struct buf_stream { struct
686 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
687 assert(buf_stream); in buf_stream_write()
689 assert(buf_stream->complete == 0); in buf_stream_write()
696 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
697 assert(buf_stream); in buf_stream_close()
699 assert(buf_stream->complete == 0); in buf_stream_close()
700 buf_stream->complete = 1; in buf_stream_close()
725 struct buf_stream writer; in git_filter_list_apply_to_data()
752 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dfilter.c669 struct buf_stream { struct
678 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
679 assert(buf_stream); in buf_stream_write()
681 assert(buf_stream->complete == 0); in buf_stream_write()
688 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
689 assert(buf_stream); in buf_stream_close()
691 assert(buf_stream->complete == 0); in buf_stream_close()
692 buf_stream->complete = 1; in buf_stream_close()
717 struct buf_stream writer; in git_filter_list_apply_to_data()
744 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dfilter.c677 struct buf_stream { struct
686 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
687 assert(buf_stream); in buf_stream_write()
689 assert(buf_stream->complete == 0); in buf_stream_write()
696 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
697 assert(buf_stream); in buf_stream_close()
699 assert(buf_stream->complete == 0); in buf_stream_close()
700 buf_stream->complete = 1; in buf_stream_close()
725 struct buf_stream writer; in git_filter_list_apply_to_data()
752 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dfilter.c679 struct buf_stream { struct
688 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
689 GIT_ASSERT_ARG(buf_stream); in buf_stream_write()
690 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_write()
697 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
698 GIT_ASSERT_ARG(buf_stream); in buf_stream_close()
700 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_close()
701 buf_stream->complete = 1; in buf_stream_close()
726 struct buf_stream writer; in git_filter_list_apply_to_data()
754 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dfilter.c669 struct buf_stream { struct
678 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
679 assert(buf_stream); in buf_stream_write()
681 assert(buf_stream->complete == 0); in buf_stream_write()
688 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
689 assert(buf_stream); in buf_stream_close()
691 assert(buf_stream->complete == 0); in buf_stream_close()
692 buf_stream->complete = 1; in buf_stream_close()
717 struct buf_stream writer; in git_filter_list_apply_to_data()
744 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dfilter.c679 struct buf_stream { struct
688 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() local
689 GIT_ASSERT_ARG(buf_stream); in buf_stream_write()
690 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_write()
697 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
698 GIT_ASSERT_ARG(buf_stream); in buf_stream_close()
700 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_close()
701 buf_stream->complete = 1; in buf_stream_close()
726 struct buf_stream writer; in git_filter_list_apply_to_data()
754 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dfilter.c677 struct buf_stream { struct
686 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
687 assert(buf_stream); in buf_stream_write()
689 assert(buf_stream->complete == 0); in buf_stream_write()
696 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
697 assert(buf_stream); in buf_stream_close()
699 assert(buf_stream->complete == 0); in buf_stream_close()
700 buf_stream->complete = 1; in buf_stream_close()
725 struct buf_stream writer; in git_filter_list_apply_to_data()
752 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dfilter.c679 struct buf_stream { struct
688 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
689 GIT_ASSERT_ARG(buf_stream); in buf_stream_write()
690 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_write()
697 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
698 GIT_ASSERT_ARG(buf_stream); in buf_stream_close()
700 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_close()
701 buf_stream->complete = 1; in buf_stream_close()
726 struct buf_stream writer; in git_filter_list_apply_to_data()
754 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dfilter.c711 struct buf_stream { struct
720 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() local
721 GIT_ASSERT_ARG(buf_stream); in buf_stream_write()
722 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_write()
729 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
730 GIT_ASSERT_ARG(buf_stream); in buf_stream_close()
732 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_close()
733 buf_stream->complete = 1; in buf_stream_close()
761 struct buf_stream writer; in git_filter_list_apply_to_buffer()
805 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dfilter.c679 struct buf_stream { struct
688 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() local
689 GIT_ASSERT_ARG(buf_stream); in buf_stream_write()
690 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_write()
697 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
698 GIT_ASSERT_ARG(buf_stream); in buf_stream_close()
700 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_close()
701 buf_stream->complete = 1; in buf_stream_close()
729 struct buf_stream writer; in git_filter_list_apply_to_buffer()
773 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dfilter.c711 struct buf_stream { struct
720 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() local
721 GIT_ASSERT_ARG(buf_stream); in buf_stream_write()
722 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_write()
729 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
730 GIT_ASSERT_ARG(buf_stream); in buf_stream_close()
732 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_close()
733 buf_stream->complete = 1; in buf_stream_close()
761 struct buf_stream writer; in git_filter_list_apply_to_buffer()
805 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dfilter.c705 struct buf_stream { struct
714 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
715 GIT_ASSERT_ARG(buf_stream); in buf_stream_write()
716 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_write()
723 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
724 GIT_ASSERT_ARG(buf_stream); in buf_stream_close()
726 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_close()
727 buf_stream->complete = 1; in buf_stream_close()
755 struct buf_stream writer; in git_filter_list_apply_to_buffer()
799 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dfilter.c679 struct buf_stream { struct
688 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
689 GIT_ASSERT_ARG(buf_stream); in buf_stream_write()
690 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_write()
697 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
698 GIT_ASSERT_ARG(buf_stream); in buf_stream_close()
700 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_close()
701 buf_stream->complete = 1; in buf_stream_close()
729 struct buf_stream writer; in git_filter_list_apply_to_buffer()
773 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dfilter.c679 struct buf_stream { struct
688 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
689 GIT_ASSERT_ARG(buf_stream); in buf_stream_write()
690 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_write()
697 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
698 GIT_ASSERT_ARG(buf_stream); in buf_stream_close()
700 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_close()
701 buf_stream->complete = 1; in buf_stream_close()
729 struct buf_stream writer; in git_filter_list_apply_to_buffer()
773 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dfilter.c711 struct buf_stream { struct
720 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
721 GIT_ASSERT_ARG(buf_stream); in buf_stream_write()
722 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_write()
729 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
730 GIT_ASSERT_ARG(buf_stream); in buf_stream_close()
732 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_close()
733 buf_stream->complete = 1; in buf_stream_close()
761 struct buf_stream writer; in git_filter_list_apply_to_buffer()
805 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dfilter.c711 struct buf_stream { struct
720 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
721 GIT_ASSERT_ARG(buf_stream); in buf_stream_write()
722 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_write()
729 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
730 GIT_ASSERT_ARG(buf_stream); in buf_stream_close()
732 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_close()
733 buf_stream->complete = 1; in buf_stream_close()
761 struct buf_stream writer; in git_filter_list_apply_to_buffer()
805 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dfilter.c711 struct buf_stream { struct
720 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_write() argument
721 GIT_ASSERT_ARG(buf_stream); in buf_stream_write()
722 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_write()
729 struct buf_stream *buf_stream = (struct buf_stream *)s; in buf_stream_close() local
730 GIT_ASSERT_ARG(buf_stream); in buf_stream_close()
732 GIT_ASSERT(buf_stream->complete == 0); in buf_stream_close()
733 buf_stream->complete = 1; in buf_stream_close()
761 struct buf_stream writer; in git_filter_list_apply_to_buffer()
805 struct buf_stream writer; in git_filter_list_apply_to_file()
[all …]

1234