Loading docs/libcurl/opts/CURLOPT_SEEKDATA.3 +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ HTTP, FTP, SFTP .nf static int seek_cb(void *userp, curl_off_t offset, int origin) { struct data *d = (stuct data *)userp; struct data *d = (struct data *)userp; lseek(our_fd, offset, origin); return CURL_SEEKFUNC_OK; } Loading docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3 +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ HTTP, FTP, SFTP .nf static int seek_cb(void *userp, curl_off_t offset, int origin) { struct data *d = (stuct data *)userp; struct data *d = (struct data *)userp; lseek(our_fd, offset, origin); return CURL_SEEKFUNC_OK; } Loading Loading
docs/libcurl/opts/CURLOPT_SEEKDATA.3 +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ HTTP, FTP, SFTP .nf static int seek_cb(void *userp, curl_off_t offset, int origin) { struct data *d = (stuct data *)userp; struct data *d = (struct data *)userp; lseek(our_fd, offset, origin); return CURL_SEEKFUNC_OK; } Loading
docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3 +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ HTTP, FTP, SFTP .nf static int seek_cb(void *userp, curl_off_t offset, int origin) { struct data *d = (stuct data *)userp; struct data *d = (struct data *)userp; lseek(our_fd, offset, origin); return CURL_SEEKFUNC_OK; } Loading