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

  /external/curl/lib/
warnless.h 51 size_t curlx_sotouz(curl_off_t sonum);
http_chunks.c 187 piece = curlx_sotouz((ch->datasize >= length)?length:ch->datasize);
316 ch->dataleft = curlx_sotouz(length);
warnless.c 347 size_t curlx_sotouz(curl_off_t sonum) function
file.c 566 curlx_sotouz(expected_size) : (size_t)data->set.buffer_size;
easy.c 876 curlx_sotouz(src->set.postfieldsize));
http.c     [all...]
ssh-libssh.c     [all...]
ssh.c     [all...]
ftp.c     [all...]
  /external/curl/lib/vtls/
vtls.c 904 size = curlx_sotouz((curl_off_t) filesize);
    [all...]

Completed in 54 milliseconds