Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dlogging.c1269 struct uwsgi_logchunk *old_logchunk = NULL, *logchunk = uwsgi.registered_logchunks;
1281 uwsgi.registered_logchunks = logchunk;
1291 struct uwsgi_logchunk *logchunk = uwsgi.registered_logchunks;
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h1814 struct uwsgi_logchunk *registered_logchunks; member