/curl/src/ |
H A D | tool_cb_see.c | 48 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb()
|
H A D | tool_formparse.c | 214 int tool_mime_stdin_seek(void *instream, curl_off_t offset, int whence) in tool_mime_stdin_seek()
|
/curl/include/curl/ |
H A D | websockets.h | 34 curl_off_t offset; /* the offset of this data into the frame */ member
|
/curl/docs/examples/ |
H A D | anyauthput.c | 58 static int my_seek(void *userp, curl_off_t offset, int origin) in my_seek()
|
/curl/lib/vauth/ |
H A D | krb5_sspi.c | 256 size_t offset = 0; in Curl_auth_create_gssapi_security_message() local
|
/curl/lib/vssh/ |
H A D | wolfssh.c | 254 word32 offset[2]; in wsftp_send() local 300 word32 offset[2]; in wsftp_recv() local
|
H A D | ssh.h | 216 curl_off_t offset; member
|
/curl/tests/server/ |
H A D | getpart.c | 113 size_t offset = 0; in readline() local
|
H A D | rtspd.c | 97 size_t offset; /* size of the incoming request */ member
|
H A D | sws.c | 100 size_t offset; /* size of the incoming request */ member
|
/curl/lib/ |
H A D | request.h | 82 curl_off_t offset; /* possible resume offset read from the member
|
H A D | sendf.c | 584 curl_off_t offset) in Curl_creader_def_resume_from() 765 curl_off_t offset) in cr_in_resume_from() 1318 curl_off_t offset) in cr_buf_resume_from() 1390 CURLcode Curl_creader_resume_from(struct Curl_easy *data, curl_off_t offset) in Curl_creader_resume_from()
|
H A D | mime.c | 681 static int mime_mem_seek(void *instream, curl_off_t offset, int whence) in mime_mem_seek() 733 static int mime_file_seek(void *instream, curl_off_t offset, int whence) in mime_file_seek() 769 size_t offset = curlx_sotouz(state->offset); in readback_bytes() local 1103 static int mime_subparts_seek(void *instream, curl_off_t offset, int whence) in mime_subparts_seek() 2072 curl_off_t offset) in cr_mime_resume_from()
|
H A D | smb.c | 139 unsigned short offset; member 205 unsigned int offset; member 219 unsigned int offset; member 756 curl_off_t offset = data->req.offset; in smb_send_read() local 777 curl_off_t offset = data->req.offset; in smb_send_write() local
|
H A D | headers.c | 230 size_t offset; in unfold_value() local
|
H A D | bufq.c | 142 static void chunk_peek_at(const struct buf_chunk *chunk, size_t offset, in chunk_peek_at() 548 bool Curl_bufq_peek_at(struct bufq *q, size_t offset, in Curl_bufq_peek_at()
|
H A D | parsedate.c | 122 int offset; /* +/- in minutes */ member
|
H A D | curl_setup.h | 469 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence) argument 493 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence) argument
|
H A D | formdata.c | 794 static int fseeko_wrapper(void *stream, curl_off_t offset, int whence) in fseeko_wrapper()
|
H A D | urlapi.c | 431 size_t *offset) /* to the hostname */ in parse_hostname_login() 794 size_t offset; in parse_authority() local
|
H A D | mime.h | 94 curl_off_t offset; /* State-dependent offset. */ member
|
/curl/lib/vquic/ |
H A D | vquic.c | 372 size_t offset, to; in recvmmsg_packets() local 476 size_t offset, to; in recvmsg_packets() local
|
H A D | curl_ngtcp2.c | 501 int64_t sid, uint64_t offset, in cb_recv_stream_data() 542 uint64_t offset, uint64_t datalen, void *user_data, in cb_acked_stream_data_offset()
|
H A D | curl_quiche.c | 1360 unsigned alpn_len, offset = 0; in cf_quiche_ctx_open() local
|
/curl/lib/vtls/ |
H A D | sectransp.c | 1529 size_t derlen, offset = 0; local
|