Home
last modified time | relevance | path

Searched refs:acceptBox (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c113 count = FillpQueuePop(sock->acceptBox, (void *)&conn, 1); in SpungeFreeAcceptBox()
121 FillpQueueDestroy(sock->acceptBox); in SpungeFreeAcceptBox()
122 sock->acceptBox = FILLP_NULL_PTR; in SpungeFreeAcceptBox()
287 if (sock->acceptBox != FILLP_NULL_PTR) { in SpungeFreeSock()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c202 sock->acceptBox = in SpungeHandleMsgListen()
203 FillpQueueCreate("acceptBox", (FILLP_SIZE_T)(unsigned int)sock->listenBacklog, SPUNGE_ALLOC_TYPE_MALLOC); in SpungeHandleMsgListen()
205 if (sock->acceptBox == FILLP_NULL_PTR) { in SpungeHandleMsgListen()
215 FillpQueueSetConsSafe(sock->acceptBox, FILLP_TRUE); in SpungeHandleMsgListen()
216 FillpQueueSetProdSafe(sock->acceptBox, FILLP_TRUE); in SpungeHandleMsgListen()
223 FillpQueueDestroy(sock->acceptBox); in SpungeHandleMsgListen()
224 sock->acceptBox = FILLP_NULL; in SpungeHandleMsgListen()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dspunge_app.c31 sock->acceptBox = FILLP_NULL_PTR; in SpungeInitSocket()
H A Dsocket_app.c937 if (sock->acceptBox == FILLP_NULL_PTR) { in SockAcceptGetAndCheck()
993 ret = FillpQueuePop(sock->acceptBox, (void *)&conn, 1); in SockPopConn()
1014 ret = FillpQueuePop(sock->acceptBox, (void *)&conn, 1); in SockPopConn()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h103 FillpQueue *acceptBox; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c680 if (FillpQueuePush(sock->acceptBox, (void *)&newConn, FILLP_TRUE, 1) != ERR_OK) { in FillpProcessConnConfirm()

Completed in 10 milliseconds