Searched refs:g_byte_array_free (Results 1 – 10 of 10) sorted by relevance
144 guint8* g_byte_array_free (GByteArray *array,
643 guint8* g_byte_array_free (GByteArray *array, in g_byte_array_free() function
56 #undef g_byte_array_free 57 extern __typeof (g_byte_array_free) g_byte_array_free __attribute((alias("IA__g_byte_array_free"), …
53 extern __typeof (g_byte_array_free) IA__g_byte_array_free __attribute((visibility("hidden")));54 #define g_byte_array_free IA__g_byte_array_free macro
5206 g_byte_array_free (content, TRUE); in g_file_load_contents()5216 *contents = (char *)g_byte_array_free (content, FALSE); in g_file_load_contents()5242 g_byte_array_free (data->content, TRUE); in load_contents_data_free()5502 *contents = (char *)g_byte_array_free (data->content, FALSE); in g_file_load_partial_contents_finish()
2167 g_byte_array_free
1009 g_byte_array_free (gbarray, TRUE); in test_arrays()
334 562549 g_byte_array_free should tell how free data
5140 (g_byte_array_free): Return the data left behind.
144 Bug 562549 – g_byte_array_free should tell how free data