Home | History | Annotate | Download | only in eh

Lines Matching defs:theBundle

29     CFBundleRef theBundle;
35 CFBundleRef *theBundle)
61 *theBundle = CFBundleCreate(kCFAllocatorSystemDefault, theBundleURL);
81 __msl_os_x.theBundle = NULL;
87 &__msl_os_x.theBundle);
89 if ((theErr == noErr) && (__msl_os_x.theBundle != NULL))
93 __msl_os_x.isLoaded = CFBundleLoadExecutable(__msl_os_x.theBundle);
99 CFBundleGetFunctionPointerForName(__msl_os_x.theBundle, CFSTR("read"));
101 CFBundleGetFunctionPointerForName(__msl_os_x.theBundle, CFSTR("write"));
112 if (__msl_os_x.theBundle != NULL)
119 CFBundleUnloadExecutable(__msl_os_x.theBundle);
123 CFRelease(__msl_os_x.theBundle);
124 __msl_os_x.theBundle = NULL;