Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dpyexpat.c1821 #ifndef MODULE_INITFUNC
1822 #define MODULE_INITFUNC initpyexpat macro
1833 PyMODINIT_FUNC MODULE_INITFUNC(void); /* avoid compiler warnings */
1836 MODULE_INITFUNC(void) in MODULE_INITFUNC() function