Home
last modified time | relevance | path

Searched refs:import_python (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Ddynload_win.c170 char funcname[258], *import_python; local
257 import_python = GetPythonImport(hDLL);
259 if (import_python &&
260 strcasecmp(buffer,import_python)) {
264 import_python);
/external/python/cpython3/Python/
Ddynload_win.c192 char funcname[258], *import_python; local
293 import_python = GetPythonImport(hDLL);
295 if (import_python &&
296 strcasecmp(buffer,import_python)) {
300 import_python);