Searched refs:wrotebytes (Results 1 – 4 of 4) sorted by relevance
76 unsigned int wrotebytes = 0; in printHeader() local159 if (processedbytes >= startoffset && wrotebytes < length) { in printHeader()162 ++wrotebytes; in printHeader()196 if (processedbytes >= startoffset && wrotebytes < length) { in printHeader()198 ++wrotebytes; in printHeader()
192 int wrotebytes = 0; in Output2Driver() local220 wrotebytes = towrite_frames * sizeof(short) * 2; in Output2Driver()223 jack_ringbuffer_read_advance(fRingBuffer, wrotebytes); in Output2Driver()234 return wrotebytes; in Output2Driver()
219 size_t wrotebytes; in lock_device() local315 wrotebytes = write(fd, buffer, strlen(buffer)); in lock_device()318 if (wrotebytes != strlen(buffer)) { in lock_device()
905 int32 wrotebytes = -1; in Write() local969 wrotebytes = fwrite(buffer, 1, len, item->localfp); in Write()970 item->localsize += wrotebytes; in Write()1086 return wrotebytes; in Write()