Home
last modified time | relevance | path

Searched refs:SpungeConnCheckUnsendBoxEmpty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dspunge_stack.h39 FILLP_BOOL SpungeConnCheckUnsendBoxEmpty(struct FtNetconn *conn);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c266 if ((sock->netconn != FILLP_NULL_PTR) && !SpungeConnCheckUnsendBoxEmpty(sock->netconn)) { in SpungeFreeSock()
336 FILLP_BOOL SpungeConnCheckUnsendBoxEmpty(struct FtNetconn *conn) in SpungeConnCheckUnsendBoxEmpty() function
415 if (!SpungeConnCheckUnsendBoxEmpty(conn)) { in SpungeCheckDisconn()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control.c208 …isDataWaitedEmpty = (unsendSize == 0) && (SpungeConnCheckUnsendBoxEmpty(FILLP_GET_CONN(pcb)) == FI… in FillpFcTailProtected()