Home
last modified time | relevance | path

Searched refs:pCommand (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Tools/msi/bundle/bootstrap/
Dpythonba.cpp42 __in const BOOTSTRAPPER_COMMAND* pCommand, in BootstrapperApplicationCreate() argument
50 hr = CreateBootstrapperApplication(vhInstance, FALSE, S_OK, pEngine, pCommand, ppApplication); in BootstrapperApplicationCreate()
67 __in const BOOTSTRAPPER_COMMAND* pCommand, in MbaPrereqBootstrapperApplicationCreate() argument
Dpch.h55 __in const BOOTSTRAPPER_COMMAND* pCommand,
DPythonBootstrapperApplication.cpp3059 __in const BOOTSTRAPPER_COMMAND* pCommand in PythonBootstrapperApplication() argument
3060 ) : CBalBaseBootstrapperApplication(pEngine, pCommand, 3, 3000) { in PythonBootstrapperApplication()
3062 memcpy_s(&_command, sizeof(_command), pCommand, sizeof(BOOTSTRAPPER_COMMAND)); in PythonBootstrapperApplication()
3222 __in const BOOTSTRAPPER_COMMAND* pCommand, in CreateBootstrapperApplication() argument
3234 …ion = new PythonBootstrapperApplication(hModule, fPrereq, hrHostInitialization, pEngine, pCommand); in CreateBootstrapperApplication()