Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/
Dtransport.h35 struct git_transport { struct
40 git_transport *transport, argument
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);
[all …]
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dtypes.h238 typedef struct git_transport git_transport; typedef
Dtransport.h37 typedef int GIT_CALLBACK(git_transport_cb)(git_transport **out, git_remote *owner, void *param);