Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dremote.h339 …remote_connect(git_remote *remote, git_direction direction, const git_remote_callbacks *callbacks,…
499 struct git_remote_callbacks { struct
602 git_remote_callbacks *opts,
660 git_remote_callbacks callbacks;
731 git_remote_callbacks callbacks;
809 const git_remote_callbacks *callbacks,
841 GIT_EXTERN(int) git_remote_prune(git_remote *remote, const git_remote_callbacks *callbacks);
Dtypes.h248 typedef struct git_remote_callbacks git_remote_callbacks; typedef
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/
Dtransport.h77 …int GIT_CALLBACK(push)(git_transport *transport, git_push *push, const git_remote_callbacks *callb…
/GUIX-v6.2.1/guix_studio/
Dclone_repo_dialog.cpp177 git_remote_callbacks remote_callbacks; in CloneGUIXRepo()