Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfastcgi.h69 } fcgi_request_type; typedef
119 int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len);
H A Dfastcgi.c996 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header()
1493 static inline fcgi_header* open_packet(fcgi_request *req, fcgi_request_type type)
1506 …req->out_pos += fcgi_make_header(req->out_hdr, (fcgi_request_type)req->out_hdr->type, req->id, len…
1541 int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len)

Completed in 12 milliseconds