Searched defs:wrote (Results 1 - 9 of 9) sorted by relevance

/external/deqp/framework/delibs/destream/
H A DdeStreamCpyThread.c43 deInt32 wrote = 0; local
44 deOutStream_write(thread->output, buffer, read - written, &wrote);
47 written += wrote;
H A DdeThreadStream.c63 deInt32 wrote = 0; local
66 deOutStream_write(&(threadStream->producerStream), buffer, read - written, &wrote);
68 written += wrote;
/external/curl/lib/
H A Dhttp_chunks.c96 * for errors. STOP means this sequence of chunks is complete. The 'wrote'
116 size_t *wrote = (size_t *)wrotep; local
118 *wrote = 0; /* nothing's written yet */
234 *wrote += piece;
H A Drtsp.c716 size_t wrote; local
725 wrote = writeit(ptr, 1, len, data->set.rtp_out);
727 if(CURL_WRITEFUNC_PAUSE == wrote) {
732 if(wrote != len) {
H A Dsendf.c153 data->state.errorbuf = TRUE; /* wrote error string */
434 size_t wrote = writebody(ptr, 1, chunklen, data->set.out); local
436 if(CURL_WRITEFUNC_PAUSE == wrote) {
447 else if(wrote != chunklen) {
448 failf(data, "Failed writing body (%zu != %zu)", wrote, chunklen);
454 size_t wrote = writeheader(ptr, 1, chunklen, data->set.writeheader); local
456 if(CURL_WRITEFUNC_PAUSE == wrote)
462 if(wrote != chunklen) {
/external/skia/src/utils/win/
H A DSkIStream.cpp251 bool wrote = this->fSkWStream->write(pv, cb); local
252 if (wrote) {
/external/tinycompress/
H A Dcplay.c208 int size, num_read, wrote; local
272 wrote = compress_write(compress, buffer, num_read);
273 if (wrote < 0) {
274 fprintf(stderr, "Error %d playing sample\n", wrote);
278 if (wrote != num_read) {
280 fprintf(stderr, "We wrote %d, DSP accepted %d\n", num_read, wrote);
295 wrote = compress_write(compress, buffer, num_read);
296 if (wrote < 0) {
301 if (wrote !
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c29936 int wrote = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c29954 int wrote = 0; local
[all...]

Completed in 757 milliseconds