php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_fcgi_request Struct Reference

Data Fields

int listen_socket
 
int tcp
 
int fd
 
int id
 
int keep
 
int ended
 
int in_len
 
int in_pad
 
fcgi_headerout_hdr
 
unsigned char * out_pos
 
unsigned char out_buf [1024 *8]
 
unsigned char reserved [sizeof(fcgi_end_request_rec)]
 
fcgi_req_hook hook
 
int has_env
 
fcgi_hash env
 

Detailed Description

Definition at line 206 of file fastcgi.c.

Field Documentation

◆ ended

int _fcgi_request::ended

Definition at line 215 of file fastcgi.c.

◆ env

fcgi_hash _fcgi_request::env

Definition at line 228 of file fastcgi.c.

◆ fd

int _fcgi_request::fd

Definition at line 209 of file fastcgi.c.

◆ has_env

int _fcgi_request::has_env

Definition at line 227 of file fastcgi.c.

◆ hook

fcgi_req_hook _fcgi_request::hook

Definition at line 225 of file fastcgi.c.

◆ id

int _fcgi_request::id

Definition at line 210 of file fastcgi.c.

◆ in_len

int _fcgi_request::in_len

Definition at line 216 of file fastcgi.c.

◆ in_pad

int _fcgi_request::in_pad

Definition at line 217 of file fastcgi.c.

◆ keep

int _fcgi_request::keep

Definition at line 211 of file fastcgi.c.

◆ listen_socket

int _fcgi_request::listen_socket

Definition at line 207 of file fastcgi.c.

◆ out_buf

unsigned char _fcgi_request::out_buf[1024 *8]

Definition at line 222 of file fastcgi.c.

◆ out_hdr

fcgi_header* _fcgi_request::out_hdr

Definition at line 219 of file fastcgi.c.

◆ out_pos

unsigned char* _fcgi_request::out_pos

Definition at line 221 of file fastcgi.c.

◆ reserved

unsigned char _fcgi_request::reserved[sizeof(fcgi_end_request_rec)]

Definition at line 223 of file fastcgi.c.

◆ tcp

int _fcgi_request::tcp

Definition at line 208 of file fastcgi.c.


The documentation for this struct was generated from the following file: