Searched refs:CFBundleGetFunctionPointerForName (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c104 sDVFuncs.fDVCountDevices = CFBundleGetFunctionPointerForName(
106 sDVFuncs.fDVGetIndDevice = CFBundleGetFunctionPointerForName(
108 sDVFuncs.fDVSetDeviceName = CFBundleGetFunctionPointerForName(
110 sDVFuncs.fDVGetDeviceName = CFBundleGetFunctionPointerForName(
112 sDVFuncs.fDVOpenDriver = CFBundleGetFunctionPointerForName(
114 sDVFuncs.fDVCloseDriver = CFBundleGetFunctionPointerForName(
118 sDVFuncs.fDVDoAVCTransaction = CFBundleGetFunctionPointerForName(
121 sDVFuncs.fDVIsEnabled = CFBundleGetFunctionPointerForName(
123 sDVFuncs.fDVGetDeviceStandard = CFBundleGetFunctionPointerForName(
127 sDVFuncs.fDVEnableRead = CFBundleGetFunctionPointerForName(
[all...]
H A DDVTest.c122 sDVFuncs.fDVCountDevices = CFBundleGetFunctionPointerForName(
124 sDVFuncs.fDVGetIndDevice = CFBundleGetFunctionPointerForName(
126 sDVFuncs.fDVSetDeviceName = CFBundleGetFunctionPointerForName(
128 sDVFuncs.fDVGetDeviceName = CFBundleGetFunctionPointerForName(
130 sDVFuncs.fDVOpenDriver = CFBundleGetFunctionPointerForName(
132 sDVFuncs.fDVCloseDriver = CFBundleGetFunctionPointerForName(
136 sDVFuncs.fDVDoAVCTransaction = CFBundleGetFunctionPointerForName(
139 sDVFuncs.fDVIsEnabled = CFBundleGetFunctionPointerForName(
141 sDVFuncs.fDVGetDeviceStandard = CFBundleGetFunctionPointerForName(
145 sDVFuncs.fDVEnableRead = CFBundleGetFunctionPointerForName(
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/osx_cfm_glue/
H A Dcfmglue.c318 saslcfmglob.SASLClientNewPtr = (void*)CFBundleGetFunctionPointerForName(
321 saslcfmglob.SASLClientStartPtr = (void*)CFBundleGetFunctionPointerForName(
324 saslcfmglob.SASLClientStepPtr = (void*)CFBundleGetFunctionPointerForName(
327 saslcfmglob.SASLErrStringPtr = (void*)CFBundleGetFunctionPointerForName(
330 saslcfmglob.sasl_errdetailPtr = (void*)CFBundleGetFunctionPointerForName(
333 saslcfmglob.SASLGetPropPtr = (void*)CFBundleGetFunctionPointerForName(
336 saslcfmglob.SASLSetPropPtr = (void*)CFBundleGetFunctionPointerForName(
339 saslcfmglob.SASLIdlePtr = (void*)CFBundleGetFunctionPointerForName(
342 saslcfmglob.SASLEncodePtr = (void*)CFBundleGetFunctionPointerForName(
345 saslcfmglob.SASLEncodeVPtr = (void*)CFBundleGetFunctionPointerForName(
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Platform/mac/
H A DModuleMac.mm68 return CFBundleGetFunctionPointerForName(m_bundle.get(), functionNameString.get());
/macosx-10.9.5/WebKit2-7537.78.2/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceMain.mm49 InitializerFunction initializerFunctionPtr = reinterpret_cast<InitializerFunction>(CFBundleGetFunctionPointerForName(webKit2Bundle, entryPointFunctionName));
H A DXPCServiceMain.Development.mm133 InitializerFunction initializerFunctionPtr = reinterpret_cast<InitializerFunction>(CFBundleGetFunctionPointerForName(webKit2Bundle, entryPointFunctionName));
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Ddyn_macosx.c115 *pvFHandle = CFBundleGetFunctionPointerForName(bundle, cfName);
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DiCloudKeychainTrace.c134 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientClearScalarKey"));
137 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientAddValueForScalarKey"));
H A DSecCertificateTrace.c267 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientClearScalarKey"));
270 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientAddValueForScalarKey"));
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DiCloudKeychainTrace.c134 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientClearScalarKey"));
137 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientAddValueForScalarKey"));
H A DSecCertificateTrace.c267 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientClearScalarKey"));
270 CFBundleGetFunctionPointerForName(gAggdBundleRef, CFSTR("ADClientAddValueForScalarKey"));
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/mac/
H A DInjectedBundleMac.mm82 WKBundleInitializeFunctionPtr initializeFunction = reinterpret_cast<WKBundleInitializeFunctionPtr>(CFBundleGetFunctionPointerForName([m_platformBundle _cfBundle], CFSTR("WKBundleInitialize")));
/macosx-10.9.5/WebCore-7537.78.1/plugins/mac/
H A DPluginPackageMac.cpp74 (BP_CreatePluginMIMETypesPreferencesFuncPtr)CFBundleGetFunctionPointerForName(bundle, CFSTR("BP_CreatePluginMIMETypesPreferences"));
273 NP_Initialize = (NP_InitializeFuncPtr)CFBundleGetFunctionPointerForName(m_module, CFSTR("NP_Initialize"));
274 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)CFBundleGetFunctionPointerForName(m_module, CFSTR("NP_GetEntryPoints"));
275 m_NPP_Shutdown = (NPP_ShutdownProcPtr)CFBundleGetFunctionPointerForName(m_module, CFSTR("NP_Shutdown"));
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginPackage.mm259 NP_Initialize = (NP_InitializeFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_Initialize"));
260 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_GetEntryPoints"));
261 NP_Shutdown = (NPP_ShutdownProcPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_Shutdown"));
/macosx-10.9.5/CF-855.17/
H A DCFBundle.h303 void *CFBundleGetFunctionPointerForName(CFBundleRef bundle, CFStringRef functionName);
H A DCFPlugIn_Factory.c203 factory->_func = (CFPlugInFactoryFunction)CFBundleGetFunctionPointerForName(factory->_plugIn, factory->_funcName);
H A DCFPlugIn_PlugIn.c138 func = (CFPlugInDynamicRegisterFunction)CFBundleGetFunctionPointerForName(bundle, tempStr);
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dosxcode.cpp181 void *function = CFBundleGetFunctionPointerForName(cfBundle(), cfName);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dosxcode.cpp181 void *function = CFBundleGetFunctionPointerForName(cfBundle(), cfName);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dbundle-variables.m274 value = CFBundleGetFunctionPointerForName(cfBundle,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dbundle-variables.m284 value = CFBundleGetFunctionPointerForName(cfBundle,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py162 CFBundleGetFunctionPointerForName
166 self.fail("CFBundleGetFunctionPointerForName")
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dfileio.cpp116 #define F(x) CFBundleGetFunctionPointerForName(systemFramework, CFSTR(#x))
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dsys-MacOSX.c3259 && (start = CFBundleGetFunctionPointerForName(bundle, CFSTR("start")))) {
3318 eap->init = CFBundleGetFunctionPointerForName(bundle, CFSTR("Init"));
3319 eap->dispose = CFBundleGetFunctionPointerForName(bundle, CFSTR("Dispose"));
3320 eap->process = CFBundleGetFunctionPointerForName(bundle, CFSTR("Process"));
3321 eap->free = CFBundleGetFunctionPointerForName(bundle, CFSTR("Free"));
3322 eap->attribute = CFBundleGetFunctionPointerForName(bundle, CFSTR("GetAttribute"));
3323 eap->interactive_ui = CFBundleGetFunctionPointerForName(bundle, CFSTR("InteractiveUI"));
3324 eap->print_packet = CFBundleGetFunctionPointerForName(bundle, CFSTR("PrintPacket"));
3325 eap->identity = CFBundleGetFunctionPointerForName(bundle, CFSTR("Identity"));
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py189 CFBundleGetFunctionPointerForName
193 self.fail("CFBundleGetFunctionPointerForName")

Completed in 224 milliseconds

12