Searched refs:sentBytes (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_output.c | 104 FILLP_UINT32 sentBytes, FILLP_UINT32 sendPktNum) in FillpDoneSendAllData() 121 FILLP_GET_SOCKET(pcb)->index, sendPktNum, (sentBytes / (FILLP_UINT32)pcb->pktSize)); in FillpDoneSendAllData() 133 FILLP_UINT32 sentBytes, FILLP_UINT32 totalBytes) in FillpBeforeSendItem() 145 sentBytes = (sentBytes + (FILLP_UINT32)item->dataLen); in FillpBeforeSendItem() 152 if ((sentBytes >= totalBytes) || (item->resendTrigger == FILLP_ITEM_RESEND_TRIGGER_HNACK) || in FillpBeforeSendItem() 158 return sentBytes; in FillpBeforeSendItem() 166 FILLP_UINT32 sentBytes = FILLP_NULL; in FillpSendOne() local 181 while (sentBytes <= totalBytes) { in FillpSendOne() 187 FillpDoneSendAllData(sendPcb, pcb, sentBytes, sendPktNu in FillpSendOne() 103 FillpDoneSendAllData(struct FillpSendPcb *sendPcb, struct FillpPcb *pcb, FILLP_UINT32 sentBytes, FILLP_UINT32 sendPktNum) FillpDoneSendAllData() argument 132 FillpBeforeSendItem(struct FillpPcbItem *item, struct FillpPcb *pcb, FILLP_UINT32 sentBytes, FILLP_UINT32 totalBytes) FillpBeforeSendItem() argument 379 FILLP_INT sentBytes; FillpSendItem() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_socket.cpp | 181 const ssize_t sentBytes = send(client_, bytes, size - sent, 0); in SendWhenReady() local 182 if ((sentBytes <= 0) && (errno != EINTR)) { in SendWhenReady() 186 auto actualSentBytes = static_cast<size_t>(sentBytes); in SendWhenReady()
|
Completed in 2 milliseconds