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

  /external/python/cpython2/PC/
import_nt.c 16 extern const char *PyWin_DLLVersionString;
44 strlen(PyWin_DLLVersionString) +
54 PyWin_DLLVersionString, moduleName, debugString);
dl_nt.c 19 const char *PyWin_DLLVersionString = dllVersionBuffer;
getpathp.c 207 extern const char *PyWin_DLLVersionString;
241 versionLen = _tcslen(PyWin_DLLVersionString);
250 memcpy(keyBufPtr, PyWin_DLLVersionString, versionLen * sizeof(TCHAR));
  /external/python/cpython2/PC/os2vacpp/
getpathp.c 138 extern const char *PyWin_DLLVersionString; // a string loaded from the DLL at startup.
163 versionLen = strlen(PyWin_DLLVersionString);
169 memcpy(keyBuf+sizeof(keyPrefix)-1, PyWin_DLLVersionString, versionLen);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 33 extern const char *PyWin_DLLVersionString;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 33 extern const char *PyWin_DLLVersionString;
    [all...]
  /external/python/cpython2/Python/
sysmodule.c 33 extern const char *PyWin_DLLVersionString;
    [all...]

Completed in 151 milliseconds