Searched refs:g_data_output_stream_put_byte (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/tests/ |
D | memory-output-stream.c | 43 g_data_output_stream_put_byte (o, 1, NULL, &error); in test_truncate() 54 g_data_output_stream_put_byte (o, 2, NULL, &error); in test_truncate() 206 g_data_output_stream_put_byte (o, 1, NULL, NULL); in test_data_size() 252 g_data_output_stream_put_byte (o, 1, NULL, &error); in test_properties() 412 g_data_output_stream_put_byte (o, '\0', NULL, &error); in test_steal_as_bytes()
|
D | data-output-stream.c | 190 res = g_data_output_stream_put_byte (G_DATA_OUTPUT_STREAM (stream), buffer[pos], NULL, &error); in test_data_array()
|
D | live-g-file.c | 348 g_data_output_stream_put_byte (outds, i % 256, NULL, &error); in test_create_structure()
|
/third_party/glib/gio/ |
D | gdataoutputstream.h | 83 gboolean g_data_output_stream_put_byte (GDataOutputStream *stream,
|
D | gdataoutputstream.c | 243 g_data_output_stream_put_byte (GDataOutputStream *stream, in g_data_output_stream_put_byte() function
|
D | gdbusauth.c | 607 if (!g_data_output_stream_put_byte (dos, '\0', cancellable, error)) in _g_dbus_auth_run_client() 611 if (!g_data_output_stream_put_byte (dos, '\0', cancellable, error)) in _g_dbus_auth_run_client()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 967 g_data_output_stream_put_byte
|