Home
last modified time | relevance | path

Searched refs:pprev (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dhlist.h25 struct HlistNode **pprev; member
40 (ptr)->head.pprev = &((ptr)->head.next); \
46 (node)->pprev = FILLP_NULL_PTR; \
48 #define HLIST_PREV(ptr) ((struct HlistNode *)(ptr)->pprev)
50 #define HLISTNODE_LINKED(_node) ((_node)->pprev != FILLP_NULL_PTR)
72 prev->next->pprev = &toBeAdded->next; in HlistAddAfter()
74 list->head.pprev = &toBeAdded->next; in HlistAddAfter()
78 toBeAdded->pprev = &prev->next; in HlistAddAfter()
101 list->head.pprev = n->pprev; in HlistDelete()
106 n->next->pprev = n->pprev; in HlistDelete()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dspunge_app.c33 sock->listenNode.pprev = FILLP_NULL_PTR; in SpungeInitSocket()
H A Dfillp_dfx.c33 .pprev = (struct HlistNode **)&g_fillpDfxPktPraseFailList,
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c307 pos = (struct HlistNode *)(void *)pos->pprev; in FillpAddtoListBySeqNum()