MCPcopy Index your code
hub / github.com/git/git / http_opt_request_remainder

Function http_opt_request_remainder

http.c:2213–2218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2211}
2212
2213static void http_opt_request_remainder(CURL *curl, off_t pos)
2214{
2215 char buf[128];
2216 xsnprintf(buf, sizeof(buf), "%"PRIuMAX"-", (uintmax_t)pos);
2217 curl_easy_setopt(curl, CURLOPT_RANGE, buf);
2218}
2219
2220/* http_request() targets */
2221#define HTTP_REQUEST_STRBUF 0

Callers 3

http_requestFunction · 0.85
new_http_object_requestFunction · 0.85

Calls 1

xsnprintfFunction · 0.85

Tested by

no test coverage detected