Home
last modified time | relevance | path

Searched defs:_fcgi_request (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.h94 typedef struct _fcgi_request { struct
97 int tcp;
99 int fd;
100 int id;
101 int keep;
102 int closed;
104 int in_len;
105 int in_pad;
107 fcgi_header *out_hdr;
108 unsigned char *out_pos;
[all …]
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c343 struct _fcgi_request { struct
345 int tcp;
346 int fd;
347 int id;
348 int keep;
350 int nodelay;
352 int closed;
354 int in_len;
355 int in_pad;
357 fcgi_header *out_hdr;
[all …]

Completed in 12 milliseconds