Home
last modified time | relevance | path

Searched refs:GByteArray (Results 1 – 25 of 53) sorted by relevance

123

/third_party/glib/glib/
Dgarray.h38 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 …]
Dgarray.c2228 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 …]
Dgbytes.h75 GByteArray * g_bytes_unref_to_array (GBytes *bytes);
Dglib-autocleanups.h60 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GByteArray, g_byte_array_unref)
/third_party/libsoup/libsoup/
Dsoup-value-utils.c502 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;
Dsoup-filter-input-stream.c24 GByteArray *buf;
55 GByteArray *buf = fstream->priv->buf; in read_from_buf()
Dsoup-websocket-extension-deflate.c297 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/
Damf.c1000 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 …]
Drtmphandshake.c53 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()
Drtmputils.c37 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()
Drtmputils.h29 void gst_rtmp_byte_array_append_bytes (GByteArray * bytearray, GBytes * bytes);
/third_party/glib/gio/
Dgtlsdatabase.h123GByteArray *issuer_raw_dn,
130GByteArray *issuer_raw_dn,
225GByteArray *issuer_raw_dn,
233GByteArray *issuer_raw_dn,
Dgtlsconnection.h72 GByteArray *data,
138 GByteArray *data,
Dgunixsocketaddress.c98 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()
Dgdtlsconnection.h102 GByteArray *data,
215 GByteArray *data,
Dgtlsdatabase.c360 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/
Dgstcurlsmtpsink.h46 GByteArray *chunk_array;
57 GByteArray *payload_headers;
Dgstcurlsmtpsink.c163 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/
Dhls_demux.c55 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/
Dbytes.c322 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()
Darray-test.c1650 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/
Dgstdshowaudiosrc.h71 GByteArray *gbarray;
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxenc.h83 GByteArray *first_pass_cache_content;
/third_party/libsoup/tests/
Dbrotli-decompressor-test.c32 GByteArray *out_bytes = g_byte_array_new (); in test_brotli()
Dcoding-test.c144 GByteArray *body) in check_response()
344 GByteArray *body; in do_single_coding_req_test()

123