Searched refs:g_byte_array_set_size (Results 1 – 16 of 16) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-websocket-extension-deflate.c | 338 g_byte_array_set_size (buffer, buffer->len + max_length); in soup_websocket_extension_deflate_process_outgoing_message() 364 g_byte_array_set_size (buffer, bytes_written - 4); in soup_websocket_extension_deflate_process_outgoing_message() 438 g_byte_array_set_size (buffer, buffer->len + BUFFER_SIZE); in soup_websocket_extension_deflate_process_incoming_message() 477 g_byte_array_set_size (buffer, bytes_written); in soup_websocket_extension_deflate_process_incoming_message()
|
D | soup-filter-input-stream.c | 67 g_byte_array_set_size (buf, buf->len - count); in read_from_buf() 219 g_byte_array_set_size (fstream->priv->buf, length); in soup_filter_input_stream_read_until()
|
D | soup-multipart-input-stream.c | 383 g_byte_array_set_size (priv->meta_buf, 0); in soup_multipart_input_stream_read_headers() 392 g_byte_array_set_size (priv->meta_buf, 0); in soup_multipart_input_stream_read_headers()
|
D | soup-message-io.c | 222 g_byte_array_set_size (io->read_header_buf, old_len + RESPONSE_BLOCK_SIZE); in read_headers() 623 g_byte_array_set_size (io->read_header_buf, 0); in io_read()
|
D | soup-websocket-connection.c | 1125 g_byte_array_set_size (pv->incoming, len + READ_BUFFER_SIZE); in soup_websocket_connection_read()
|
/third_party/glib/glib/ |
D | garray.h | 259 GByteArray* g_byte_array_set_size (GByteArray *array,
|
D | garray.c | 2445 g_byte_array_set_size (GByteArray *array, in g_byte_array_set_size() function
|
/third_party/libsoup/tests/ |
D | xmlrpc-server-test.c | 103 g_byte_array_set_size (digest, digest_len); in do_md5sum()
|
D | xmlrpc-old-server-test.c | 115 g_byte_array_set_size (digest, digest_len); in do_md5sum()
|
D | xmlrpc-old-test.c | 193 g_byte_array_set_size (data, 256); in test_md5sum()
|
D | xmlrpc-test.c | 166 g_byte_array_set_size (data, 256); in test_md5sum()
|
/third_party/glib/gio/ |
D | gfile.c | 7100 g_byte_array_set_size (content, pos + GET_CONTENT_BLOCK_SIZE + 1); in g_file_load_contents() 7107 g_byte_array_set_size (content, pos + GET_CONTENT_BLOCK_SIZE + 1); in g_file_load_contents() 7237 g_byte_array_set_size (data->content, in load_contents_read_callback() 7275 g_byte_array_set_size (data->content, in load_contents_open_callback() 7397 g_byte_array_set_size (data->content, data->pos + 1); in g_file_load_partial_contents_finish()
|
D | gthreadedresolver.c | 982 g_byte_array_set_size (answer, len * 2); in do_lookup_records()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstmikey.c | 1424 g_byte_array_set_size (arr, offset + n); \
|
/third_party/glib/glib/tests/ |
D | array-test.c | 1720 g_byte_array_set_size (gbarray, 1000); in byte_array_prepend()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2980 g_byte_array_set_size
|