Searched refs:pCurDataScope (Results 1 – 1 of 1) sorted by relevance
396 for (CXFA_Node *pCurDataScope = pDataScope, *pLastDataScope = nullptr; in ScopeMatchGlobalBinding() local397 pCurDataScope && in ScopeMatchGlobalBinding()398 pCurDataScope->GetPacketType() == XFA_PacketType::Datasets; in ScopeMatchGlobalBinding()399 pLastDataScope = pCurDataScope, in ScopeMatchGlobalBinding()400 pCurDataScope = pCurDataScope->GetParent()) { in ScopeMatchGlobalBinding()401 for (CXFA_Node* pDataChild = pCurDataScope->GetFirstChildByName(dwNameHash); in ScopeMatchGlobalBinding()414 pCurDataScope->GetFirstChildByClass<CXFA_DataGroup>( in ScopeMatchGlobalBinding()457 for (CXFA_Node* pCurDataScope = pDataScope; in FindOnceDataNode() local458 pCurDataScope && in FindOnceDataNode()459 pCurDataScope->GetPacketType() == XFA_PacketType::Datasets; in FindOnceDataNode()[all …]