Home
last modified time | relevance | path

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

/PHP-7.4/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()

Completed in 9 milliseconds