Searched refs:soup_date (Results 1 – 2 of 2) sorted by relevance
435 SoupDate *soup_date; in soup_cache_entry_set_freshness() local438 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() local486 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()
91 G_DEFINE_BOXED_TYPE (SoupDate, soup_date, soup_date_copy, soup_date_free) in G_DEFINE_BOXED_TYPE() argument