Home | History | Annotate | Download | only in fxcrt

Lines Matching defs:pNode

1116         CNode* pNode = (CNode*) rPosition;

1117 rPosition = (FX_POSITION) pNode->pNext;
1118 return pNode->data;
1123 CNode* pNode = (CNode*) rPosition;
1124 rPosition = (FX_POSITION) pNode->pPrev;
1125 return pNode->data;
1140 CNode* pNode = (CNode*) rPosition;
1141 return pNode->data;
1155 CNode* pNode = (CNode*) pos;
1156 pNode->data = newElement;
1186 void FreeNode(CNode* pNode);