Home
last modified time | relevance | path

Searched refs:remainBytes (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp872 size_t remainBytes = (remainCompressedSize > UNZIP_BUF_IN_LEN) ? UNZIP_BUF_IN_LEN : remainCompressedSize; in ReadZStreamFromMMap() local
873 size_t readBytes = sizeof(Byte) * remainBytes; in ReadZStreamFromMMap()
879 remainCompressedSize -= remainBytes; in ReadZStreamFromMMap()
880 zstream.avail_in = remainBytes; in ReadZStreamFromMMap()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp462 size_t remainBytes = (remainCompressedSize > UNZIP_BUF_IN_LEN) ? UNZIP_BUF_IN_LEN : remainCompressedSize; in ReadZStream() local
463 readBytes = fread(buffer, sizeof(Byte), remainBytes, file_); in ReadZStream()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp479 size_t remainBytes = (remainCompressedSize > UNZIP_BUF_IN_LEN) ? UNZIP_BUF_IN_LEN : remainCompressedSize; in ReadZStream() local
480 readBytes = fread(buffer, sizeof(Byte), remainBytes, file_); in ReadZStream()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h107 FILLP_UINT32 remainBytes; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c89 bytesExpected += pcb->fpcb.send.flowControl.remainBytes; in SpungeCalExpectedBytes()
105 pcb->fpcb.send.flowControl.remainBytes = (bytesExpected - (FILLP_UINT32)sendBytes); in SpungeDoSendUpdate()
107 pcb->fpcb.send.flowControl.remainBytes = 0; in SpungeDoSendUpdate()
141 /* If BytesExpected less than pktSize, no need to send, just store the remainBytes */ in SpungeDoSendCycle()
149 pcb->fpcb.send.flowControl.remainBytes = bytesExpected; in SpungeDoSendCycle()
153 sock->index, sendBytes, tmpBytes, pcb->fpcb.send.flowControl.remainBytes); in SpungeDoSendCycle()
155 if ((pcb->fpcb.send.flowControl.remainBytes) || (!HLIST_EMPTY(&pcb->fpcb.send.unSendList)) || in SpungeDoSendCycle()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control.c290 pcb->send.flowControl.remainBytes = 0; in FillpFcInit()
H A Dfillp_timer.c206 pcb->send.flowControl.remainBytes = 0; in FillpEnableSendTimer()
H A Dfillp_output.c123 sendPcb->flowControl.remainBytes = FILLP_NULL; in FillpDoneSendAllData()

Completed in 9 milliseconds