Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dconfig.c424 if (uwsgi.blacklist_context) { in add_exported_option_do()
425 if (uwsgi_list_has_str(uwsgi.blacklist_context, key)) { in add_exported_option_do()
H A Duwsgi.c154 …ment, 0, "set options blacklist context", uwsgi_opt_set_str, &uwsgi.blacklist_context, UWSGI_OPT_I…
155 …t, 0, "clear options blacklist context", uwsgi_opt_set_null, &uwsgi.blacklist_context, UWSGI_OPT_I…
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h1823 char *blacklist_context; member