Searched refs:hPython (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 307 static int compile_filelist(HINSTANCE hPython, BOOL optimize_flag) in compile_filelist() argument 309 DECLPROC(hPython, void, Py_Initialize, (void)); in compile_filelist() 310 DECLPROC(hPython, void, Py_SetProgramName, (char *)); in compile_filelist() 311 DECLPROC(hPython, void, Py_Finalize, (void)); in compile_filelist() 312 DECLPROC(hPython, int, PyRun_SimpleString, (char *)); in compile_filelist() 313 DECLPROC(hPython, PyObject *, PySys_GetObject, (char *)); in compile_filelist() 314 DECLVAR(hPython, int, Py_OptimizeFlag); in compile_filelist() 651 static int prepare_script_environment(HINSTANCE hPython) in prepare_script_environment() argument 654 DECLPROC(hPython, PyObject *, PyImport_ImportModule, (char *)); in prepare_script_environment() 655 DECLPROC(hPython, int, PyObject_SetAttrString, (PyObject *, char *, PyObject *)); in prepare_script_environment() [all …]
|