Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/plugins/python/
H A Duwsgi_pymodule.c3322 static PyMethodDef uwsgi_queue_methods[] = { variable
3545 … for (uwsgi_function = uwsgi_queue_methods; uwsgi_function->ml_name != NULL; uwsgi_function++) { in init_uwsgi_module_queue()