Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfastcgi.c140 unsigned char contentLengthB1; member
1001 hdr->contentLengthB1 = (unsigned char)((len >> 8) & 0xff); in fcgi_make_header()
1069 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
1078 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
1128 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
1151 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
1232 req->in_len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read()
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc309 . chr(($clen >> 8 ) & 0xFF) /* contentLengthB1 */

Completed in 10 milliseconds