Home
last modified time | relevance | path

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

/php-src/main/
H A Dfastcgi.c137 unsigned char contentLengthB0; member
990 hdr->contentLengthB0 = (unsigned char)(len & 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.inc567 . chr($clen & 0xFF) /* contentLengthB0 */

Completed in 12 milliseconds