Searched refs:stream_open (Results 1 – 8 of 8) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | stream.h | 11 int stream_open(stream *f, buffer *fn);
|
| H A D | stream.c | 15 int stream_open(stream *f, buffer *fn) { in stream_open() function
|
| H A D | mod_dirlisting.c | 546 if (-1 != stream_open(&s, p->tmp_buf)) { in http_list_directory_header() 599 if (-1 != stream_open(&s, p->tmp_buf)) { in http_list_directory_footer()
|
| H A D | mod_cml_lua.c | 216 stream_open(&rm.st, fn); in cache_parse_lua()
|
| H A D | http_auth.c | 159 if (0 != stream_open(&f, p->conf.auth_htdigest_userfile)) { in http_auth_get_password() 240 if (0 != stream_open(&f, auth_fn)) { in http_auth_get_password()
|
| H A D | configfile.c | 528 if (0 != stream_open(&(t->s), t->file)) { 1002 if (0 != stream_open(&s, filename)) { in config_parse_file()
|
| H A D | mod_ssi.c | 978 if (-1 == stream_open(&s, con->physical.path)) { in mod_ssi_handle_request()
|
| H A D | mod_webdav.c | 668 if (stream_open(&s, src->path)) { in webdav_copy_file()
|