Home
last modified time | relevance | path

Searched refs:stream_open (Results 1 – 8 of 8) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dstream.h11 int stream_open(stream *f, buffer *fn);
H A Dstream.c15 int stream_open(stream *f, buffer *fn) { in stream_open() function
H A Dmod_dirlisting.c546 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 Dmod_cml_lua.c216 stream_open(&rm.st, fn); in cache_parse_lua()
H A Dhttp_auth.c159 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 Dconfigfile.c528 if (0 != stream_open(&(t->s), t->file)) {
1002 if (0 != stream_open(&s, filename)) { in config_parse_file()
H A Dmod_ssi.c978 if (-1 == stream_open(&s, con->physical.path)) { in mod_ssi_handle_request()
H A Dmod_webdav.c668 if (stream_open(&s, src->path)) { in webdav_copy_file()