Searched refs:stream_open (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dstream.h11 int stream_open(stream *f, buffer *fn);
H A Dstream.c15 int stream_open(stream *f, buffer *fn) { function
H A Dmod_cml_lua.c217 if (-1 == stream_open(&rm.st, fn)) {
H A Dhttp_auth.c77 if (0 != stream_open(&f, p->conf.auth_htdigest_userfile)) {
158 if (0 != stream_open(&f, auth_fn)) {
H A Dmod_dirlisting.c541 if (-1 != stream_open(&s, p->tmp_buf)) {
594 if (-1 != stream_open(&s, p->tmp_buf)) {
H A Dconfigfile.c561 if (0 != stream_open(&(t->s), t->file)) {
1036 if (0 != stream_open(&s, filename)) {
H A Dmod_ssi.c938 if (-1 == stream_open(&s, con->physical.path)) {
H A Dmod_webdav.c1075 if (stream_open(&s, src->path)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dstream.h11 int stream_open(stream *f, buffer *fn);
H A Dstream.c15 int stream_open(stream *f, buffer *fn) { function
H A Dmod_cml_lua.c217 if (-1 == stream_open(&rm.st, fn)) {
H A Dhttp_auth.c77 if (0 != stream_open(&f, p->conf.auth_htdigest_userfile)) {
158 if (0 != stream_open(&f, auth_fn)) {
H A Dmod_dirlisting.c541 if (-1 != stream_open(&s, p->tmp_buf)) {
594 if (-1 != stream_open(&s, p->tmp_buf)) {
H A Dconfigfile.c561 if (0 != stream_open(&(t->s), t->file)) {
1036 if (0 != stream_open(&s, filename)) {
H A Dmod_ssi.c938 if (-1 == stream_open(&s, con->physical.path)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dstream.h11 int stream_open(stream *f, buffer *fn);
H A Dstream.c15 int stream_open(stream *f, buffer *fn) { function
H A Dmod_cml_lua.c217 if (-1 == stream_open(&rm.st, fn)) {
H A Dhttp_auth.c77 if (0 != stream_open(&f, p->conf.auth_htdigest_userfile)) {
158 if (0 != stream_open(&f, auth_fn)) {
H A Dmod_dirlisting.c541 if (-1 != stream_open(&s, p->tmp_buf)) {
594 if (-1 != stream_open(&s, p->tmp_buf)) {
H A Dconfigfile.c561 if (0 != stream_open(&(t->s), t->file)) {
1036 if (0 != stream_open(&s, filename)) {
H A Dmod_ssi.c938 if (-1 == stream_open(&s, con->physical.path)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffplay.c2615 static VideoState *stream_open(const char *filename, AVInputFormat *iformat) function
3159 cur_stream = stream_open(input_filename, file_iformat);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffplay.c2615 static VideoState *stream_open(const char *filename, AVInputFormat *iformat) function
3159 cur_stream = stream_open(input_filename, file_iformat);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffplay.c2615 static VideoState *stream_open(const char *filename, AVInputFormat *iformat) function
3159 cur_stream = stream_open(input_filename, file_iformat);

Completed in 365 milliseconds

12