Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgdatetime.h242 gint64 g_date_time_to_unix (GDateTime *datetime);
244 GLIB_DEPRECATED_IN_2_62_FOR(g_date_time_to_unix)
Dgbookmarkfile.c2585 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()
Dgdatetime.c2564 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/
Dgstdatetime.c574 g_date_time_to_unix (dt1->datetime) - g_date_time_to_unix (dt2->datetime); in __gst_date_time_compare()
/third_party/glib/glib/tests/
Dgdatetime.c964 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/
Dsoup-directory-input-stream.c88 timestamp = g_date_time_to_unix (modification_time); in G_DEFINE_TYPE()
Dsoup-date.c718 seconds = g_date_time_to_unix (datetime); in soup_date_to_time_t()
/third_party/glib/gio/
Dgfileinfo.c2234 _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/
Dglib-sections.txt2051 g_date_time_to_unix
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c542 demux->clock_offset = g_date_time_to_unix(utc_now) - GST_TIME_AS_USECONDS (rtc_now); in gst_adaptive_demux_init()