Searched refs:theInitBlock (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dapp.cpp824 const CFragInitBlock *theInitBlock = (const CFragInitBlock *)initBlock; local
827 if (theInitBlock->fragLocator.where == kDataForkCFragLocator) {
828 fileSpec = theInitBlock->fragLocator.u.onDisk.fileSpec;
830 else if (theInitBlock->fragLocator.where == kResourceCFragLocator) {
831 fileSpec = theInitBlock->fragLocator.u.inSegs.fileSpec;
948 pascal OSErr __initialize(const CFragInitBlock *theInitBlock);
952 pascal OSErr __wxinitialize(const CFragInitBlock *theInitBlock) argument
954 wxStAppResource::OpenSharedLibraryResource( theInitBlock ) ;
955 return __initialize( theInitBlock ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dapp.cpp960 pascal OSErr __initialize(const CFragInitBlock *theInitBlock);
964 pascal OSErr __wxinitialize(const CFragInitBlock *theInitBlock) argument
966 return __initialize( theInitBlock ) ;

Completed in 45 milliseconds