src/server/plugins/postgresql/vfs.h

branch
webdav
changeset 290
efc10acf539f
parent 289
285d483db2fb
child 291
0f46b645aea4
equal deleted inserted replaced
289:285d483db2fb 290:efc10acf539f
96 const char *path, 96 const char *path,
97 int64_t *new_resource_id, 97 int64_t *new_resource_id,
98 int64_t *res_parent_id, 98 int64_t *res_parent_id,
99 Oid *oid, 99 Oid *oid,
100 const char **resource_name, 100 const char **resource_name,
101 struct stat *s); 101 struct stat *s,
102 WSBool collection);
102 103
103 SYS_FILE pg_vfs_open(VFSContext *ctx, const char *path, int oflags); 104 SYS_FILE pg_vfs_open(VFSContext *ctx, const char *path, int oflags);
104 int pg_vfs_stat(VFSContext *ctx, const char *path, struct stat *buf); 105 int pg_vfs_stat(VFSContext *ctx, const char *path, struct stat *buf);
105 int pg_vfs_fstat(VFSContext *ctx, SYS_FILE fd, struct stat *buf); 106 int pg_vfs_fstat(VFSContext *ctx, SYS_FILE fd, struct stat *buf);
106 VFS_DIR pg_vfs_opendir(VFSContext *ctx, const char *path); 107 VFS_DIR pg_vfs_opendir(VFSContext *ctx, const char *path);

mercurial