Searched refs:remainBytes (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | zip_file.cpp | 872 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 D | zip_file.cpp | 462 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 D | zip_file.cpp | 479 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 D | fillp_pcb.h | 107 FILLP_UINT32 remainBytes; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | spunge_core.c | 89 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 D | fillp_flow_control.c | 290 pcb->send.flowControl.remainBytes = 0; in FillpFcInit()
|
H A D | fillp_timer.c | 206 pcb->send.flowControl.remainBytes = 0; in FillpEnableSendTimer()
|
H A D | fillp_output.c | 123 sendPcb->flowControl.remainBytes = FILLP_NULL; in FillpDoneSendAllData()
|
Completed in 9 milliseconds