Symbol: fcgi_response
usr.sbin/bgplgd/slowcgi.c
101
TAILQ_HEAD(fcgi_response_head, fcgi_response);
usr.sbin/bgplgd/slowcgi.c
1051
struct fcgi_response *resp;
usr.sbin/bgplgd/slowcgi.c
1055
if ((resp = calloc(1, sizeof(struct fcgi_response))) == NULL) {
usr.sbin/bgplgd/slowcgi.c
1115
struct fcgi_response *resp;
usr.sbin/bgplgd/slowcgi.c
1121
if ((resp = calloc(1, sizeof(struct fcgi_response))) == NULL) {
usr.sbin/bgplgd/slowcgi.c
1148
struct fcgi_response *resp;
usr.sbin/bgplgd/slowcgi.c
1152
if ((resp = calloc(1, sizeof(struct fcgi_response))) == NULL) {
usr.sbin/bgplgd/slowcgi.c
1181
struct fcgi_response *resp;
usr.sbin/bgplgd/slowcgi.c
154
void slowcgi_add_response(struct request *, struct fcgi_response *);
usr.sbin/bgplgd/slowcgi.c
590
slowcgi_add_response(struct request *c, struct fcgi_response *resp)
usr.sbin/bgplgd/slowcgi.c
616
struct fcgi_response *resp;
usr.sbin/bgplgd/slowcgi.c
96
TAILQ_ENTRY(fcgi_response) entry;
usr.sbin/slowcgi/slowcgi.c
1002
if ((resp = calloc(1, sizeof(struct fcgi_response))) == NULL) {
usr.sbin/slowcgi/slowcgi.c
101
TAILQ_ENTRY(fcgi_response) entry;
usr.sbin/slowcgi/slowcgi.c
1030
struct fcgi_response *resp;
usr.sbin/slowcgi/slowcgi.c
1034
if ((resp = calloc(1, sizeof(struct fcgi_response))) == NULL) {
usr.sbin/slowcgi/slowcgi.c
106
TAILQ_HEAD(fcgi_response_head, fcgi_response);
usr.sbin/slowcgi/slowcgi.c
1131
struct fcgi_response *resp;
usr.sbin/slowcgi/slowcgi.c
170
void slowcgi_add_response(struct request *, struct fcgi_response *);
usr.sbin/slowcgi/slowcgi.c
563
slowcgi_add_response(struct request *c, struct fcgi_response *resp)
usr.sbin/slowcgi/slowcgi.c
589
struct fcgi_response *resp;
usr.sbin/slowcgi/slowcgi.c
998
struct fcgi_response *resp;