Home
last modified time | relevance | path

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

/php-src/main/
H A Dfastcgi.h67 } fcgi_request_type; typedef
117 int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len);
H A Dfastcgi.c986 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header()
1492 static inline fcgi_header* open_packet(fcgi_request *req, fcgi_request_type type)
1505 …req->out_pos += fcgi_make_header(req->out_hdr, (fcgi_request_type)req->out_hdr->type, req->id, len…
1540 int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len)

Completed in 10 milliseconds