HomeSort by relevance Sort by last modified time
    Searched refs:hPython (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/PC/bdist_wininst/
install.c 307 static int compile_filelist(HINSTANCE hPython, BOOL optimize_flag)
309 DECLPROC(hPython, void, Py_Initialize, (void));
310 DECLPROC(hPython, void, Py_SetProgramName, (char *));
311 DECLPROC(hPython, void, Py_Finalize, (void));
312 DECLPROC(hPython, int, PyRun_SimpleString, (char *));
313 DECLPROC(hPython, PyObject *, PySys_GetObject, (char *));
314 DECLVAR(hPython, int, Py_OptimizeFlag);
651 static int prepare_script_environment(HINSTANCE hPython)
654 DECLPROC(hPython, PyObject *, PyImport_ImportModule, (char *));
655 DECLPROC(hPython, int, PyObject_SetAttrString, (PyObject *, char *, PyObject *))
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 335 static int compile_filelist(HINSTANCE hPython, BOOL optimize_flag)
337 DECLPROC(hPython, void, Py_Initialize, (void));
338 DECLPROC(hPython, void, Py_SetProgramName, (wchar_t *));
339 DECLPROC(hPython, void, Py_Finalize, (void));
340 DECLPROC(hPython, int, PyRun_SimpleString, (char *));
341 DECLPROC(hPython, PyObject *, PySys_GetObject, (char *));
342 DECLVAR(hPython, int, Py_OptimizeFlag);
681 static int prepare_script_environment(HINSTANCE hPython)
684 DECLPROC(hPython, PyObject *, PyImport_ImportModule, (char *));
685 DECLPROC(hPython, int, PyObject_SetAttrString, (PyObject *, char *, PyObject *))
    [all...]

Completed in 420 milliseconds