Home
last modified time | relevance | path

Searched refs:soup_date (Results 1 – 2 of 2) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-cache.c435 SoupDate *soup_date; in soup_cache_entry_set_freshness() local
438 soup_date = soup_date_new_from_string (last_modified); in soup_cache_entry_set_freshness()
439 last_modified_t = soup_date_to_time_t (soup_date); in soup_cache_entry_set_freshness()
445 soup_date_free (soup_date); in soup_cache_entry_set_freshness()
482 SoupDate *soup_date; in soup_cache_entry_new() local
486 soup_date = soup_date_new_from_string (date); in soup_cache_entry_new()
487 date_value = soup_date_to_time_t (soup_date); in soup_cache_entry_new()
488 soup_date_free (soup_date); in soup_cache_entry_new()
Dsoup-date.c91 G_DEFINE_BOXED_TYPE (SoupDate, soup_date, soup_date_copy, soup_date_free) in G_DEFINE_BOXED_TYPE() argument