HomeSort by relevance Sort by last modified time
    Searched full:copybuffer (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/libmicrohttpd/src/testzzuf/
test_get.c 51 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
117 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
161 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
222 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_get_chunked.c 49 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
143 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
184 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
242 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_post.c 69 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
173 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
225 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
295 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_post_form.c 67 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
191 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
242 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
310 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_put.c 66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
142 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
193 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
262 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_put_chunked.c 66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
148 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
195 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
274 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_put_large.c 74 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
157 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
209 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
280 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_long_header.c 64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
129 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
192 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
  /external/libmicrohttpd/src/testcurl/
test_get_sendfile.c 64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
134 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
183 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
233 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
292 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
428 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_iplimit.c 64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
147 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
236 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_long_header.c 62 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
125 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
200 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_timeout.c 109 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
185 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
240 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_get_chunked.c 58 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
173 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
215 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
258 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
310 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_large_put.c 83 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
164 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
222 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
284 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
355 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_postform.c 74 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
194 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
250 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
307 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
373 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_process_headers.c 57 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
166 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
215 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
324 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_put.c 70 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
141 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
197 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
255 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
323 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_put_chunked.c 71 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
151 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
207 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
333 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_get.c 66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
128 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
178 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
229 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
289 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
426 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
569 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_post.c 80 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
181 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
235 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
290 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
354 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
565 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_concurrent_stop.c 64 copyBuffer (void *ptr,
127 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
test_digestauth.c 59 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
197 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
RendererCommon.java 78 private ByteBuffer copyBuffer;
97 && (copyBuffer == null || copyBuffer.capacity() < copyCapacityNeeded)) {
98 copyBuffer = ByteBuffer.allocateDirect(copyCapacityNeeded);
111 planes[i], planeWidths[i], planeHeights[i], strides[i], copyBuffer, planeWidths[i]);
112 packedByteBuffer = copyBuffer;
  /prebuilts/go/darwin-x86/src/io/
io.go 351 return copyBuffer(dst, src, nil)
354 // CopyBuffer is identical to Copy except that it stages through the
357 // zero length, CopyBuffer panics.
358 func CopyBuffer(dst Writer, src Reader, buf []byte) (written int64, err error) {
360 panic("empty buffer in io.CopyBuffer")
362 return copyBuffer(dst, src, buf)
365 // copyBuffer is the actual implementation of Copy and CopyBuffer.
367 func copyBuffer(dst Writer, src Reader, buf []byte) (written int64, err error) {
  /prebuilts/go/linux-x86/src/io/
io.go 351 return copyBuffer(dst, src, nil)
354 // CopyBuffer is identical to Copy except that it stages through the
357 // zero length, CopyBuffer panics.
358 func CopyBuffer(dst Writer, src Reader, buf []byte) (written int64, err error) {
360 panic("empty buffer in io.CopyBuffer")
362 return copyBuffer(dst, src, buf)
365 // copyBuffer is the actual implementation of Copy and CopyBuffer.
367 func copyBuffer(dst Writer, src Reader, buf []byte) (written int64, err error) {

Completed in 495 milliseconds

1 2 3