Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dclone_repo_dialog.cpp42 static git_clone_info CloneInfo; variable
132 memcpy_s(CloneInfo.msg, MAX_PATH, str, len); in guix_transport_message_cb()
133 CloneInfo.msg[len] = 0; in guix_transport_message_cb()
135 CloneInfo.msg_type = MSG_TYPE_CLONE; in guix_transport_message_cb()
136 CloneInfo.msg_updated = TRUE; in guix_transport_message_cb()
144 CloneInfo.stats = *stats; in guix_indexer_progress_cb()
145 CloneInfo.stats_updated = TRUE; in guix_indexer_progress_cb()
153 CloneInfo.checkout_completed = completed_steps; in guix_checkout_progress_cb()
154 CloneInfo.checkout_total = total_steps; in guix_checkout_progress_cb()
155 CloneInfo.checkout_updated = TRUE; in guix_checkout_progress_cb()
[all …]