Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dlegion.c358 if (ul->scroll_len > 0 && ul->scroll_len <= ul->lord_scroll_size) { in legions_check_nodes_step2()
465 if (best_node->scroll_len > 0 && best_node->scroll_len <= ul->lord_scroll_size) { in uwsgi_legion_get_lord()
1147 ul->lord_scroll_size = uwsgi.legion_scroll_max_size; in uwsgi_legion_register()
1148 ul->lord_scroll = uwsgi_calloc_shared(ul->lord_scroll_size); in uwsgi_legion_register()
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h680 uint16_t lord_scroll_size; member