Home
last modified time | relevance | path

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

/PHP-8.2/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) {

Completed in 13 milliseconds