Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib552.c128 static char databuf[70000]; /* MUST be more than 64k OR variable
134 size_t available = sizeof(databuf) - current_offset; /* What we have to in read_callback()
138 memcpy(ptr, databuf + current_offset, given); in read_callback()
188 for(i = 0; i < sizeof(databuf); ++i) in test()
189 databuf[i] = fill[i % sizeof(fill)]; in test()
195 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long) sizeof(databuf)); in test()

Completed in 5 milliseconds