Home | History | Annotate | Download | only in gio

Lines Matching refs:etag

71   char *etag;
112 g_free (file->priv->etag);
214 file->priv->etag = _g_local_file_info_create_etag (&final_stat);
307 file->priv->etag = _g_local_file_info_create_etag (&final_stat);
348 return g_strdup (file->priv->etag);
659 const char *etag,
750 if (etag != NULL)
753 if (strcmp (etag, current_etag) != 0)
984 const char *etag,
1013 fd = handle_overwrite_open (filename, etag, create_backup, &temp_file,