Searched refs:remote_callbacks (Results 1 – 1 of 1) sorted by relevance
177 git_remote_callbacks remote_callbacks; in CloneGUIXRepo() local184 remote_callbacks = fetch_options.callbacks; in CloneGUIXRepo()185 remote_callbacks.sideband_progress = guix_transport_message_cb; in CloneGUIXRepo()186 remote_callbacks.transfer_progress = guix_indexer_progress_cb; in CloneGUIXRepo()187 fetch_options.callbacks = remote_callbacks; in CloneGUIXRepo()