Home
last modified time | relevance | path

Searched refs:open_stream (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/detail/serialization/
H A Dopen_stream.cpp31 void open_stream(std::ifstream &stream, const std::wstring &path) in open_stream() function
36 void open_stream(std::ofstream &stream, const std::wstring &path) in open_stream() function
41 void open_stream(std::ifstream &stream, const std::string &path) in open_stream() function
43 open_stream(stream, xlnt::path(path).wstring()); in open_stream()
46 void open_stream(std::ofstream &stream, const std::string &path) in open_stream() function
48 open_stream(stream, xlnt::path(path).wstring()); in open_stream()
51 void open_stream(std::ifstream &stream, const std::string &path)
56 void open_stream(std::ofstream &stream, const std::string &path)
H A Dopen_stream.hpp34 void open_stream(std::ifstream &stream, const std::wstring &path);
36 void open_stream(std::ofstream &stream, const std::wstring &path);
38 void open_stream(std::ifstream &stream, const std::string &path);
40 void open_stream(std::ofstream &stream, const std::string &path);
42 void open_stream(std::ifstream &stream, const std::string &path);
44 void open_stream(std::ofstream &stream, const std::string &path);
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5.c327 while(H5_debug_g.open_stream) { in H5_term_library()
330 tmp_open_stream = H5_debug_g.open_stream; in H5_term_library()
331 (void)HDfclose(H5_debug_g.open_stream->stream); in H5_term_library()
332 H5_debug_g.open_stream = H5_debug_g.open_stream->next; in H5_term_library()
560 H5_debug_open_stream_t *open_stream; in H5_debug_mask() local
565 …if(NULL == (open_stream = (H5_debug_open_stream_t *)H5MM_malloc(sizeof(H5_debug_open_stream_t)))) { in H5_debug_mask()
570 open_stream->stream = stream; in H5_debug_mask()
571 open_stream->next = H5_debug_g.open_stream; in H5_debug_mask()
572 H5_debug_g.open_stream = open_stream; in H5_debug_mask()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5.c352 while(H5_debug_g.open_stream) { in H5_term_library()
355 tmp_open_stream = H5_debug_g.open_stream; in H5_term_library()
356 (void)HDfclose(H5_debug_g.open_stream->stream); in H5_term_library()
357 H5_debug_g.open_stream = H5_debug_g.open_stream->next; in H5_term_library()
585 H5_debug_open_stream_t *open_stream; in H5_debug_mask() local
590 …if(NULL == (open_stream = (H5_debug_open_stream_t *)H5MM_malloc(sizeof(H5_debug_open_stream_t)))) { in H5_debug_mask()
595 open_stream->stream = stream; in H5_debug_mask()
596 open_stream->next = H5_debug_g.open_stream; in H5_debug_mask()
597 H5_debug_g.open_stream = open_stream; in H5_debug_mask()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5.c398 while(H5_debug_g.open_stream) { in H5_term_library()
401 tmp_open_stream = H5_debug_g.open_stream; in H5_term_library()
402 (void)HDfclose(H5_debug_g.open_stream->stream); in H5_term_library()
403 H5_debug_g.open_stream = H5_debug_g.open_stream->next; in H5_term_library()
624 H5_debug_open_stream_t *open_stream; in H5_debug_mask() local
629 …if(NULL == (open_stream = (H5_debug_open_stream_t *)H5MM_malloc(sizeof(H5_debug_open_stream_t)))) { in H5_debug_mask()
634 open_stream->stream = stream; in H5_debug_mask()
635 open_stream->next = H5_debug_g.open_stream; in H5_debug_mask()
636 H5_debug_g.open_stream = open_stream; in H5_debug_mask()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5.c398 while(H5_debug_g.open_stream) { in H5_term_library()
401 tmp_open_stream = H5_debug_g.open_stream; in H5_term_library()
402 (void)HDfclose(H5_debug_g.open_stream->stream); in H5_term_library()
403 H5_debug_g.open_stream = H5_debug_g.open_stream->next; in H5_term_library()
624 H5_debug_open_stream_t *open_stream; in H5_debug_mask() local
629 …if(NULL == (open_stream = (H5_debug_open_stream_t *)H5MM_malloc(sizeof(H5_debug_open_stream_t)))) { in H5_debug_mask()
634 open_stream->stream = stream; in H5_debug_mask()
635 open_stream->next = H5_debug_g.open_stream; in H5_debug_mask()
636 H5_debug_g.open_stream = open_stream; in H5_debug_mask()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5.c389 while(H5_debug_g.open_stream) { in H5_term_library()
392 tmp_open_stream = H5_debug_g.open_stream; in H5_term_library()
393 (void)HDfclose(H5_debug_g.open_stream->stream); in H5_term_library()
394 H5_debug_g.open_stream = H5_debug_g.open_stream->next; in H5_term_library()
633 H5_debug_open_stream_t *open_stream; in H5_debug_mask() local
638 …if(NULL == (open_stream = (H5_debug_open_stream_t *)H5MM_malloc(sizeof(H5_debug_open_stream_t)))) { in H5_debug_mask()
643 open_stream->stream = stream; in H5_debug_mask()
644 open_stream->next = H5_debug_g.open_stream; in H5_debug_mask()
645 H5_debug_g.open_stream = open_stream; in H5_debug_mask()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5.c432 while (H5_debug_g.open_stream) { in H5_term_library()
435 tmp_open_stream = H5_debug_g.open_stream; in H5_term_library()
436 (void)HDfclose(H5_debug_g.open_stream->stream); in H5_term_library()
437 H5_debug_g.open_stream = H5_debug_g.open_stream->next; in H5_term_library()
738 H5_debug_open_stream_t *open_stream; in H5__debug_mask() local
744 … (open_stream = (H5_debug_open_stream_t *)H5MM_malloc(sizeof(H5_debug_open_stream_t)))) { in H5__debug_mask()
749 open_stream->stream = stream; in H5__debug_mask()
750 open_stream->next = H5_debug_g.open_stream; in H5__debug_mask()
751 H5_debug_g.open_stream = open_stream; in H5__debug_mask()
/dports/multimedia/gst123/gst123-0.3.3/src/
H A Diostream.h75 virtual void open_stream() = 0;
94 void open_stream();
114 void open_stream();
150 void open_stream();
H A Dfilestream.cc40 open_stream(); in FileStream()
49 FileStream::open_stream() in open_stream() function in FileStream
/dports/mail/alpine/alpine-465e23b/mapi/
H A Dsmapi.c268 if(!cs->open_stream) return SUCCESS_SUCCESS; in MAPILogoff()
269 cs->open_stream = mail_close_full(cs->open_stream, 0); in MAPILogoff()
270 cs->open_stream = NULL; in MAPILogoff()
331 if(cur_msg + 1 > cs->open_stream->nmsgs) in MAPIFindNext()
335 while(!msg_found && tmp_msgno <= cs->open_stream->nmsgs){ in MAPIFindNext()
338 if(tmp_msgno+1 <= cs->open_stream->nmsgs){ in MAPIFindNext()
339 sprintf(tmp,":%d", min(cs->open_stream->nmsgs,tmp_msgno+100)); in MAPIFindNext()
342 mail_fetch_flags(cs->open_stream, tmpseq, NIL); in MAPIFindNext()
346 telt = mail_elt(cs->open_stream, i); in MAPIFindNext()
356 if(i == cs->open_stream->nmsgs){ in MAPIFindNext()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/mapi/
H A Dsmapi.c268 if(!cs->open_stream) return SUCCESS_SUCCESS; in MAPILogoff()
269 cs->open_stream = mail_close_full(cs->open_stream, 0); in MAPILogoff()
270 cs->open_stream = NULL; in MAPILogoff()
331 if(cur_msg + 1 > cs->open_stream->nmsgs) in MAPIFindNext()
335 while(!msg_found && tmp_msgno <= cs->open_stream->nmsgs){ in MAPIFindNext()
338 if(tmp_msgno+1 <= cs->open_stream->nmsgs){ in MAPIFindNext()
339 sprintf(tmp,":%d", min(cs->open_stream->nmsgs,tmp_msgno+100)); in MAPIFindNext()
342 mail_fetch_flags(cs->open_stream, tmpseq, NIL); in MAPIFindNext()
346 telt = mail_elt(cs->open_stream, i); in MAPIFindNext()
356 if(i == cs->open_stream->nmsgs){ in MAPIFindNext()
[all …]
/dports/textproc/py-pyexcel-io/pyexcel-io-0.6.5/tests/
H A Dtest_book.py21 interface.open_stream(1)
33 reader.open_stream("a string")
39 writer.open_stream("a string")
H A Dtest_new_csvz_book.py77 zipbook.open_stream(io)
81 zipreader.open_stream(io)
90 zipbook.open_stream(io)
94 zipreader.open_stream(io)
/dports/net-im/py-slixmpp/slixmpp-1.7.1/tests/
H A Dtest_stream_xep_0047.py28 self.xmpp['xep_0047'].open_stream('tester@localhost/receiver',
61 self.xmpp['xep_0047'].open_stream('tester@localhost/receiver',
97 self.xmpp['xep_0047'].open_stream('tester@localhost/receiver',
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/workbook/
H A Dstreaming_workbook_writer.cpp78 xlnt::detail::open_stream(static_cast<std::ofstream &>(*stream_), filename); in open()
86 xlnt::detail::open_stream(static_cast<std::ofstream &>(*stream_), filename); in open()
94 xlnt::detail::open_stream(static_cast<std::ofstream &>(*stream_), filename.string()); in open()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_ipc.py216 pa.ipc.open_stream(buf)
240 reader1 = pa.ipc.open_stream(source)
241 reader2 = pa.ipc.open_stream(pa.BufferReader(source))
300 reader = pa.ipc.open_stream(file_contents)
336 reader = pa.ipc.open_stream(file_contents)
346 reader = pa.ipc.open_stream(file_contents)
358 reader = pa.MessageReader.open_stream(buf_reader)
465 reader = pa.ipc.open_stream(source)
548 reader = pa.ipc.open_stream(buffer[8:])
583 with pa.ipc.open_stream(source) as reader:
[all …]
/dports/textproc/py-pyexcel-io/pyexcel-io-0.6.5/pyexcel_io/
H A Dbook.py39 def open_stream(self, file_stream, **keywords): member in RWInterface
91 def open_stream(self, file_stream, **keywords): member in BookReader
121 self.open_stream(file_stream, **keywords)
197 def open_stream(self, file_stream, **keywords): member in BookWriter
/dports/audio/musicpd/mpd-0.23.6/src/playlist/
H A DPlaylistRegistry.cxx200 if (plugin->open_stream != nullptr && in playlist_list_open_stream_mime2()
209 auto playlist = plugin->open_stream(std::move(is)); in playlist_list_open_stream_mime2()
230 if (plugin->open_stream != nullptr && in playlist_list_open_stream_suffix()
239 auto playlist = plugin->open_stream(std::move(is)); in playlist_list_open_stream_suffix()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/multipart-0.15.4/src/client/
H A Dmod.rs54 let (boundary, stream) = open_stream(req, None)?; in from_request()
149 fn open_stream(self) -> Result<Self::Stream, Self::Error>; in open_stream() method
171 fn open_stream(self) -> Result<Self::Stream, Self::Error> { Ok(io::sink()) } in open_stream() method
186 fn open_stream<R: HttpRequest>(mut req: R, content_len: Option<u64>) -> Result<(String, R::Stream),… in open_stream() function
189 req.open_stream().map(|stream| (boundary, stream)) in open_stream()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/multipart-0.18.0/src/client/
H A Dmod.rs54 let (boundary, stream) = open_stream(req, None)?; in from_request()
170 fn open_stream(self) -> Result<Self::Stream, Self::Error>; in open_stream() method
194 fn open_stream(self) -> Result<Self::Stream, Self::Error> { in open_stream() method
213 fn open_stream<R: HttpRequest>( in open_stream() function
219 req.open_stream().map(|stream| (boundary, stream)) in open_stream()
/dports/net/oha/oha-0.4.7/cargo-crates/multipart-0.17.1/src/client/
H A Dmod.rs54 let (boundary, stream) = open_stream(req, None)?; in from_request()
170 fn open_stream(self) -> Result<Self::Stream, Self::Error>; in open_stream() method
194 fn open_stream(self) -> Result<Self::Stream, Self::Error> { in open_stream() method
213 fn open_stream<R: HttpRequest>( in open_stream() function
219 req.open_stream().map(|stream| (boundary, stream)) in open_stream()
/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/tools/
H A Dtemplate2mak.py137 def open_stream(path=None, default=None, mode='r'): function
192 input_stream = open_stream(template_path, stdin, 'r')
193 output_stream = open_stream(output_path, stdout, 'w')
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_ipc.py222 pa.ipc.open_stream(buf)
247 reader1 = pa.ipc.open_stream(source)
317 reader = pa.ipc.open_stream(file_contents)
402 reader = pa.ipc.open_stream(file_contents)
492 reader = pa.ipc.open_stream(file_contents)
503 reader = pa.ipc.open_stream(file_contents)
515 reader = pa.MessageReader.open_stream(buf_reader)
624 reader = pa.ipc.open_stream(source)
707 reader = pa.ipc.open_stream(buffer[8:])
743 with pa.ipc.open_stream(source) as reader:
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dtest_ipc.py222 pa.ipc.open_stream(buf)
247 reader1 = pa.ipc.open_stream(source)
317 reader = pa.ipc.open_stream(file_contents)
438 reader = pa.ipc.open_stream(file_contents)
528 reader = pa.ipc.open_stream(file_contents)
539 reader = pa.ipc.open_stream(file_contents)
551 reader = pa.MessageReader.open_stream(buf_reader)
661 reader = pa.ipc.open_stream(source)
744 reader = pa.ipc.open_stream(buffer[8:])
780 with pa.ipc.open_stream(source) as reader:
[all …]

12345678910>>...14