Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dexceptions.c440 char *buf = uwsgi_malloc(uwsgi.exception_handler_msg_size + sizeof(long)); in uwsgi_exception_handler_thread_loop()
445 … ssize_t len = read(ut->pipe[1], buf, uwsgi.exception_handler_msg_size + sizeof(long)); in uwsgi_exception_handler_thread_loop()
H A Dinit.c166 uwsgi.exception_handler_msg_size = 65536; in uwsgi_init_default()
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h2091 uint64_t exception_handler_msg_size; member