HomeSort by relevance Sort by last modified time
    Searched full:sendsize (Results 1 - 10 of 10) sorted by null

  /external/curl/lib/
pingpong.c 175 DEBUGASSERT(pp->sendsize == 0);
221 pp->sendsize = write_len;
227 pp->sendleft = pp->sendsize = 0;
476 CURLcode result = Curl_write(conn, sock, pp->sendthis + pp->sendsize -
488 pp->sendleft = pp->sendsize = 0;
pingpong.h 60 size_t sendsize; /* total size of the sendthis buffer */ member in struct:pingpong
http.c 1066 size_t sendsize; local
1100 sendsize = (size > CURL_MAX_WRITE_SIZE) ? CURL_MAX_WRITE_SIZE : size;
    [all...]
smtp.c     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
fs.go 182 sendSize := size
215 sendSize = ra.length
219 sendSize = rangesMIMESize(ranges, ctype, size)
250 w.Header().Set("Content-Length", strconv.FormatInt(sendSize, 10))
257 io.CopyN(w, sendContent, sendSize)
  /prebuilts/go/linux-x86/src/net/http/
fs.go 182 sendSize := size
215 sendSize = ra.length
219 sendSize = rangesMIMESize(ranges, ctype, size)
250 w.Header().Set("Content-Length", strconv.FormatInt(sendSize, 10))
257 io.CopyN(w, sendContent, sendSize)
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/net/
http.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/net/
http.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/net/
http.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/net/
http.a     [all...]

Completed in 375 milliseconds