Home
last modified time | relevance | path

Searched refs:prebytes (Results 1 – 10 of 10) sorted by relevance

/dports/devel/qca/qca-2.3.4/plugins/qca-gnupg/
H A Dlineconverter.cpp28 prebytes = 0; in setup()
92 list.append(prebytes + n + 1 - prev); in update()
93 prebytes = 0; in update()
105 prebytes += buf.size() - prev; in update()
143 prebytes -= counter; in writtenToActual()
147 if (prebytes < 0) { in writtenToActual()
148 bytes += prebytes; in writtenToActual()
149 prebytes = 0; in writtenToActual()
H A Dlineconverter.h50 int prebytes; variable
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/src/xmpp/xmpp-core/
H A Dsecurestream.cpp130 int prebytes; member in SecureLayer
182 prebytes = 0; in init()
215 if(prebytes > 0) { in finished()
216 if(prebytes >= plain) { in finished()
218 prebytes -= plain; in finished()
222 written += prebytes; in finished()
223 plain -= prebytes; in finished()
224 prebytes = 0; in finished()
420 x += s->prebytes; in calcPrebytes()
431 s->prebytes = calcPrebytes(); in startTLSClient()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/xmpp/xmpp-core/
H A Dsecurestream.cpp129 int prebytes; member in SecureLayer
181 prebytes = 0; in init()
214 if(prebytes > 0) { in finished()
215 if(prebytes >= plain) { in finished()
217 prebytes -= plain; in finished()
221 written += prebytes; in finished()
222 plain -= prebytes; in finished()
223 prebytes = 0; in finished()
427 x += s->prebytes; in calcPrebytes()
438 s->prebytes = calcPrebytes(); in startTLSClient()
[all …]
/dports/net-im/psi/psi-1.5/iris/src/xmpp/xmpp-core/
H A Dsecurestream.cpp129 int prebytes; member in SecureLayer
181 prebytes = 0; in init()
214 if(prebytes > 0) { in finished()
215 if(prebytes >= plain) { in finished()
217 prebytes -= plain; in finished()
221 written += prebytes; in finished()
222 plain -= prebytes; in finished()
223 prebytes = 0; in finished()
427 x += s->prebytes; in calcPrebytes()
438 s->prebytes = calcPrebytes(); in startTLSClient()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/groupwise/libgroupwise/
H A Dsecurestream.cpp143 prebytes = 0; in init()
192 if (prebytes > 0) { in finished()
193 if (prebytes >= plain) { in finished()
195 prebytes -= plain; in finished()
198 written += prebytes; in finished()
199 plain -= prebytes; in finished()
200 prebytes = 0; in finished()
394 x += s->prebytes; in calcPrebytes()
406 s->prebytes = calcPrebytes(); in startTLSClient()
421 s->prebytes = calcPrebytes(); in startTLSServer()
[all …]
H A Dsecurestream.h136 int prebytes; variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c478 int prebytes = pva[5] & 0x03; in ttusb_dec_process_pva() local
489 dec->v_pes_postbytes == prebytes) { in ttusb_dec_process_pva()
491 &pva[12], prebytes); in ttusb_dec_process_pva()
494 dec->v_pes_length + prebytes, 1); in ttusb_dec_process_pva()
511 memcpy(&dec->v_pes[14], &pva[12 + prebytes], in ttusb_dec_process_pva()
512 length - 12 - prebytes); in ttusb_dec_process_pva()
513 dec->v_pes_length = 14 + length - 12 - prebytes; in ttusb_dec_process_pva()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c478 int prebytes = pva[5] & 0x03; in ttusb_dec_process_pva() local
489 dec->v_pes_postbytes == prebytes) { in ttusb_dec_process_pva()
491 &pva[12], prebytes); in ttusb_dec_process_pva()
494 dec->v_pes_length + prebytes, 1); in ttusb_dec_process_pva()
511 memcpy(&dec->v_pes[14], &pva[12 + prebytes], in ttusb_dec_process_pva()
512 length - 12 - prebytes); in ttusb_dec_process_pva()
513 dec->v_pes_length = 14 + length - 12 - prebytes; in ttusb_dec_process_pva()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c478 int prebytes = pva[5] & 0x03; in ttusb_dec_process_pva() local
489 dec->v_pes_postbytes == prebytes) { in ttusb_dec_process_pva()
491 &pva[12], prebytes); in ttusb_dec_process_pva()
494 dec->v_pes_length + prebytes, 1); in ttusb_dec_process_pva()
511 memcpy(&dec->v_pes[14], &pva[12 + prebytes], in ttusb_dec_process_pva()
512 length - 12 - prebytes); in ttusb_dec_process_pva()
513 dec->v_pes_length = 14 + length - 12 - prebytes; in ttusb_dec_process_pva()