HomeSort by relevance Sort by last modified time
    Searched refs:g_memory_output_stream_new (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/gio/tests/
memory-output-stream.c 37 mo = g_memory_output_stream_new (NULL, 0, g_realloc, g_free);
65 mo = g_memory_output_stream_new (NULL, 0, g_realloc, g_free);
data-output-stream.c 52 base_stream = g_memory_output_stream_new (data, MAX_LINES_BUFF, NULL, NULL);
151 base_stream = g_memory_output_stream_new (stream_data, len, NULL, NULL);
filter-streams.c 53 base = g_memory_output_stream_new (NULL, 0, g_realloc, g_free);
176 base = g_memory_output_stream_new (NULL, 0, g_realloc, g_free);
  /external/bluetooth/glib/gio/
gmemoryoutputstream.h 87 GOutputStream *g_memory_output_stream_new (gpointer data,
gmemoryoutputstream.c 165 * g_memory_output_stream_new:
181 * stream = g_memory_output_stream_new (NULL, 0, realloc, free);
185 * stream2 = g_memory_output_stream_new (data, 200, NULL, free);
191 g_memory_output_stream_new (gpointer data, function
239 * growable (no realloc was passed to g_memory_output_stream_new()) then