Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dlegion.c360 ul->lord_scroll_len = ul->scroll_len; in legions_check_nodes_step2()
365 ul->lord_scroll_len = 0; in legions_check_nodes_step2()
376 if (ul->lord_scroll_len > 0) { in legions_check_nodes_step2()
378 uwsgi_log("%.*s\n", ul->lord_scroll_len, ul->lord_scroll); in legions_check_nodes_step2()
467 ul->lord_scroll_len = best_node->scroll_len; in uwsgi_legion_get_lord()
468 memcpy(ul->lord_scroll, best_node->scroll, ul->lord_scroll_len); in uwsgi_legion_get_lord()
472 ul->lord_scroll_len = 0; in uwsgi_legion_get_lord()
1241 if (legion->lord_scroll_len > 0) { in uwsgi_legion_lord_scroll()
1242 buf = uwsgi_malloc(legion->lord_scroll_len); in uwsgi_legion_lord_scroll()
1243 memcpy(buf, legion->lord_scroll, legion->lord_scroll_len); in uwsgi_legion_lord_scroll()
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h679 uint16_t lord_scroll_len; member