Home
last modified time | relevance | path

Searched refs:g_data_input_stream_read_until (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/pyl-gobject/pygobject-2.28.6/gio/
H A Dgdatainputstream.override137 override g_data_input_stream_read_until kwargs
160 line = g_data_input_stream_read_until(G_DATA_INPUT_STREAM(self->obj),
H A Dgio.defs925 (c-name "g_data_input_stream_read_until")
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgdatainputstream.h139 char * g_data_input_stream_read_until (GDataInputStream *stream,
H A Dgdatainputstream.c922 g_data_input_stream_read_until (GDataInputStream *stream, in g_data_input_stream_read_until() function
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Ddatainputstream.ccg103 char* c_str = g_data_input_stream_read_until(gobj(), stop_chars.c_str(),
124 char* c_str = g_data_input_stream_read_until(gobj(), stop_chars.c_str(),
H A Ddatainputstream.hg161 _IGNORE(g_data_input_stream_read_until)
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Ddatainputstream.cc113 char* c_str = g_data_input_stream_read_until(gobj(), stop_chars.c_str(), in read_until()
134 char* c_str = g_data_input_stream_read_until(gobj(), stop_chars.c_str(), in read_until()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/wocky/
H A Dwocky-http-proxy.c201 buffer = g_data_input_stream_read_until (data_in, HTTP_END_MARKER, NULL, in wocky_http_proxy_connect()
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Ddata-input-stream.c257 …data = g_data_input_stream_read_until (G_DATA_INPUT_STREAM (stream), DATA_SEP, &length, NULL, &err… in test_read_until()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/
H A Ddata_input_stream.rs289 let ret = ffi::g_data_input_stream_read_until( in read_until()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/
H A Ddata_input_stream.rs289 let ret = ffi::g_data_input_stream_read_until( in read_until()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/
H A Ddata_input_stream.rs289 let ret = ffi::g_data_input_stream_read_until( in read_until()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/
H A Ddata_input_stream.rs289 let ret = ffi::g_data_input_stream_read_until( in read_until()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/
H A Ddata_input_stream.rs289 let ret = ffi::g_data_input_stream_read_until( in read_until()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/
H A Ddata_input_stream.rs289 let ret = ffi::g_data_input_stream_read_until( in read_until()
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Ddata_input_stream.rs375 let ret = gio_sys::g_data_input_stream_read_until( in read_until()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Ddata_input_stream.rs370 let ret = gio_sys::g_data_input_stream_read_until( in read_until()
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Ddata_input_stream.rs375 let ret = gio_sys::g_data_input_stream_read_until( in read_until()
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgio2.pas5785 function g_data_input_stream_read_until(stream: PGDataInputStream; stop_chars: Pgchar; length: Pgsi… in g_data_input_stream_read_until() function
10220 Result := LazGio2.g_data_input_stream_read_until(@self, stop_chars, length, cancellable, error);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgio2.pas5785 function g_data_input_stream_read_until(stream: PGDataInputStream; stop_chars: Pgchar; length: Pgsi… in g_data_input_stream_read_until() function
10220 Result := LazGio2.g_data_input_stream_read_until(@self, stop_chars, length, cancellable, error);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgio2.pas5785 function g_data_input_stream_read_until(stream: PGDataInputStream; stop_chars: Pgchar; length: Pgsi… in g_data_input_stream_read_until() function
10220 Result := LazGio2.g_data_input_stream_read_until(@self, stop_chars, length, cancellable, error);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgio2.pas5785 function g_data_input_stream_read_until(stream: PGDataInputStream; stop_chars: Pgchar; length: Pgsi… in g_data_input_stream_read_until() function
10220 Result := LazGio2.g_data_input_stream_read_until(@self, stop_chars, length, cancellable, error);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-sys-0.14.0/src/
H A Dlib.rs10742 pub fn g_data_input_stream_read_until( in g_data_input_stream_read_until() function
/dports/www/castor/castor-0.8.16/cargo-crates/gio-sys-0.9.1/src/
H A Dlib.rs10767 pub fn g_data_input_stream_read_until( in g_data_input_stream_read_until() function
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio-sys/src/
H A Dlib.rs10742 pub fn g_data_input_stream_read_until( in g_data_input_stream_read_until() function

12