Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds