Home
last modified time | relevance | path

Searched refs:FtSocketTable (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dspunge_core.h82 void SpungeDestroySockTable(struct FtSocketTable *table);
83 struct FtSocketTable *SpungeCreateSockTable(FILLP_UINT maxSock);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h137 struct FtSocketTable *sockTable; /* alloc socket source */
H A Dsockets.h200 struct FtSocketTable { struct
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c171 static int SpungeInitSocket(struct FtSocketTable *table, int tableIndex) in SpungeInitSocket()
220 static int SpungeAllocFtSock(struct FtSocketTable *table) in SpungeAllocFtSock()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c165 static void SpungeDestroySockTableSocket(struct FtSocketTable *table, int tableIndex) in SpungeDestroySockTableSocket()
186 struct FtSocketTable *SpungeCreateSockTable(FILLP_UINT maxSock) in SpungeCreateSockTable()
189 struct FtSocketTable *table; in SpungeCreateSockTable()
190 table = (struct FtSocketTable *)SpungeAlloc(1, sizeof(struct FtSocketTable), SPUNGE_ALLOC_TYPE_CALLOC); in SpungeCreateSockTable()
239 void SpungeDestroySockTable(struct FtSocketTable *table) in SpungeDestroySockTable()

Completed in 5 milliseconds