Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Daudit2why.c447 static struct PyModuleDef moduledef = { variable
468 m = PyModule_Create(&moduledef);
/external/python/cpython3/Doc/howto/
Dcporting.rst150 static struct PyModuleDef moduledef = {
175 PyObject *module = PyModule_Create(&moduledef);
/external/python/cpython2/Doc/howto/
Dcporting.rst150 static struct PyModuleDef moduledef = {
175 PyObject *module = PyModule_Create(&moduledef);
/external/libxml2/python/
Dlibxml.c3882 static struct PyModuleDef moduledef = { variable
3912 module = PyModule_Create(&moduledef); in PyInit_libxml2mod()