Searched refs:git_stream (Results 1 – 1 of 1) sorted by relevance
29 typedef struct git_stream { struct34 int GIT_CALLBACK(connect)(struct git_stream *); argument35 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; typedef57 int GIT_CALLBACK(init)(git_stream **out, const char *host, const char *port);[all …]