Searched defs:dav_stream (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/dav/fs/
H A Drepos.c195 /* define the dav_stream structure for our use */
196 struct dav_stream { struct
879 dav_stream *ds = data;
909 dav_stream **stream)
912 dav_stream *ds = apr_pcalloc(p, sizeof(*ds));
968 static dav_error * dav_fs_close_stream(dav_stream *stream, int commit)
1003 static dav_error * dav_fs_write_stream(dav_stream *stream,
1023 static dav_error * dav_fs_seek_stream(dav_stream *stream, apr_off_t abs_pos)
/httpd/modules/dav/main/
H A Dmod_dav.h1727 typedef struct dav_stream dav_stream; typedef in typeref:struct:dav_stream
1819 dav_stream **stream);
1837 dav_error * (*close_stream)(dav_stream *stream, int commit);
1844 dav_error * (*write_stream)(dav_stream *stream,
1854 dav_error * (*seek_stream)(dav_stream *stream, apr_off_t abs_position);

Completed in 1402 milliseconds