OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyWin_DLLVersionString
(Results
1 - 10
of
10
) 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/cpython3/PC/
dl_nt.c
24
const char *
PyWin_DLLVersionString
= dllVersionBuffer;
getpathp.c
278
extern const char *
PyWin_DLLVersionString
;
312
versionLen = strlen(
PyWin_DLLVersionString
);
322
mbstowcs(keyBufPtr,
PyWin_DLLVersionString
, versionLen);
/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
...]
/external/python/cpython3/Python/
sysmodule.c
33
extern const char *
PyWin_DLLVersionString
;
[
all
...]
Completed in 393 milliseconds