Searched refs:stream (Results 1 – 3 of 3) sorted by relevance
| /lighttpd1.4/tests/ |
| H A D | fcgi-responder.c | 97 if (part != fwrite(str+offset, 1, part, stream)) in fcgi_puts() 223 if (1 != fwrite(&endrec, sizeof(endrec), 1, stream)) in fcgi_process_params() 269 return fcgi_process_params(stream, req_id, role, in fcgi_dispatch_packet() 293 fcgi_recv_packet (FILE * const stream, ssize_t sz) in fcgi_recv_packet() argument 312 fcgi_recv (const int fd, FILE * const stream) in fcgi_recv() argument 338 rd = fcgi_recv_packet(stream, offset); in fcgi_recv() 375 FILE *stream = fdopen(fd, "r+"); in main() local 376 if (NULL == stream) { in main() 380 fcgi_recv(fd, stream); in main() 381 fflush(stream); in main() [all …]
|
| /lighttpd1.4/ |
| H A D | NEWS | 183 * [core] perf: adjust max h2 stream send increment 287 * [core] h2 prio sort urgency, incr, then stream id 334 * [mod_status] display HTTP/2 control stream w/ reqs 614 * [core] remove stream.[ch] 1000 * [core] allow up to 32k of data frames per stream 1412 * [core] more precise check for request stream flags 2523 * [mod_openssl] ssl.read-ahead="disable" for stream 2602 * remove #include "stream.h" where not used 2805 * [stream] fstat() after open() to obtain file size 2877 * [core] stream response to client (#949) [all …]
|
| /lighttpd1.4/doc/outdated/ |
| H A D | configuration.txt | 480 NOTE: if no mapping is given "application/octet-stream" is used
|