Searched refs:g_array_append_vals (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/glib/ |
D | gdate.c | 2334 g_array_append_vals (result, L" ", 1); in win32_strftime_helper() 2344 g_array_append_vals (result, digits + systemtime.wYear/1000, 1); in win32_strftime_helper() 2345 g_array_append_vals (result, digits + (systemtime.wYear/1000)%10, 1); in win32_strftime_helper() 2348 g_array_append_vals (result, digits + systemtime.wDay/10, 1); in win32_strftime_helper() 2349 g_array_append_vals (result, digits + systemtime.wDay%10, 1); in win32_strftime_helper() 2352 g_array_append_vals (result, digits + systemtime.wMonth/10, 1); in win32_strftime_helper() 2353 g_array_append_vals (result, digits + systemtime.wMonth%10, 1); in win32_strftime_helper() 2354 g_array_append_vals (result, L"/", 1); in win32_strftime_helper() 2355 g_array_append_vals (result, digits + systemtime.wDay/10, 1); in win32_strftime_helper() 2356 g_array_append_vals (result, digits + systemtime.wDay%10, 1); in win32_strftime_helper() [all …]
|
D | garray.h | 64 #define g_array_append_val(a,v) g_array_append_vals (a, &(v), 1) 93 GArray* g_array_append_vals (GArray *array,
|
D | garray.c | 488 g_array_append_vals (GArray *farray, in g_array_append_vals() function 627 return g_array_append_vals (g_array_set_size (farray, index_), data, len); in g_array_insert_vals() 2409 g_array_append_vals ((GArray *)array, (guint8 *)data, len); in g_byte_array_append()
|
D | gmessages.c | 1745 g_array_append_vals (array, stack_fields, 16); in g_log_structured()
|
/third_party/glib/tests/gobject/ |
D | performance-threaded.c | 310 g_array_append_vals (results, thread_results->data, thread_results->len); in run_test()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpstats.c | 677 g_array_append_vals (stats->packets, twcc_packets->data, twcc_packets->len); in rtp_twcc_stats_process_packets()
|
/third_party/glib/gio/ |
D | gfileinfo.c | 2532 g_array_append_vals (result->sub_matchers, in g_file_attribute_matcher_subtract()
|
/third_party/glib/glib/tests/ |
D | array-test.c | 134 g_array_append_vals (garray, "hello", strlen ("hello")); in array_new_zero_terminated()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2910 g_array_append_vals
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-read-common.c | 1975 g_array_append_vals (ctx->index_table, idx, 1); in gst_matroska_read_common_parse_index()
|