Home
last modified time | relevance | path

Searched refs:fcgi_request_type (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.h46 } fcgi_request_type; typedef
130 ssize_t fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len);
H A Dfastcgi.c364 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header()
938 static inline fcgi_header* open_packet(fcgi_request *req, fcgi_request_type type)
951 …req->out_pos += fcgi_make_header(req->out_hdr, (fcgi_request_type)req->out_hdr->type, req->id, len…
986 ssize_t fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len)
/PHP-5.5/sapi/cgi/
H A Dfastcgi.h63 } fcgi_request_type; typedef
134 int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len);
H A Dfastcgi.c832 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header()
1294 static inline fcgi_header* open_packet(fcgi_request *req, fcgi_request_type type)
1307 …req->out_pos += fcgi_make_header(req->out_hdr, (fcgi_request_type)req->out_hdr->type, req->id, len…
1342 int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len)

Completed in 13 milliseconds