Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/
Dstream.h29 typedef struct git_stream { struct
34 int GIT_CALLBACK(connect)(struct git_stream *); argument
35 int GIT_CALLBACK(certificate)(git_cert **, struct git_stream *);
36 int GIT_CALLBACK(set_proxy)(struct git_stream *, const git_proxy_options *proxy_opts);
37 ssize_t GIT_CALLBACK(read)(struct git_stream *, void *, size_t);
38 ssize_t GIT_CALLBACK(write)(struct git_stream *, const char *, size_t, int);
39 int GIT_CALLBACK(close)(struct git_stream *);
40 void GIT_CALLBACK(free)(struct git_stream *);
41 } git_stream; typedef
57 int GIT_CALLBACK(init)(git_stream **out, const char *host, const char *port);
[all …]