Home
last modified time | relevance | path

Searched refs:chunks (Results 1 – 10 of 10) sorted by relevance

/curl/tests/libtest/
H A Dlib1901.c32 static const char *chunks[]={ variable
47 if(chunks[ix]) { in read_callback()
48 size_t len = strlen(chunks[ix]); in read_callback()
49 strcpy(ptr, chunks[ix]); in read_callback()
/curl/docs/cmdline-opts/
H A Dno-buffer.md20 data in chunks, not necessarily exactly when the data arrives. Using this
H A Dform.md43 such data is sent as chunks by HTTP and rejected by IMAP.
/curl/tests/data/
H A Dtest37356 Chunked transfer encoding - Multiple valid chunks with binary zeros.
H A Dtest123818 # ~1200 bytes (so that they don't fit in two 512 byte chunks)
/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c330 int i, chunks = 3, error_bucket = 1; in curltest_tweak_handler() local
344 chunks = 0; in curltest_tweak_handler()
365 chunks = (int)apr_atoi64(val); in curltest_tweak_handler()
366 if(chunks >= 0) { in curltest_tweak_handler()
442 r->clength = with_cl ? (chunks * chunk_size) : -1; in curltest_tweak_handler()
473 for(i = 0; i < chunks; ++i) { in curltest_tweak_handler()
/curl/docs/libcurl/opts/
H A DCURLOPT_CHUNK_BGN_FUNCTION.md64 going to be transferred (if the transfer supports chunks).
75 CURLOPT_CHUNK_DATA(3). The parameter remains contains number of chunks
H A DCURLOPT_BUFFERSIZE.md33 called more often and with smaller chunks. Secondly, for some protocols, there
/curl/docs/libcurl/
H A Dcurl_mime_filedata.md54 part is transferred using chunks by HTTP but is rejected by IMAP.
/curl/docs/
H A DKNOWN_BUGS30 3.6 POP3 issue when reading small chunks
185 3.6 POP3 issue when reading small chunks

Completed in 29 milliseconds