Searched refs:pCurDataScope (Results 1 – 1 of 1) sorted by relevance
263 for (CXFA_Node *pCurDataScope = pDataScope, *pLastDataScope = nullptr; in ScopeMatchGlobalBinding() local264 pCurDataScope && in ScopeMatchGlobalBinding()265 pCurDataScope->GetPacketType() == XFA_PacketType::Datasets; in ScopeMatchGlobalBinding()266 pLastDataScope = pCurDataScope, in ScopeMatchGlobalBinding()267 pCurDataScope = pCurDataScope->GetParent()) { in ScopeMatchGlobalBinding()268 for (CXFA_Node* pDataChild = pCurDataScope->GetFirstChildByName(dwNameHash); in ScopeMatchGlobalBinding()281 pCurDataScope->GetFirstChildByClass<CXFA_DataGroup>( in ScopeMatchGlobalBinding()323 for (CXFA_Node* pCurDataScope = pDataScope; in FindOnceDataNode() local324 pCurDataScope && in FindOnceDataNode()325 pCurDataScope->GetPacketType() == XFA_PacketType::Datasets; in FindOnceDataNode()[all …]