Searched refs:pCS (Results 1 – 5 of 5) sorted by relevance
414 METChrSet * pCS; in CreateChrSet() local419 pCS->pSucc = pChrSetList; pChrSetList=pCS; in CreateChrSet()429 METChrSet* pCS; in FindChrSet() local431 for (pCS=pChrSetList; pCS!=NULL; pCS=pCS->pSucc) in FindChrSet()433 if (pCS->aName==rFont.GetName() && pCS->eWeight==rFont.GetWeight() ) in FindChrSet()434 return pCS->nSet; in FindChrSet()445 METChrSet * pCS; in WriteChrSets() local448 for (pCS=pChrSetList; pCS!=NULL; pCS=pCS->pSucc) in WriteChrSets()2528 METChrSet* pCS; in WriteMET() local2568 pCS=pChrSetList; in WriteMET()[all …]
371 …municationLink *CreateCommunicationLink( CommunicationManager *pCM, vos::OConnectorSocket *pCS )=0;387 …anager *pCM, vos::OConnectorSocket *pCS ){ return new SimpleCommunicationLinkViaSocketWithReceiveC… in CreateCommunicationLink() argument
174 …ommunicationManager *pCM, vos::OConnectorSocket *pCS ){ return new CommunicationLinkViaSocket( pCM… in CreateCommunicationLink() argument
157 CSGuard( CRITICAL_SECTION* pCS ) in CSGuard() argument158 : m_pCriticalSection( pCS ) in CSGuard()
361 ChrSet* pCS; in WritePS() local409 pCS=pChrSetList; in WritePS()410 pChrSetList=pCS->pSucc; in WritePS()411 delete pCS; in WritePS()
Completed in 47 milliseconds