Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dpyexpat.c1819 #ifndef MODULE_INITFUNC
1820 #define MODULE_INITFUNC initpyexpat macro
1831 PyMODINIT_FUNC MODULE_INITFUNC(void); /* avoid compiler warnings */
1834 MODULE_INITFUNC(void) in MODULE_INITFUNC() function
/external/python/cpython3/Modules/
Dpyexpat.c1586 #ifndef MODULE_INITFUNC
1587 #define MODULE_INITFUNC PyInit_pyexpat macro
1635 MODULE_INITFUNC(void) in MODULE_INITFUNC() function