Home
last modified time | relevance | path

Searched refs:FCGI_MAX_LENGTH (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dmod_fastcgi.c170 FCGI_MAX_LENGTH + sizeof(FCGI_BeginRequestRecord) + sizeof(FCGI_Header); in fcgi_env_add()
179 force_assert(contentLength <= FCGI_MAX_LENGTH); in fcgi_header()
201 weWant = req_cqlen - offset > FCGI_MAX_LENGTH ? FCGI_MAX_LENGTH : req_cqlen - offset; in fcgi_stdin_append()
494 hctx->opts.max_per_read = sizeof(FCGI_Header)+FCGI_MAX_LENGTH+1; in fcgi_check_extension()
/dports/net/iipsrv/iipsrv-iipsrv-1.1/fcgi/include/
H A Dfastcgi.h34 #define FCGI_MAX_LENGTH 0xffff macro
/dports/www/fcgi/fcgi-2.4.0/include/
H A Dfastcgi.h34 #define FCGI_MAX_LENGTH 0xffff macro
/dports/www/lighttpd/lighttpd-1.4.63/src/compat/
H A Dfastcgi.h37 #define FCGI_MAX_LENGTH 0xffff macro
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/fastcgi/src/
H A Dfcgi_protocol.h39 #define FCGI_MAX_LENGTH 0xffff macro
/dports/www/p5-FCGI/FCGI-0.82/
H A Dfastcgi.h34 #define FCGI_MAX_LENGTH 0xffff macro
/dports/www/mod_fastcgi/mod_fastcgi-2.4.7.1/
H A Dfcgi_protocol.h24 #define FCGI_MAX_LENGTH 0xffff macro
/dports/www/lighttpd/lighttpd-1.4.63/tests/
H A Dfcgi-responder.c90 part = len - offset > FCGI_MAX_LENGTH ? FCGI_MAX_LENGTH : len - offset; in fcgi_puts()
/dports/www/mod_php80/php-8.0.15/main/
H A Dfastcgi.h21 #define FCGI_MAX_LENGTH 0xffff macro
H A Dfastcgi.c1048 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request()
1080 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
1130 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
/dports/www/mod_php81/php-8.1.1/main/
H A Dfastcgi.h21 #define FCGI_MAX_LENGTH 0xffff macro
H A Dfastcgi.c1047 unsigned char buf[FCGI_MAX_LENGTH+8];
1079 if (len + padding > FCGI_MAX_LENGTH) {
1129 if (len + padding > FCGI_MAX_LENGTH) {
/dports/lang/php73/php-7.3.33/main/
H A Dfastcgi.h23 #define FCGI_MAX_LENGTH 0xffff macro
H A Dfastcgi.c1050 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request()
1082 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
1132 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
/dports/lang/php74/php-7.4.27/main/
H A Dfastcgi.h23 #define FCGI_MAX_LENGTH 0xffff macro
H A Dfastcgi.c1050 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request()
1082 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
1132 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
/dports/lang/php81/php-8.1.1/main/
H A Dfastcgi.h21 #define FCGI_MAX_LENGTH 0xffff macro
H A Dfastcgi.c1047 unsigned char buf[FCGI_MAX_LENGTH+8];
1079 if (len + padding > FCGI_MAX_LENGTH) {
1129 if (len + padding > FCGI_MAX_LENGTH) {
/dports/lang/php80/php-8.0.15/main/
H A Dfastcgi.h21 #define FCGI_MAX_LENGTH 0xffff macro
H A Dfastcgi.c1048 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request()
1080 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
1130 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
/dports/www/mod_php73/php-7.3.33/main/
H A Dfastcgi.h23 #define FCGI_MAX_LENGTH 0xffff macro
H A Dfastcgi.c1050 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request()
1082 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
1132 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
/dports/www/mod_php74/php-7.4.27/main/
H A Dfastcgi.h23 #define FCGI_MAX_LENGTH 0xffff macro
H A Dfastcgi.c1050 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request()
1082 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
1132 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
/dports/www/fcgi/fcgi-2.4.0/cgi-fcgi/
H A Dcgi-fcgi.c111 ASSERT(contentLength >= 0 && contentLength <= FCGI_MAX_LENGTH); in MakeHeader()

12