Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dremote.h339 …it_remote *remote, git_direction direction, const git_remote_callbacks *callbacks, const git_proxy…
660 git_remote_callbacks callbacks; member
731 git_remote_callbacks callbacks; member
809 const git_remote_callbacks *callbacks,
841 GIT_EXTERN(int) git_remote_prune(git_remote *remote, const git_remote_callbacks *callbacks);
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/
Dtransport.h77 …IT_CALLBACK(push)(git_transport *transport, git_push *push, const git_remote_callbacks *callbacks);
/GUIX-v6.2.1/guix_studio/
Dclone_repo_dialog.cpp184 remote_callbacks = fetch_options.callbacks; in CloneGUIXRepo()
187 fetch_options.callbacks = remote_callbacks; in CloneGUIXRepo()