Searched refs:g_data_output_stream_put_string (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gio/ |
D | gdbusauth.c | 533 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in client_choose_mech_and_send_initial_response() 634 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in _g_dbus_auth_run_client() 709 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in _g_dbus_auth_run_client() 717 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in _g_dbus_auth_run_client() 752 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in _g_dbus_auth_run_client() 763 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in _g_dbus_auth_run_client() 818 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in _g_dbus_auth_run_client() 1061 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in _g_dbus_auth_run_server() 1117 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in _g_dbus_auth_run_server() 1189 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in _g_dbus_auth_run_server() [all …]
|
D | gdataoutputstream.h | 118 gboolean g_data_output_stream_put_string (GDataOutputStream *stream,
|
D | gdataoutputstream.c | 510 g_data_output_stream_put_string (GDataOutputStream *stream, in g_data_output_stream_put_string() function
|
/third_party/glib/gio/tests/ |
D | memory-output-stream.c | 406 g_data_output_stream_put_string (o, "hello ", NULL, &error); in test_steal_as_bytes() 409 g_data_output_stream_put_string (o, "world!", NULL, &error); in test_steal_as_bytes()
|
D | data-output-stream.c | 85 res = g_data_output_stream_put_string (G_DATA_OUTPUT_STREAM (stream), s, NULL, &error); in test_read_lines()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 974 g_data_output_stream_put_string
|