Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/
Dtransport.h40 git_transport *transport,
48 git_transport *transport,
56 git_transport *transport,
74 git_transport *transport);
77 …int GIT_CALLBACK(push)(git_transport *transport, git_push *push, const git_remote_callbacks *callb…
87 git_transport *transport,
99 git_transport *transport,
106 int GIT_CALLBACK(is_connected)(git_transport *transport);
109 int GIT_CALLBACK(read_flags)(git_transport *transport, int *flags);
112 void GIT_CALLBACK(cancel)(git_transport *transport);
[all …]
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dremote.h575 git_transport_cb transport; member