Symbol: fcgi_response
usr.sbin/bgplgd/slowcgi.c
101
TAILQ_HEAD(fcgi_response_head, fcgi_response);
usr.sbin/bgplgd/slowcgi.c
1044
struct fcgi_response *resp;
usr.sbin/bgplgd/slowcgi.c
1048
if ((resp = calloc(1, sizeof(struct fcgi_response))) == NULL) {
usr.sbin/bgplgd/slowcgi.c
1108
struct fcgi_response *resp;
usr.sbin/bgplgd/slowcgi.c
1114
if ((resp = calloc(1, sizeof(struct fcgi_response))) == NULL) {
usr.sbin/bgplgd/slowcgi.c
1141
struct fcgi_response *resp;
usr.sbin/bgplgd/slowcgi.c
1145
if ((resp = calloc(1, sizeof(struct fcgi_response))) == NULL) {
usr.sbin/bgplgd/slowcgi.c
1174
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
101
TAILQ_ENTRY(fcgi_response) entry;
usr.sbin/slowcgi/slowcgi.c
1023
struct fcgi_response *resp;
usr.sbin/slowcgi/slowcgi.c
1027
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
1124
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
991
struct fcgi_response *resp;
usr.sbin/slowcgi/slowcgi.c
995
if ((resp = calloc(1, sizeof(struct fcgi_response))) == NULL) {