Home
last modified time | relevance | path

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

/PHP-5.3/sapi/cgi/
H A Dfastcgi.h25 #define FCGI_MAX_LENGTH 0xffff macro
H A Dfastcgi.c670 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request()
698 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
738 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.h25 #define FCGI_MAX_LENGTH 0xffff macro
H A Dfastcgi.c503 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request()
531 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
571 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()

Completed in 18 milliseconds