Home
last modified time | relevance | path

Searched defs:http_get_options (Results 1 – 6 of 6) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Dhttp.h114 struct http_get_options { struct
115 unsigned no_cache:1,
116 initial_request:1;
119 struct strbuf *content_type;
126 struct strbuf *charset;
132 struct strbuf *effective_url;
140 struct strbuf *base_url;
164 int http_get_strbuf(const char *url, struct strbuf *result, struct http_get_options *options); argument
/dports/devel/git-gui/git-2.34.1/
H A Dhttp.h114 struct http_get_options { struct
115 unsigned no_cache:1,
116 initial_request:1;
119 struct strbuf *content_type;
126 struct strbuf *charset;
132 struct strbuf *effective_url;
140 struct strbuf *base_url;
164 int http_get_strbuf(const char *url, struct strbuf *result, struct http_get_options *options); argument
/dports/devel/git-p4/git-2.34.1/
H A Dhttp.h114 struct http_get_options { struct
115 unsigned no_cache:1,
116 initial_request:1;
119 struct strbuf *content_type;
126 struct strbuf *charset;
132 struct strbuf *effective_url;
140 struct strbuf *base_url;
164 int http_get_strbuf(const char *url, struct strbuf *result, struct http_get_options *options); argument
/dports/devel/git/git-2.34.1/
H A Dhttp.h114 struct http_get_options { struct
115 unsigned no_cache:1,
116 initial_request:1;
119 struct strbuf *content_type;
126 struct strbuf *charset;
132 struct strbuf *effective_url;
140 struct strbuf *base_url;
164 int http_get_strbuf(const char *url, struct strbuf *result, struct http_get_options *options); argument
/dports/devel/git-cvs/git-2.34.1/
H A Dhttp.h114 struct http_get_options { struct
115 unsigned no_cache:1,
116 initial_request:1;
119 struct strbuf *content_type;
126 struct strbuf *charset;
132 struct strbuf *effective_url;
140 struct strbuf *base_url;
164 int http_get_strbuf(const char *url, struct strbuf *result, struct http_get_options *options); argument
/dports/devel/cgit/cgit-1.2.3/git/
H A Dhttp.h160 struct http_get_options { struct
161 unsigned no_cache:1,
162 initial_request:1;
165 struct strbuf *content_type;
172 struct strbuf *charset;
178 struct strbuf *effective_url;
209 int http_get_strbuf(const char *url, struct strbuf *result, struct http_get_options *options); argument