Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.h25 #define FCGI_MAX_LENGTH 0xffff macro
H A Dfastcgi.c511 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request()
539 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
579 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.h25 #define FCGI_MAX_LENGTH 0xffff macro
H A Dfastcgi.c886 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request()
913 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
960 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()

Completed in 18 milliseconds