Home
last modified time | relevance | path

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

/openbsd/usr.sbin/slowcgi/
H A Dslowcgi.c48 #define FCGI_RECORD_SIZE \ macro
102 uint8_t data[FCGI_RECORD_SIZE];
110 uint8_t data[FCGI_RECORD_SIZE];
122 uint8_t buf[FCGI_RECORD_SIZE];
574 if (padded_len > FCGI_RECORD_SIZE) in slowcgi_add_response()
633 FCGI_RECORD_SIZE - c->buf_pos-c->buf_len); in slowcgi_request()
/openbsd/usr.sbin/bgplgd/
H A Dslowcgi.c55 #define FCGI_RECORD_SIZE \ macro
97 uint8_t data[FCGI_RECORD_SIZE];
112 uint8_t buf[FCGI_RECORD_SIZE];
601 if (padded_len > FCGI_RECORD_SIZE) in slowcgi_add_response()
659 FCGI_RECORD_SIZE - c->buf_pos-c->buf_len); in slowcgi_request()
/openbsd/usr.sbin/httpd/
H A Dserver_fcgi.c41 #define FCGI_RECORD_SIZE \ macro
76 uint8_t buf[FCGI_RECORD_SIZE];
517 uint8_t buf[FCGI_RECORD_SIZE]; in server_fcgi_read()