Symbol: fcgi_record_header
usr.sbin/bgplgd/slowcgi.c
1045
struct fcgi_record_header *header;
usr.sbin/bgplgd/slowcgi.c
1052
header = (struct fcgi_record_header*) resp->data;
usr.sbin/bgplgd/slowcgi.c
1059
n = read(fd, resp->data + sizeof(struct fcgi_record_header),
usr.sbin/bgplgd/slowcgi.c
1074
resp->data_len = n + sizeof(struct fcgi_record_header);
usr.sbin/bgplgd/slowcgi.c
1109
struct fcgi_record_header *header;
usr.sbin/bgplgd/slowcgi.c
1118
header = (struct fcgi_record_header*) resp->data;
usr.sbin/bgplgd/slowcgi.c
1126
memcpy(resp->data + sizeof(struct fcgi_record_header), d, n);
usr.sbin/bgplgd/slowcgi.c
1130
resp->data_len = n + sizeof(struct fcgi_record_header);
usr.sbin/bgplgd/slowcgi.c
1142
struct fcgi_record_header *header;
usr.sbin/bgplgd/slowcgi.c
1149
header = (struct fcgi_record_header*) resp->data;
usr.sbin/bgplgd/slowcgi.c
1158
sizeof(struct fcgi_record_header));
usr.sbin/bgplgd/slowcgi.c
1166
sizeof(struct fcgi_record_header);
usr.sbin/bgplgd/slowcgi.c
1211
dump_fcgi_record(const char *p, struct fcgi_record_header *h)
usr.sbin/bgplgd/slowcgi.c
1224
dump_fcgi_record_header(const char* p, struct fcgi_record_header *h)
usr.sbin/bgplgd/slowcgi.c
172
struct fcgi_record_header *);
usr.sbin/bgplgd/slowcgi.c
174
struct fcgi_record_header *);
usr.sbin/bgplgd/slowcgi.c
56
(sizeof(struct fcgi_record_header) + FCGI_CONTENT_SIZE + FCGI_PADDING_SIZE)
usr.sbin/bgplgd/slowcgi.c
592
struct fcgi_record_header *header;
usr.sbin/bgplgd/slowcgi.c
595
header = (struct fcgi_record_header*)resp->data;
usr.sbin/bgplgd/slowcgi.c
615
struct fcgi_record_header *header;
usr.sbin/bgplgd/slowcgi.c
622
header = (struct fcgi_record_header*) resp->data;
usr.sbin/bgplgd/slowcgi.c
834
struct fcgi_record_header *h;
usr.sbin/bgplgd/slowcgi.c
836
if (n < sizeof(struct fcgi_record_header))
usr.sbin/bgplgd/slowcgi.c
839
h = (struct fcgi_record_header*) buf;
usr.sbin/bgplgd/slowcgi.c
844
if (n < sizeof(struct fcgi_record_header) + ntohs(h->content_len)
usr.sbin/bgplgd/slowcgi.c
853
parse_begin_request(buf + sizeof(struct fcgi_record_header),
usr.sbin/bgplgd/slowcgi.c
857
parse_params(buf + sizeof(struct fcgi_record_header),
usr.sbin/bgplgd/slowcgi.c
861
parse_stdin(buf + sizeof(struct fcgi_record_header),
usr.sbin/bgplgd/slowcgi.c
869
return (sizeof(struct fcgi_record_header) + ntohs(h->content_len)
usr.sbin/httpd/server_fcgi.c
116
clt->clt_fcgi.toread = sizeof(struct fcgi_record_header);
usr.sbin/httpd/server_fcgi.c
146
h = (struct fcgi_record_header *)&param.buf;
usr.sbin/httpd/server_fcgi.c
154
fcgi_record_header)];
usr.sbin/httpd/server_fcgi.c
158
sizeof(struct fcgi_record_header) +
usr.sbin/httpd/server_fcgi.c
358
sizeof(struct fcgi_record_header) +
usr.sbin/httpd/server_fcgi.c
368
sizeof(struct fcgi_record_header)) == -1) {
usr.sbin/httpd/server_fcgi.c
419
struct fcgi_record_header h;
usr.sbin/httpd/server_fcgi.c
43
(sizeof(struct fcgi_record_header) + FCGI_CONTENT_SIZE + FCGI_PADDING_SIZE)
usr.sbin/httpd/server_fcgi.c
430
sizeof(struct fcgi_record_header));
usr.sbin/httpd/server_fcgi.c
434
sizeof(struct fcgi_record_header)) == -1)
usr.sbin/httpd/server_fcgi.c
445
struct fcgi_record_header *h;
usr.sbin/httpd/server_fcgi.c
463
sizeof(struct fcgi_record_header) + p->total_len) == -1)
usr.sbin/httpd/server_fcgi.c
468
h = (struct fcgi_record_header *)p->buf;
usr.sbin/httpd/server_fcgi.c
521
struct fcgi_record_header *h;
usr.sbin/httpd/server_fcgi.c
542
h = (struct fcgi_record_header *)
usr.sbin/httpd/server_fcgi.c
623
sizeof(struct fcgi_record_header);
usr.sbin/httpd/server_fcgi.c
635
sizeof(struct fcgi_record_header);
usr.sbin/httpd/server_fcgi.c
95
struct fcgi_record_header *h;
usr.sbin/slowcgi/slowcgi.c
1008
sizeof(struct fcgi_record_header));
usr.sbin/slowcgi/slowcgi.c
1016
sizeof(struct fcgi_record_header);
usr.sbin/slowcgi/slowcgi.c
1024
struct fcgi_record_header *header;
usr.sbin/slowcgi/slowcgi.c
1031
header = (struct fcgi_record_header*) resp->data;
usr.sbin/slowcgi/slowcgi.c
1038
n = read(fd, resp->data + sizeof(struct fcgi_record_header),
usr.sbin/slowcgi/slowcgi.c
1053
resp->data_len = n + sizeof(struct fcgi_record_header);
usr.sbin/slowcgi/slowcgi.c
1171
dump_fcgi_record(const char *p, struct fcgi_record_header *h)
usr.sbin/slowcgi/slowcgi.c
1184
dump_fcgi_record_header(const char* p, struct fcgi_record_header *h)
usr.sbin/slowcgi/slowcgi.c
185
struct fcgi_record_header *);
usr.sbin/slowcgi/slowcgi.c
187
struct fcgi_record_header *);
usr.sbin/slowcgi/slowcgi.c
49
(sizeof(struct fcgi_record_header) + FCGI_CONTENT_SIZE + FCGI_PADDING_SIZE)
usr.sbin/slowcgi/slowcgi.c
565
struct fcgi_record_header *header;
usr.sbin/slowcgi/slowcgi.c
568
header = (struct fcgi_record_header*)resp->data;
usr.sbin/slowcgi/slowcgi.c
588
struct fcgi_record_header *header;
usr.sbin/slowcgi/slowcgi.c
595
header = (struct fcgi_record_header*) resp->data;
usr.sbin/slowcgi/slowcgi.c
826
struct fcgi_record_header *h;
usr.sbin/slowcgi/slowcgi.c
828
if (n < sizeof(struct fcgi_record_header))
usr.sbin/slowcgi/slowcgi.c
831
h = (struct fcgi_record_header*) buf;
usr.sbin/slowcgi/slowcgi.c
836
if (n < sizeof(struct fcgi_record_header) + ntohs(h->content_len)
usr.sbin/slowcgi/slowcgi.c
845
parse_begin_request(buf + sizeof(struct fcgi_record_header),
usr.sbin/slowcgi/slowcgi.c
849
parse_params(buf + sizeof(struct fcgi_record_header),
usr.sbin/slowcgi/slowcgi.c
853
parse_stdin(buf + sizeof(struct fcgi_record_header),
usr.sbin/slowcgi/slowcgi.c
861
return (sizeof(struct fcgi_record_header) + ntohs(h->content_len)
usr.sbin/slowcgi/slowcgi.c
992
struct fcgi_record_header *header;
usr.sbin/slowcgi/slowcgi.c
999
header = (struct fcgi_record_header*) resp->data;