Home
last modified time | relevance | path

Searched defs:to_upload (Results 1 – 7 of 7) sorted by relevance

/dports/www/epiphany/epiphany-41.0/lib/sync/
H A Dephy-history-manager.c330 GPtrArray *to_upload; in ephy_history_manager_handle_initial_merge() local
401 GPtrArray *to_upload; in ephy_history_manager_handle_regular_merge() local
478 GPtrArray *to_upload = NULL; in merge_history_cb() local
H A Dephy-open-tabs-manager.c260 GPtrArray *to_upload; in synchronizable_manager_merge() local
H A Dephy-password-manager.c1028 GPtrArray *to_upload; in ephy_password_manager_handle_initial_merge() local
1145 GPtrArray *to_upload; in ephy_password_manager_handle_regular_merge() local
1215 GPtrArray *to_upload; in merge_cb() local
H A Dephy-sync-service.c1786 merge_collection_finished_cb (GPtrArray *to_upload, in merge_collection_finished_cb()
/dports/www/epiphany/epiphany-41.0/src/bookmarks/
H A Dephy-bookmarks-manager.c825 GPtrArray *to_upload; in ephy_bookmarks_manager_handle_initial_merge() local
919 GPtrArray *to_upload; in ephy_bookmarks_manager_handle_regular_merge() local
1000 GPtrArray *to_upload; in synchronizable_manager_merge() local
/dports/devel/pijul/pijul-1.0.0.a55/src/commands/
H A Dpushpull.rs141 async fn to_upload( in to_upload() method
240 let to_upload = if !self.changes.is_empty() { in run() localVariable
/dports/devel/pijul/pijul-1.0.0.a55/src/remote/
H A Dmod.rs152 pub to_upload: Vec<Hash>, field
201 let mut to_upload = Vec::<Hash>::new(); in to_local_channel_push() localVariable
243 let mut to_upload = Vec::<Hash>::new(); in to_remote_push() localVariable