Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dfastcgi.c143 unsigned char contentLengthB0; member
1002 hdr->contentLengthB0 = (unsigned char)(len & 0xff); in fcgi_make_header()
1071 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
1080 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
1127 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
1150 len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read_request()
1231 req->in_len = (hdr.contentLengthB1 << 8) | hdr.contentLengthB0; in fcgi_read()
/PHP-7.0/sapi/fpm/tests/
H A Dfcgi.inc283 . chr($clen & 0xFF) /* contentLengthB0 */

Completed in 12 milliseconds