Home
last modified time | relevance | path

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

/dports/www/mod_wsgi4/mod_wsgi-4.7.0/src/server/
H A Dwsgi_interp.h41 extern PyTypeObject ShutdownInterpreter_Type;
H A Dwsgi_interp.c196 self = PyObject_New(ShutdownInterpreterObject, &ShutdownInterpreter_Type); in newShutdownInterpreterObject()
361 PyTypeObject ShutdownInterpreter_Type = { variable
H A Dmod_wsgi.c4406 PyType_Ready(&ShutdownInterpreter_Type); in wsgi_python_child_init()