Home
last modified time | relevance | path

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

/php-src/main/
H A Dfastcgi.c136 unsigned char contentLengthB1; member
991 hdr->contentLengthB1 = (unsigned char)((len >> 8) & 0xff); in fcgi_make_header()
1059 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
1068 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
1118 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
1141 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
1220 req->in_len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read()
/php-src/sapi/fpm/tests/
H A Dfcgi.inc566 . chr(($clen >> 8 ) & 0xFF) /* contentLengthB1 */

Completed in 10 milliseconds