Searched refs:g_date_time_to_unix (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/glib/ |
D | gdatetime.h | 242 gint64 g_date_time_to_unix (GDateTime *datetime); 244 GLIB_DEPRECATED_IN_2_62_FOR(g_date_time_to_unix)
|
D | gbookmarkfile.c | 2585 return (added != NULL) ? g_date_time_to_unix (added) : (time_t) -1; in g_bookmark_file_get_added() 2718 return (modified != NULL) ? g_date_time_to_unix (modified) : (time_t) -1; in g_bookmark_file_get_modified() 2853 return (visited != NULL) ? g_date_time_to_unix (visited) : (time_t) -1; in g_bookmark_file_get_visited() 3646 *stamp = g_date_time_to_unix (stamp_dt); in g_bookmark_file_get_app_info()
|
D | gdatetime.c | 2564 g_date_time_to_unix (GDateTime *datetime) in g_date_time_to_unix() function 3235 g_string_append_printf (outstr, "%" G_GINT64_FORMAT, g_date_time_to_unix (datetime)); in g_date_time_format_utf8()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdatetime.c | 574 g_date_time_to_unix (dt1->datetime) - g_date_time_to_unix (dt2->datetime); in __gst_date_time_compare()
|
/third_party/glib/glib/tests/ |
D | gdatetime.c | 964 g_assert_cmpint (g_date_time_to_unix (dt), ==, t); in test_GDateTime_to_unix() 1393 g_assert_cmpint (g_date_time_to_unix (dt), ==, t); in test_GDateTime_new_from_unix_utc() 2109 if G_UNLIKELY (g_date_time_to_unix (dt) != unix_time) in test_all_dates() 2112 year, month, day, unix_time, g_date_time_to_unix (dt)); in test_all_dates() 2386 u = g_date_time_to_unix (dt); in test_find_interval() 2396 u = g_date_time_to_unix (dt); in test_find_interval() 2420 u = g_date_time_to_unix (dt); in test_adjust_time() 2432 u2 = g_date_time_to_unix (dt); in test_adjust_time() 2436 u = g_date_time_to_unix (dt); in test_adjust_time()
|
/third_party/libsoup/libsoup/ |
D | soup-directory-input-stream.c | 88 timestamp = g_date_time_to_unix (modification_time); in G_DEFINE_TYPE()
|
D | soup-date.c | 718 seconds = g_date_time_to_unix (datetime); in soup_date_to_time_t()
|
/third_party/glib/gio/ |
D | gfileinfo.c | 2234 _g_file_attribute_value_set_uint64 (value, g_date_time_to_unix (mtime)); in g_file_info_set_modification_date_time()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2051 g_date_time_to_unix
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 542 demux->clock_offset = g_date_time_to_unix(utc_now) - GST_TIME_AS_USECONDS (rtc_now); in gst_adaptive_demux_init()
|