Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c22 DympoolItemOperaCbSt *itemOperaCb) in DympCreatePool()
39 pool->itemOperaCb.createCb = itemOperaCb->createCb; in DympCreatePool()
40 pool->itemOperaCb.destroyCb = itemOperaCb->destroyCb; in DympCreatePool()
87 if (pool->itemOperaCb.destroyCb != FILLP_NULL_PTR) { in DympDestroyPool()
92 pool->itemOperaCb.destroyCb(item); in DympDestroyPool()
152 if (pool->itemOperaCb.createCb != FILLP_NULL_PTR) { in DympExpandMemory()
153 err = pool->itemOperaCb.createCb(item); in DympExpandMemory()
21 DympCreatePool(int initSize, int maxSize, int itemSize, FILLP_BOOL autoExpand, DympoolItemOperaCbSt *itemOperaCb) DympCreatePool() argument
H A Dspunge_message.c900 DympoolItemOperaCbSt itemOperaCb = {SpungeMsgCreatePoolCb, SpungeMsgDestroyPoolCb}; in SpungeMsgCreatePool() local
902 &itemOperaCb); in SpungeMsgCreatePool()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_buf_item.c38 DympoolItemOperaCbSt itemOperaCb = {FillpCreateDympCreateCb, FILLP_NULL_PTR}; in FillpCreateBufItemPool() local
41 FILLP_FALSE, &itemOperaCb); in FillpCreateBufItemPool()
H A Dspunge_core.c450 DympoolItemOperaCbSt itemOperaCb = {FILLP_NULL_PTR, FILLP_NULL_PTR}; in FtAllocateEpollResource() local
452 sizeof(struct EpItem), FILLP_TRUE, &itemOperaCb); in FtAllocateEpollResource()
461 sizeof(struct EventPoll), FILLP_TRUE, &itemOperaCb); in FtAllocateEpollResource()
645 DympoolItemOperaCbSt itemOperaCb = {FILLP_NULL_PTR, FILLP_NULL_PTR}; in FtInitGlobalNetPool() local
647 sizeof(struct FtNetconn), FILLP_TRUE, &itemOperaCb); in FtInitGlobalNetPool()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Ddympool.h60 DympoolItemOperaCbSt itemOperaCb; /* item creation and destroy callback structure */ member
64 DympoolItemOperaCbSt *itemOperaCb);

Completed in 5 milliseconds