Home
last modified time | relevance | path

Searched refs:pgno_t (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/misc/rump/buildrump.sh-b914579/src/include/
H A Dmpool.h55 pgno_t pgno; /* page number */
66 pgno_t curcache; /* current number of cached pages */
67 pgno_t maxcache; /* max number of cached pages */
68 pgno_t npages; /* number of pages in the file */
72 void (*pgin)(void *, pgno_t, void *);
74 void (*pgout)(void *, pgno_t, void *);
90 MPOOL *mpool_open(void *, int, pgno_t, pgno_t);
91 void mpool_filter(MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *);
93 void *mpool_new(MPOOL *, pgno_t *);
[all …]
/dports/devel/global/global-6.6.7/libdb/
H A Dmpool.h49 pgno_t pgno; /**< page number */
74 pgno_t curcache; /**< current number of cached pages */
75 pgno_t maxcache; /**< max number of cached pages */
76 pgno_t npages; /**< number of pages in the file */
80 void (*pgin)(void *, pgno_t, void *);
82 void (*pgout)(void *, pgno_t, void *);
97 MPOOL *mpool_open(void *, int, pgno_t, pgno_t);
98 void mpool_filter(MPOOL *, void (*)(void *, pgno_t, void *),
99 void (*)(void *, pgno_t, void *), void *);
100 void *mpool_new(MPOOL *, pgno_t *);
[all …]
H A Dbtree.h73 pgno_t prevpg; /**< left sibling */
74 pgno_t nextpg; /**< right sibling */
99 (sizeof(pgno_t) + sizeof(pgno_t) + sizeof(pgno_t) + \
119 #define LALIGN(n) (((n) + sizeof(pgno_t) - 1) & ~(sizeof(pgno_t) - 1))
133 pgno_t pgno; /**< page number stored on */
155 *(pgno_t *)p = pgno; \
156 p += sizeof(pgno_t); \
176 LALIGN(sizeof(recno_t) + sizeof(pgno_t))
182 *(pgno_t *)p = pgno; \
256 pgno_t pgno; /**< the page number */
[all …]
H A Dextern.h42 PAGE *__bt_new(BTREE *, pgno_t *);
43 void __bt_pgin(void *, pgno_t, void *);
44 void __bt_pgout(void *, pgno_t, void *);
45 int __bt_push(BTREE *, pgno_t, int);
50 void __bt_setcur(BTREE *, pgno_t, u_int);
57 int __ovfl_put(BTREE *, const DBT *, pgno_t *);
59 void __bt_dnpage(DB *, pgno_t);
H A Dbt_conv.c59 pgno_t pg;
90 p += sizeof(pgno_t);
94 p += sizeof(pgno_t);
111 p += sizeof(pgno_t);
117 p += sizeof(pgno_t);
136 pgno_t pg;
159 p += sizeof(pgno_t);
163 p += sizeof(pgno_t);
180 p += sizeof(pgno_t);
186 p += sizeof(pgno_t);
/dports/editors/vigor/vigor-0.016/db/include/
H A Dmpool.h53 pgno_t pgno; /* page number */
64 pgno_t curcache; /* current number of cached pages */
65 pgno_t maxcache; /* max number of cached pages */
66 pgno_t npages; /* number of pages in the file */
70 void (*pgin) __P((void *, pgno_t, void *));
72 void (*pgout) __P((void *, pgno_t, void *));
87 MPOOL *mpool_open __P((void *, int, pgno_t, pgno_t));
88 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
89 void (*)(void *, pgno_t, void *), void *));
90 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/aix.3.2/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/linux/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/osf.1.0.2/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/sunos.4.1.1/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/sunos.5.2/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/sinix.5.41/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/bsdi.1.0/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/ptx.2.0/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/bsd.4.4/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/dgux.5.4/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/hpux.9.01/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/ultrix.4.2/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/irix.4.05F/include/
H A Dmpool.h54 pgno_t pgno; /* page number */
65 pgno_t curcache; /* current number of cached pages */
66 pgno_t maxcache; /* max number of cached pages */
67 pgno_t npages; /* number of pages in the file */
72 void (*pgin) __P((void *, pgno_t, void *));
74 void (*pgout) __P((void *, pgno_t, void *));
90 MPOOL *mpool_open __P((void *, virt_fd_t, const FILEVTABLE *, pgno_t, pgno_t));
91 void mpool_filter __P((MPOOL *, void (*)(void *, pgno_t, void *),
92 void (*)(void *, pgno_t, void *), void *));
93 void *mpool_new __P((MPOOL *, pgno_t *));
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/btree/
H A Dbtree.h74 pgno_t prevpg; /* left sibling */
75 pgno_t nextpg; /* right sibling */
93 (sizeof(pgno_t) + sizeof(pgno_t) + sizeof(pgno_t) + \
113 #define LALIGN(n) (((n) + sizeof(pgno_t) - 1) & ~(sizeof(pgno_t) - 1))
127 pgno_t pgno; /* page number stored on */
146 *(pgno_t *)p = pgno; \
147 p += sizeof(pgno_t); \
167 LALIGN(sizeof(recno_t) + sizeof(pgno_t))
173 *(pgno_t *)p = pgno; \
247 pgno_t pgno; /* the page number */
[all …]
/dports/editors/vigor/vigor-0.016/db/btree/
H A Dbtree.h69 pgno_t prevpg; /* left sibling */
70 pgno_t nextpg; /* right sibling */
88 (sizeof(pgno_t) + sizeof(pgno_t) + sizeof(pgno_t) + \
108 #define LALIGN(n) (((n) + sizeof(pgno_t) - 1) & ~(sizeof(pgno_t) - 1))
122 pgno_t pgno; /* page number stored on */
141 *(pgno_t *)p = pgno; \
142 p += sizeof(pgno_t); \
162 LALIGN(sizeof(recno_t) + sizeof(pgno_t))
168 *(pgno_t *)p = pgno; \
242 pgno_t pgno; /* the page number */
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/db/btree/
H A Dbtree.h71 pgno_t prevpg; /* left sibling */
72 pgno_t nextpg; /* right sibling */
90 (sizeof(pgno_t) + sizeof(pgno_t) + sizeof(pgno_t) + \
121 #define BTLALIGN(n) (((n) + sizeof(pgno_t) - 1) & ~(sizeof(pgno_t) - 1))
135 pgno_t pgno; /* page number stored on */
165 *(pgno_t *)(void *)p = pgno; \
166 p += sizeof(pgno_t); \
186 BTLALIGN(sizeof(recno_t) + sizeof(pgno_t))
192 *(pgno_t *)(void *)p = pgno; \
292 pgno_t pgno; /* the page number */
[all …]
H A Dextern.h46 PAGE *__bt_new(BTREE *, pgno_t *);
47 void __bt_pgin(void *, pgno_t, void *);
48 void __bt_pgout(void *, pgno_t, void *);
49 int __bt_push(BTREE *, pgno_t, int);
54 void __bt_setcur(BTREE *, pgno_t, unsigned int);
61 int __ovfl_put(BTREE *, const DBT *, pgno_t *);
65 void __bt_dnpage(DB *, pgno_t);

1234567