Home
last modified time | relevance | path

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

/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dmime-printheader.cc76 unsigned int wrotebytes = 0; in printHeader() local
159 if (processedbytes >= startoffset && wrotebytes < length) { in printHeader()
162 ++wrotebytes; in printHeader()
196 if (processedbytes >= startoffset && wrotebytes < length) { in printHeader()
198 ++wrotebytes; in printHeader()
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackAC3Encoder.cpp192 int wrotebytes = 0; in Output2Driver() local
220 wrotebytes = towrite_frames * sizeof(short) * 2; in Output2Driver()
223 jack_ringbuffer_read_advance(fRingBuffer, wrotebytes); in Output2Driver()
234 return wrotebytes; in Output2Driver()
/dports/comms/gammu/gammu-1.42.0/libgammu/device/
H A Ddevfunc.c219 size_t wrotebytes; in lock_device() local
315 wrotebytes = write(fd, buffer, strlen(buffer)); in lock_device()
318 if (wrotebytes != strlen(buffer)) { in lock_device()
/dports/www/gecko-mediaplayer/gecko-mediaplayer-1.0.9/src/
H A Dplugin.cpp905 int32 wrotebytes = -1; in Write() local
969 wrotebytes = fwrite(buffer, 1, len, item->localfp); in Write()
970 item->localsize += wrotebytes; in Write()
1086 return wrotebytes; in Write()