Searched defs:copyBuffer (Results 1 - 25 of 34) sorted by relevance

12

/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
H A DPartiallyUncompressingPipe.java40 private final byte[] copyBuffer; field in class:PartiallyUncompressingPipe
73 copyBuffer = new byte[copyBufferSize];
88 while ((numRead = in.read(copyBuffer)) >= 0) {
89 out.write(copyBuffer, 0, numRead);
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp33 ObjMap[ModuleID] = copyBuffer(Obj);
64 MemoryBuffer *copyBuffer(MemoryBufferRef Buf) { function in class:__anon13169::TestObjectCache
/external/libmicrohttpd/src/testcurl/
H A Dtest_concurrent_stop.c64 copyBuffer (void *ptr, function
127 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
H A Dtest_digestauth.c59 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
197 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
H A Dtest_digestauth_with_arguments.c58 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
196 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
H A Dtest_iplimit.c64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
147 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
236 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
H A Dtest_long_header.c62 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
125 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
200 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
H A Dtest_parse_cookies.c50 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
136 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
H A Dtest_process_arguments.c50 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
140 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
H A Dtest_urlparse.c59 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
143 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
H A Dperf_get.c139 copyBuffer (void *ptr, function
205 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
325 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
400 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
H A Dperf_get_concurrent.c127 copyBuffer (void *ptr, function
188 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
H A Dtest_get.c66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
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);
H A Dtest_get_chunked.c58 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
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);
H A Dtest_get_sendfile.c64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
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);
H A Dtest_large_put.c83 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
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);
H A Dtest_post_loop.c61 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
135 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
199 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
264 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
347 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
H A Dtest_postform.c74 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
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);
H A Dtest_process_headers.c57 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
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);
H A Dtest_put.c70 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
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);
H A Dtest_put_chunked.c71 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
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);
H A Dtest_quiesce.c59 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
166 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
H A Dtest_timeout.c109 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
185 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
240 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
/external/libmicrohttpd/src/testzzuf/
H A Dtest_long_header.c64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
129 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
192 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
/external/libmicrohttpd/src/testcurl/https/
H A Dtls_test_common.c97 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
150 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) function
226 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);

Completed in 542 milliseconds

12