Home
last modified time | relevance | path

Searched refs:Py_InitModule (Results 1 – 25 of 39) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dcryptmodule.c48 Py_InitModule("crypt", crypt_methods); in initcrypt()
Dtimingmodule.c61 (void)Py_InitModule("timing", timing_methods); in inittiming()
Dsymtablemodule.c55 m = Py_InitModule("_symtable", symtable_methods); in init_symtable()
Dfpetestmodule.c179 m = Py_InitModule("fpetest", fpetest_methods); in initfpetest()
Dfpectlmodule.c292 m = Py_InitModule("fpectl", fpectl_methods); in initfpectl()
Dfmmodule.c265 Py_InitModule("fm", fm_methods); in initfm()
Dresource.c234 m = Py_InitModule("resource", resource_methods); in initresource()
D_hashopenssl.c579 m = Py_InitModule("_hashlib", EVP_functions); in init_hashlib()
Dshamodule.c587 m = Py_InitModule("_sha", SHA_functions); in init_sha()
D_localemodule.c698 m = Py_InitModule("_locale", PyLocale_Methods); in init_locale()
Dimageop.c787 m = Py_InitModule("imageop", imageop_methods); in initimageop()
Dpuremodule.c958 m = Py_InitModule("pure", pure_methods); in initpure()
Dsha256module.c703 m = Py_InitModule("_sha256", SHA_functions); in init_sha256()
D_codecsmodule.c1115 Py_InitModule("_codecs", _codecs_functions); in init_codecs()
Dsha512module.c769 m = Py_InitModule("_sha512", SHA_functions); in init_sha512()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dmodsupport.h121 #define Py_InitModule(name, methods) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsymtablemodule.c58 m = Py_InitModule("_symtable", symtable_methods); in init_symtable()
D_localemodule.c698 m = Py_InitModule("_locale", PyLocale_Methods); in init_locale()
Dshamodule.c613 m = Py_InitModule("_sha", SHA_functions); in init_sha()
Dsha256module.c703 m = Py_InitModule("_sha256", SHA_functions); in init_sha256()
D_codecsmodule.c1115 Py_InitModule("_codecs", _codecs_functions); in init_codecs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dmodsupport.h121 #define Py_InitModule(name, methods) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dmodule.c309 module = Py_InitModule("_sqlite3", module_methods); in init_sqlite3()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dcjkcodecs.h393 PyObject *m = Py_InitModule("_codecs_" #loc, __methods);\
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dcjkcodecs.h393 PyObject *m = Py_InitModule("_codecs_" #loc, __methods);\

12