src/server/plugins/postgresql/vfs.h

branch
webdav
changeset 294
277a5896a2ec
parent 292
7c31bcd5b4be
child 295
73a1243fce15
equal deleted inserted replaced
293:d3899857a81d 294:277a5896a2ec
100 Oid *oid, 100 Oid *oid,
101 const char **resource_name, 101 const char **resource_name,
102 struct stat *s, 102 struct stat *s,
103 WSBool collection); 103 WSBool collection);
104 104
105 int pg_remove_file(
106 VFSContext *ctx,
107 PgVFS *pg,
108 int64_t resource_id,
109 Oid oid);
110
105 int pg_update_resource(PgVFS *pg, int64_t resource_id, int64_t contentlength); 111 int pg_update_resource(PgVFS *pg, int64_t resource_id, int64_t contentlength);
106 112
107 SYS_FILE pg_vfs_open(VFSContext *ctx, const char *path, int oflags); 113 SYS_FILE pg_vfs_open(VFSContext *ctx, const char *path, int oflags);
108 int pg_vfs_stat(VFSContext *ctx, const char *path, struct stat *buf); 114 int pg_vfs_stat(VFSContext *ctx, const char *path, struct stat *buf);
109 int pg_vfs_fstat(VFSContext *ctx, SYS_FILE fd, struct stat *buf); 115 int pg_vfs_fstat(VFSContext *ctx, SYS_FILE fd, struct stat *buf);

mercurial