Home
last modified time | relevance | path

Searched refs:g_array_append_vals (Results 1 – 10 of 10) sorted by relevance

/third_party/glib/glib/
Dgdate.c2334 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 …]
Dgarray.h64 #define g_array_append_val(a,v) g_array_append_vals (a, &(v), 1)
93 GArray* g_array_append_vals (GArray *array,
Dgarray.c488 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()
Dgmessages.c1745 g_array_append_vals (array, stack_fields, 16); in g_log_structured()
/third_party/glib/tests/gobject/
Dperformance-threaded.c310 g_array_append_vals (results, thread_results->data, thread_results->len); in run_test()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c677 g_array_append_vals (stats->packets, twcc_packets->data, twcc_packets->len); in rtp_twcc_stats_process_packets()
/third_party/glib/gio/
Dgfileinfo.c2532 g_array_append_vals (result->sub_matchers, in g_file_attribute_matcher_subtract()
/third_party/glib/glib/tests/
Darray-test.c134 g_array_append_vals (garray, "hello", strlen ("hello")); in array_new_zero_terminated()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2910 g_array_append_vals
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c1975 g_array_append_vals (ctx->index_table, idx, 1); in gst_matroska_read_common_parse_index()