OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Xconn
(Results
1 - 5
of
5
) sorted by relevancy
/src/share/examples/puffs/pgfs/
pgfs_subs.h
34
struct
Xconn
;
38
int my_lo_truncate(struct
Xconn
*, int32_t, int32_t);
39
int my_lo_lseek(struct
Xconn
*, int32_t, int32_t, int32_t, int32_t *);
40
int my_lo_read(struct
Xconn
*, int32_t, void *, size_t, size_t *);
41
int my_lo_write(struct
Xconn
*, int32_t, const void *, size_t, size_t *);
42
int my_lo_open(struct
Xconn
*, Oid, int32_t, int32_t *);
43
int my_lo_close(struct
Xconn
*, int32_t);
44
int lo_open_by_fileid(struct
Xconn
*, fileid_t, int, int *);
57
int getattr(struct
Xconn
*, fileid_t, struct vattr *, unsigned int);
58
int update_mctime(struct
Xconn
*, fileid_t)
[
all
...]
pgfs_db.h
44
struct
Xconn
;
46
int sendcmd(struct
Xconn
*, struct cmd *, ...);
47
int sendcmdx(struct
Xconn
*, int, struct cmd *, ...);
48
int simplecmd(struct
Xconn
*, struct cmd *, ...);
49
int simplefetch(struct
Xconn
*, Oid, ...);
52
struct
Xconn
*xc;
59
void fetchinit(struct fetchstatus *, struct
Xconn
*);
63
struct
Xconn
*begin(struct puffs_usermount *, const char *);
64
struct
Xconn
*begin_readonly(struct puffs_usermount *, const char *);
65
void rollback(struct
Xconn
*);
[
all
...]
pgfs_subs.c
215
my_lo_truncate(struct
Xconn
*xc, int32_t fd, int32_t size)
243
my_lo_lseek(struct
Xconn
*xc, int32_t fd, int32_t offset, int32_t whence,
266
my_lo_read(struct
Xconn
*xc, int32_t fd, void *buf, size_t size,
290
my_lo_write(struct
Xconn
*xc, int32_t fd, const void *buf, size_t size,
322
my_lo_open(struct
Xconn
*xc, Oid loid, int32_t mode, int32_t *fdp)
336
my_lo_close(struct
Xconn
*xc, int32_t fd)
365
lo_lookup_by_fileid(struct
Xconn
*xc, fileid_t fileid, Oid *idp)
385
lo_open_by_fileid(struct
Xconn
*xc, fileid_t fileid, int mode, int *fdp)
404
getsize(struct
Xconn
*xc, fileid_t fileid, int *resultp)
438
getattr(struct
Xconn
*xc, fileid_t fileid, struct vattr *va, unsigned int mask
[
all
...]
pgfs_db.c
57
struct
Xconn
{
58
TAILQ_ENTRY(
Xconn
) list;
68
dumperror(struct
Xconn
*xc, const PGresult *res)
106
TAILQ_HEAD(,
Xconn
) xclist = TAILQ_HEAD_INITIALIZER(xclist);
109
static struct
Xconn
*
112
struct
Xconn
*xc;
132
relxc(struct
Xconn
*xc)
143
pqwait(struct
Xconn
*xc)
270
fetch_noresult(struct
Xconn
*xc)
310
preparecmd(struct
Xconn
*xc, struct cmd *c
[
all
...]
pgfs_puffs.c
86
struct
Xconn
*xc;
129
struct
Xconn
*xc = NULL;
296
struct
Xconn
*xc;
383
struct
Xconn
*xc;
425
struct
Xconn
*xc;
465
struct
Xconn
*xc;
540
struct
Xconn
*xc;
592
struct
Xconn
*xc;
634
struct
Xconn
*xc;
672
struct
Xconn
*xc
[
all
...]
Completed in 13 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025