Home
last modified time | relevance | path

Searched refs:g_bytes_unref (Results 1 – 25 of 62) sorted by relevance

123

/third_party/glib/glib/tests/
Dbytes.c47 g_bytes_unref (bytes); in test_new()
64 g_bytes_unref (bytes); in test_new_take()
81 g_bytes_unref (bytes); in test_new_static()
96 g_bytes_unref (bytes); in test_new_from_bytes()
99 g_bytes_unref (sub); in test_new_from_bytes()
133 g_bytes_unref (bytes); in test_new_from_bytes_slice()
134 g_bytes_unref (bytes1); in test_new_from_bytes_slice()
135 g_bytes_unref (bytes2); in test_new_from_bytes_slice()
136 g_bytes_unref (bytes3); in test_new_from_bytes_slice()
151 g_bytes_unref (bytes); in test_new_from_bytes_shared_ref()
[all …]
Dhmac.c492 g_bytes_unref (key); in test_hmac_for_bytes()
493 g_bytes_unref (data); in test_hmac_for_bytes()
Dautoptr.c643 g_bytes_unref (b2); in test_autolist()
672 g_bytes_unref (b2); in test_autoslist()
701 g_bytes_unref (b2); in test_autoqueue()
/third_party/glib/gio/tests/
Dresources.c115 g_bytes_unref (data); in test_resource()
123 g_bytes_unref (data); in test_resource()
183 g_bytes_unref (data); in test_resource()
194 g_bytes_unref (data); in test_resource()
324 g_bytes_unref (data); in test_resource_data()
354 g_bytes_unref (data); in test_resource_data_unaligned()
377 g_bytes_unref (bytes); in test_resource_data_corrupt()
395 g_bytes_unref (bytes); in test_resource_data_empty()
465 g_bytes_unref (data); in test_resource_registered()
491 g_bytes_unref (data); in test_resource_registered()
[all …]
Dmemory-output-stream.c299 g_bytes_unref (bytes); in test_write_bytes()
300 g_bytes_unref (bytes2); in test_write_bytes()
424 g_bytes_unref (bytes); in test_steal_as_bytes()
Dmemory-input-stream.c262 g_bytes_unref (bytes); in test_read_bytes()
285 g_bytes_unref (bytes); in test_from_bytes()
Dgsubprocess.c442 g_bytes_unref (input_buf); in test_cat_utf8()
466 g_bytes_unref (output_buf); in test_cat_utf8()
760 g_clear_pointer (&stdout_bytes, g_bytes_unref); in on_communicate_complete()
761 g_clear_pointer (&stderr_bytes, g_bytes_unref); in on_communicate_complete()
803 g_bytes_unref (input); in test_communicate_async()
850 g_bytes_unref (input); in test_communicate()
851 g_clear_pointer (&stdout_bytes, g_bytes_unref); in test_communicate()
852 g_clear_pointer (&stderr_bytes, g_bytes_unref); in test_communicate()
898 g_bytes_unref (input); in on_test_communicate_cancelled_idle()
1012 g_bytes_unref (input); in test_communicate_cancelled_async()
/third_party/glib/glib/
Dgbytes.c239 while (bytes->free_func == (gpointer)g_bytes_unref) in g_bytes_new_from_bytes()
248 (GDestroyNotify)g_bytes_unref, g_bytes_ref (bytes)); in g_bytes_new_from_bytes()
329 g_bytes_unref (GBytes *bytes) in g_bytes_unref() function
504 g_bytes_unref (bytes); in g_bytes_unref_to_data()
Dgbytes.h68 void g_bytes_unref (GBytes *bytes);
Dglib-autocleanups.h47 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GBytes, g_bytes_unref)
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dmikey.c63 g_bytes_unref (bytes); in GST_START_TEST()
74 g_bytes_unref (bytes); in GST_START_TEST()
155 g_bytes_unref (bytes); in GST_START_TEST()
183 g_bytes_unref (bytes); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmphandshake.c106 g_clear_pointer (&data->random_bytes, g_bytes_unref); in handshake_data_free()
166 g_bytes_unref (bytes); in gst_rtmp_client_handshake()
274 g_bytes_unref (bytes); in client_handshake2_done()
278 g_bytes_unref (res); in client_handshake2_done()
Damf.c282 g_bytes_unref (node->value.v_bytes); in gst_amf_node_free()
434 g_bytes_unref (node->value.v_bytes); in gst_amf_node_take_string()
756 g_bytes_unref (name); in parse_object()
761 g_bytes_unref (name); in parse_object()
768 g_bytes_unref (name); in parse_object()
Drtmputils.c96 g_task_return_pointer (task, bytes, (GDestroyNotify) g_bytes_unref); in read_all_bytes_done()
125 (GDestroyNotify) g_bytes_unref); in gst_rtmp_output_stream_write_all_bytes_async()
/third_party/libsoup/tests/
Dwebsocket-test.c488 g_clear_pointer (&received, g_bytes_unref); in test_send_client_to_server()
496 g_clear_pointer (&sent, g_bytes_unref); in test_send_client_to_server()
497 g_clear_pointer (&received, g_bytes_unref); in test_send_client_to_server()
519 g_clear_pointer (&received, g_bytes_unref); in test_send_server_to_client()
527 g_clear_pointer (&sent, g_bytes_unref); in test_send_server_to_client()
528 g_clear_pointer (&received, g_bytes_unref); in test_send_server_to_client()
544 g_bytes_unref (sent); in test_send_big_packets()
545 g_bytes_unref (received); in test_send_big_packets()
552 g_bytes_unref (sent); in test_send_big_packets()
553 g_bytes_unref (received); in test_send_big_packets()
[all …]
/third_party/glib/gio/gvdb/
Dgvdb-reader.c177 g_bytes_unref (file->bytes); in gvdb_table_new_from_bytes()
217 g_bytes_unref (bytes); in gvdb_table_new()
594 g_bytes_unref (bytes); in gvdb_table_value_from_item()
716 g_bytes_unref (file->bytes); in gvdb_table_free()
/third_party/libsoup/libsoup/
Dsoup-websocket-extension-deflate.c351 g_bytes_unref (payload); in soup_websocket_extension_deflate_process_outgoing_message()
406 g_bytes_unref (payload); in soup_websocket_extension_deflate_process_incoming_message()
464 g_bytes_unref (payload); in soup_websocket_extension_deflate_process_incoming_message()
Dsoup-websocket-connection.c255 g_bytes_unref (frame->data); in frame_free()
510 g_bytes_unref (filtered_bytes); in send_message()
561 g_bytes_unref (filtered_bytes); in send_message()
954 g_bytes_unref (message); in process_contents()
1088 g_bytes_unref (filtered_bytes); in process_frame()
1097 g_bytes_unref (filtered_bytes); in process_frame()
/third_party/glib/fuzzing/
Dfuzz_uri_escape.c25 g_bytes_unref (unescaped_bytes); in test_bytes()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dgstharness.c271 g_bytes_unref (bytes); in GST_START_TEST()
278 g_bytes_unref (bytes); in GST_START_TEST()
/third_party/glib/gio/
Dgresource-tool.c65 g_bytes_unref (data); in get_resource()
135 g_bytes_unref (bytes); in extract_resource()
239 g_bytes_unref (bytes); in resource_from_section()
Dgmemoryinputstream.c140 g_slist_free_full (priv->chunks, (GDestroyNotify)g_bytes_unref); in g_memory_input_stream_finalize()
261 g_bytes_unref (bytes); in g_memory_input_stream_add_data()
Dgbytesicon.c111 g_bytes_unref (icon->bytes); in g_bytes_icon_finalize()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpevideosrc.cpp311 g_bytes_unref (bytes); in gst_wpe_video_src_start()
466 g_bytes_unref (src->bytes); in gst_wpe_video_src_load_bytes()
670 g_clear_pointer (&src->bytes, g_bytes_unref); in gst_wpe_video_src_finalize()
/third_party/harfbuzz/src/
Dhb-glib.cc279 g_bytes_unref ((GBytes *) data); in _hb_g_bytes_unref()

123