HomeSort by: relevance | last modified time | path
    Searched defs:clength (Results 1 - 2 of 2) sorted by relevancy

  /src/share/examples/refuse/ian/libfetch/
http.c 810 off_t offset, clength, length, size; local in function:_http_request
839 clength = -1;
1011 _http_parse_length(p, &clength);
1108 " size %lld, clength %lld\n",
1110 (long long)size, (long long)clength));
1113 if (clength != -1 && length != -1 && clength != length) {
1117 if (clength == -1)
1118 clength = length;
1119 if (clength != -1
    [all...]
http.c 810 off_t offset, clength, length, size; local in function:_http_request
839 clength = -1;
1011 _http_parse_length(p, &clength);
1108 " size %lld, clength %lld\n",
1110 (long long)size, (long long)clength));
1113 if (clength != -1 && length != -1 && clength != length) {
1117 if (clength == -1)
1118 clength = length;
1119 if (clength != -1
    [all...]

Completed in 23 milliseconds