Home
last modified time | relevance | path

Searched defs:close_fd (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/tests/ufasta_src/
H A Dsort.cc14 struct close_fd { struct
21 close_fd() : fd(-1), ptr(nullptr), size(0) { } in close_fd() argument
22 close_fd(int i) : fd(i), ptr(nullptr), size(0) { } in close_fd() function
24 close_fd(close_fd&& rhs) noexcept : fd(rhs.fd), ptr(rhs.ptr), size(rhs.size) { in close_fd() function
29 ~close_fd() { in ~close_fd() argument
33 void close() { in close()
37 void unmap() { in unmap()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/ufasta/
H A Dsort.cc18 struct close_fd { struct
23 close_fd() : fd(-1), ptr(nullptr), size(0) { } in close_fd() argument
24 close_fd(int i) : fd(i), ptr(nullptr), size(0) { } in close_fd() function
26 close_fd(close_fd&& rhs) noexcept : fd(rhs.fd), ptr(rhs.ptr), size(rhs.size) { in close_fd() argument
31 ~close_fd() { in ~close_fd() argument
35 void close() { in close()
39 void unmap() { in unmap()
/dports/devel/hpx/hpx-1.2.1/hpx/components/process/util/posix/initializers/
H A Dclose_fd.hpp23 class close_fd : public initializer_base class
26 explicit close_fd(int fd) : fd_(fd) {} in close_fd() function in hpx::components::process::posix::initializers::close_fd
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dunixinputstream.cc139 UnixInputStream::UnixInputStream(int fd, bool close_fd) in UnixInputStream()
149 Glib::RefPtr<UnixInputStream> UnixInputStream::create(int fd, bool close_fd) in create()
154 void UnixInputStream::set_close_fd(bool close_fd) in set_close_fd()
H A Dunixoutputstream.cc139 UnixOutputStream::UnixOutputStream(int fd, bool close_fd) in UnixOutputStream()
149 Glib::RefPtr<UnixOutputStream> UnixOutputStream::create(int fd, bool close_fd) in create()
154 void UnixOutputStream::set_close_fd(bool close_fd) in set_close_fd()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/
H A Dunix_output_stream.rs18 let close_fd = true.into_glib(); in take_fd() localVariable
25 let close_fd = false.into_glib(); in with_fd() localVariable
H A Dunix_input_stream.rs19 let close_fd = true.into_glib(); in take_fd() localVariable
27 let close_fd = false.into_glib(); in with_fd() localVariable
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/
H A Dunix_output_stream.rs18 let close_fd = true.into_glib(); in take_fd() localVariable
25 let close_fd = false.into_glib(); in with_fd() localVariable
H A Dunix_input_stream.rs19 let close_fd = true.into_glib(); in take_fd() localVariable
27 let close_fd = false.into_glib(); in with_fd() localVariable
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/
H A Dunix_input_stream.rs19 let close_fd = true.into_glib(); in take_fd() localVariable
27 let close_fd = false.into_glib(); in with_fd() localVariable
H A Dunix_output_stream.rs18 let close_fd = true.into_glib(); in take_fd() localVariable
25 let close_fd = false.into_glib(); in with_fd() localVariable
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/
H A Dunix_input_stream.rs19 let close_fd = true.into_glib(); in take_fd() localVariable
27 let close_fd = false.into_glib(); in with_fd() localVariable
H A Dunix_output_stream.rs18 let close_fd = true.into_glib(); in take_fd() localVariable
25 let close_fd = false.into_glib(); in with_fd() localVariable
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/
H A Dunix_input_stream.rs19 let close_fd = true.into_glib(); in take_fd() localVariable
27 let close_fd = false.into_glib(); in with_fd() localVariable
H A Dunix_output_stream.rs18 let close_fd = true.into_glib(); in take_fd() localVariable
25 let close_fd = false.into_glib(); in with_fd() localVariable
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/
H A Dunix_input_stream.rs19 let close_fd = true.into_glib(); in take_fd() localVariable
27 let close_fd = false.into_glib(); in with_fd() localVariable
H A Dunix_output_stream.rs18 let close_fd = true.into_glib(); in take_fd() localVariable
25 let close_fd = false.into_glib(); in with_fd() localVariable
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dic_genobj.erl131 close_fd([]) -> function
133 close_fd([Fd|Fds]) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dic_genobj.erl131 close_fd([]) -> function
133 close_fd([Fd|Fds]) -> function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dic_genobj.erl131 close_fd([]) -> function
133 close_fd([Fd|Fds]) -> function
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dic_genobj.erl131 close_fd([]) -> function
133 close_fd([Fd|Fds]) -> function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Dic_genobj.erl131 close_fd([]) -> function
133 close_fd([Fd|Fds]) -> function
/dports/devel/elfutils/elfutils-0.179/tests/
H A Dtest-elf_cntl_gelf_getshdr.c46 bool close_fd = false; in main() local
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgunixinputstream.c64 guint close_fd : 1; member
243 gboolean close_fd) in g_unix_input_stream_new()
269 gboolean close_fd) in g_unix_input_stream_set_close_fd()
/dports/lang/micropython/micropython-1.17/py/
H A Dreader.c77 bool close_fd; member
114 void mp_reader_new_file_from_fd(mp_reader_t *reader, int fd, bool close_fd) { in mp_reader_new_file_from_fd()

12345678910>>...19