Lines Matching refs:_ValidateNode
146 static struct _ValidateNode *
150 struct _ValidateNode *node; in validateListAddNode()
163 node = WSBMLISTENTRY(l, struct _ValidateNode, head); in validateListAddNode()
198 struct _ValidateNode *node; in validateFreeList()
204 node = WSBMLISTENTRY(l, struct _ValidateNode, head); in validateFreeList()
216 node = WSBMLISTENTRY(l, struct _ValidateNode, head); in validateFreeList()
228 struct _ValidateNode *node; in validateListAdjustNodes()
247 node = WSBMLISTENTRY(l, struct _ValidateNode, head); in validateListAdjustNodes()
301 struct _ValidateNode *node; in validateResetList()
311 node = WSBMLISTENTRY(l, struct _ValidateNode, head); in validateResetList()
1058 struct _ValidateNode **pnode, int *newItem) in wsbmAddValidateItem()
1060 struct _ValidateNode *node, *cur; in wsbmAddValidateItem()
1074 node = WSBMLISTENTRY(l, struct _ValidateNode, hashHead); in wsbmAddValidateItem()
1122 struct _ValidateNode **node) in wsbmBOAddListItem()
1128 struct _ValidateNode *dummyNode; in wsbmBOAddListItem()
1223 struct _ValidateNode *node; in wsbmBOValidateUserList()
1251 struct _ValidateNode *node; in wsbmBOUnvalidateUserList()
1304 struct _ValidateNode *
1309 return WSBMLISTENTRY(l, struct _ValidateNode, head); in validateListNode()