/third_party/glib/glib/ |
D | garray.h | 38 typedef struct _GByteArray GByteArray; typedef 232 GByteArray* g_byte_array_new (void); 234 GByteArray* g_byte_array_new_take (guint8 *data, 237 guint8* g_byte_array_steal (GByteArray *array, 240 GByteArray* g_byte_array_sized_new (guint reserved_size); 242 guint8* g_byte_array_free (GByteArray *array, 245 GBytes* g_byte_array_free_to_bytes (GByteArray *array); 247 GByteArray *g_byte_array_ref (GByteArray *array); 249 void g_byte_array_unref (GByteArray *array); 251 GByteArray* g_byte_array_append (GByteArray *array, [all …]
|
D | garray.c | 2228 GByteArray* 2231 return (GByteArray *)g_array_sized_new (FALSE, FALSE, 1, 0); in g_byte_array_new() 2250 g_byte_array_steal (GByteArray *array, in g_byte_array_steal() 2272 GByteArray* 2276 GByteArray *array; in g_byte_array_new_take() 2304 GByteArray* 2307 return (GByteArray *)g_array_sized_new (FALSE, FALSE, 1, reserved_size); in g_byte_array_sized_new() 2324 g_byte_array_free (GByteArray *array, in g_byte_array_free() 2349 g_byte_array_free_to_bytes (GByteArray *array) in g_byte_array_free_to_bytes() 2370 GByteArray* [all …]
|
D | gbytes.h | 75 GByteArray * g_bytes_unref_to_array (GBytes *bytes);
|
D | glib-autocleanups.h | 60 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GByteArray, g_byte_array_unref)
|
/third_party/libsoup/libsoup/ |
D | soup-value-utils.c | 502 static GByteArray * 503 soup_byte_array_copy (GByteArray *ba) in soup_byte_array_copy() 505 GByteArray *copy; in soup_byte_array_copy() 513 soup_byte_array_free (GByteArray *ba) in soup_byte_array_free() 526 typedef GByteArray SoupByteArray;
|
D | soup-filter-input-stream.c | 24 GByteArray *buf; 55 GByteArray *buf = fstream->priv->buf; in read_from_buf()
|
D | soup-websocket-extension-deflate.c | 297 GByteArray *buffer; in soup_websocket_extension_deflate_process_outgoing_message() 380 GByteArray *buffer; in soup_websocket_extension_deflate_process_incoming_message()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | amf.c | 1000 static void serialize_value (GByteArray * array, const GstAmfNode * node); 1003 serialize_u8 (GByteArray * array, guint8 value) in serialize_u8() 1009 serialize_u16 (GByteArray * array, guint16 value) in serialize_u16() 1016 serialize_u32 (GByteArray * array, guint32 value) in serialize_u32() 1023 serialize_number (GByteArray * array, gdouble value) in serialize_number() 1030 serialize_boolean (GByteArray * array, gboolean value) in serialize_boolean() 1036 serialize_string (GByteArray * array, const gchar * string, gssize size) in serialize_string() 1052 serialize_long_string (GByteArray * array, const gchar * string, gssize size) in serialize_long_string() 1068 serialize_bytes (GByteArray * array, GBytes * bytes, gboolean long_string) in serialize_bytes() 1081 serialize_object (GByteArray * array, const GstAmfNode * node) in serialize_object() [all …]
|
D | rtmphandshake.c | 53 serialize_u8 (GByteArray * array, guint8 value) in serialize_u8() 59 serialize_u32 (GByteArray * array, guint32 value) in serialize_u32() 83 GByteArray *ba = g_byte_array_sized_new (SIZE_RANDOM); in handshake_random_data() 120 GByteArray *ba = g_byte_array_sized_new (SIZE_P0P1); in create_c0c1() 200 GByteArray *ba = g_byte_array_sized_new (SIZE_P2); in create_c2()
|
D | rtmputils.c | 37 gst_rtmp_byte_array_append_bytes (GByteArray * bytearray, GBytes * bytes) in gst_rtmp_byte_array_append_bytes() 60 GByteArray *ba; in gst_rtmp_input_stream_read_all_bytes_async() 80 GByteArray *ba = g_task_get_task_data (task); in read_all_bytes_done()
|
D | rtmputils.h | 29 void gst_rtmp_byte_array_append_bytes (GByteArray * bytearray, GBytes * bytes);
|
/third_party/glib/gio/ |
D | gtlsdatabase.h | 123 … GByteArray *issuer_raw_dn, 130 … GByteArray *issuer_raw_dn, 225 … GByteArray *issuer_raw_dn, 233 … GByteArray *issuer_raw_dn,
|
D | gtlsconnection.h | 72 GByteArray *data, 138 GByteArray *data,
|
D | gunixsocketaddress.c | 98 GByteArray *array; in G_DEFINE_TYPE_WITH_CODE() 153 GByteArray *array; in g_unix_socket_address_get_property() 456 GByteArray *array; in g_unix_socket_address_new_with_type()
|
D | gdtlsconnection.h | 102 GByteArray *data, 215 GByteArray *data,
|
D | gtlsdatabase.c | 360 GByteArray *issuer; 407 GByteArray *issuer, in g_tls_database_real_lookup_certificates_issued_by_async() 910 GByteArray *issuer_raw_dn, in g_tls_database_lookup_certificates_issued_by() 951 GByteArray *issuer_raw_dn, in g_tls_database_lookup_certificates_issued_by_async()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlsmtpsink.h | 46 GByteArray *chunk_array; 57 GByteArray *payload_headers;
|
D | gstcurlsmtpsink.c | 163 GByteArray *array; in add_final_boundary_unlocked() 234 GByteArray *array = NULL; in gst_curl_smtp_sink_has_buffered_data_unlocked() 769 GByteArray *array = chunk->chunk_array; in gst_curl_smtp_sink_flush_data_unlocked() 839 GByteArray *array = chunk->chunk_array; in transfer_chunk() 956 GByteArray *headers = sink->payload_headers; in transfer_payload_headers()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | hls_demux.c | 55 static GByteArray * 60 GByteArray *mpeg_ts; in generate_transport_stream() 78 static GByteArray * 85 GByteArray *mpeg_ts = NULL; in setup_test_variables() 113 GByteArray *mpeg_ts=NULL; \ 374 GByteArray *mpeg_ts = NULL; in GST_START_TEST() 430 GByteArray *mpeg_ts = NULL; in run_seek_position_test()
|
/third_party/glib/glib/tests/ |
D | bytes.c | 322 GByteArray *array; in test_to_array_transferred() 347 GByteArray *array = NULL; in test_to_array_transferred_oversize() 371 GByteArray *array; in test_to_array_two_refs() 393 GByteArray *array; in test_to_array_non_malloc()
|
D | array-test.c | 1650 GByteArray *gbarray; in byte_array_steal() 1684 GByteArray *gbarray; in byte_array_append() 1716 GByteArray *gbarray; in byte_array_prepend() 1739 GByteArray *gbarray; in byte_array_ref_count() 1740 GByteArray *gbarray2; in byte_array_ref_count() 1768 GByteArray *gbarray; in byte_array_remove() 1798 GByteArray *gbarray; in byte_array_remove_fast() 1828 GByteArray *gbarray; in byte_array_remove_range() 1877 GByteArray *gbarray; in byte_array_sort() 1905 GByteArray *gbarray; in byte_array_sort_with_data() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshowaudiosrc.h | 71 GByteArray *gbarray;
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvpxenc.h | 83 GByteArray *first_pass_cache_content;
|
/third_party/libsoup/tests/ |
D | brotli-decompressor-test.c | 32 GByteArray *out_bytes = g_byte_array_new (); in test_brotli()
|
D | coding-test.c | 144 GByteArray *body) in check_response() 344 GByteArray *body; in do_single_coding_req_test()
|