Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/bgplgd/
H A Dslowcgi.c129 struct slowcgi_proc { struct
227 struct slowcgi_proc slowcgi_proc; variable
363 LIST_INIT(&slowcgi_proc.requests); in main()
374 signal_set(&slowcgi_proc.ev_sigchld, SIGCHLD, slowcgi_sig_handler, in main()
375 &slowcgi_proc); in main()
376 signal_add(&slowcgi_proc.ev_sigchld, NULL); in main()
501 LIST_INSERT_HEAD(&slowcgi_proc.requests, c, entry); in slowcgi_accept()
548 struct slowcgi_proc *p; in slowcgi_sig_handler()
/openbsd-src/usr.sbin/slowcgi/
H A Dslowcgi.c146 struct slowcgi_proc { struct
262 struct slowcgi_proc slowcgi_proc; variable
372 LIST_INIT(&slowcgi_proc.requests); in main()
383 signal_set(&slowcgi_proc.ev_sigchld, SIGCHLD, slowcgi_sig_handler, in main()
384 &slowcgi_proc); in main()
387 signal_add(&slowcgi_proc.ev_sigchld, NULL); in main()
512 LIST_INSERT_HEAD(&slowcgi_proc.requests, c, entry); in slowcgi_accept()
525 struct slowcgi_proc *p; in slowcgi_sig_handler()