Home
last modified time | relevance | path

Searched defs:pEngine (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Tools/msi/bundle/bootstrap/
Dpythonba.cpp41 __in IBootstrapperEngine* pEngine, in BootstrapperApplicationCreate()
66 __in IBootstrapperEngine* pEngine, in MbaPrereqBootstrapperApplicationCreate()
DPythonBootstrapperApplication.cpp2818 static bool IsTargetPlatformx64(__in IBootstrapperEngine* pEngine) { in IsTargetPlatformx64()
2829 static bool IsTargetPlatformARM64(__in IBootstrapperEngine* pEngine) { in IsTargetPlatformARM64()
2841 __in IBootstrapperEngine* pEngine, in LoadOptionalFeatureStatesFromKey()
2877 __in IBootstrapperEngine* pEngine, in LoadTargetDirFromKey()
2908 __in IBootstrapperEngine* pEngine, in LoadAssociateFilesStateFromKey()
2938 static void LoadOptionalFeatureStates(__in IBootstrapperEngine* pEngine) { in LoadOptionalFeatureStates()
3079 __in IBootstrapperEngine* pEngine, in PythonBootstrapperApplication()
3242 __in IBootstrapperEngine* pEngine, in CreateBootstrapperApplication()
/third_party/curl/docs/examples/
Dsimplessl.c64 const char *pEngine; in main() local