urldata: simplify bytecounters
- no need to have them protocol specific - no need to set pointers to them with the Curl_setup_transfer() call - make Curl_setup_transfer() operate on a transfer pointer, not connection - switch some counters from long to the more proper curl_off_t type Closes #3627
Showing
- lib/curl_rtmp.c 5 additions, 4 deletionslib/curl_rtmp.c
- lib/dict.c 4 additions, 7 deletionslib/dict.c
- lib/ftp.c 14 additions, 21 deletionslib/ftp.c
- lib/ftp.h 1 addition, 2 deletionslib/ftp.h
- lib/getinfo.c 2 additions, 2 deletionslib/getinfo.c
- lib/gopher.c 2 additions, 5 deletionslib/gopher.c
- lib/http.c 21 additions, 39 deletionslib/http.c
- lib/http.h 2 additions, 4 deletionslib/http.h
- lib/imap.c 4 additions, 4 deletionslib/imap.c
- lib/ldap.c 2 additions, 2 deletionslib/ldap.c
- lib/openldap.c 2 additions, 2 deletionslib/openldap.c
- lib/pop3.c 1 addition, 1 deletionlib/pop3.c
- lib/rtsp.c 4 additions, 12 deletionslib/rtsp.c
- lib/smtp.c 2 additions, 2 deletionslib/smtp.c
- lib/ssh-libssh.c 6 additions, 9 deletionslib/ssh-libssh.c
- lib/ssh.c 6 additions, 8 deletionslib/ssh.c
- lib/telnet.c 2 additions, 2 deletionslib/telnet.c
- lib/tftp.c 2 additions, 2 deletionslib/tftp.c
- lib/transfer.c 7 additions, 21 deletionslib/transfer.c
- lib/transfer.h 9 additions, 11 deletionslib/transfer.h
Loading
Please register or sign in to comment