Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dhlist.h54 #define HLIST_FOREACH_SAFE(_pos, _next, list) \ argument
55 …for ((_pos) = HLIST_FIRST(list); ((_pos) != FILLP_NULL_PTR) && ((_next) = (_pos)->next, FILLP_TRUE…
56 (_pos) = (_next))
58 #define HLIST_FOREACH_AT_SAFE(_pos, _next) \ argument
59 for (; ((_pos) != FILLP_NULL_PTR) && ((_next) = (_pos)->next, FILLP_TRUE); (_pos) = (_next))