Home
last modified time | relevance | path

Searched refs:_hash_getbuf (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/hash/
H A Dhashinsert.c56 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_doinsert()
115 buf = _hash_getbuf(rel, blkno, HASH_WRITE, LH_BUCKET_PAGE); in _hash_doinsert()
135 buf = _hash_getbuf(rel, nextblkno, HASH_WRITE, LH_OVERFLOW_PAGE); in _hash_doinsert()
H A Dhashsearch.c81 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
103 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
190 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_first()
243 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/hash/
H A Dhashinsert.c56 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_doinsert()
115 buf = _hash_getbuf(rel, blkno, HASH_WRITE, LH_BUCKET_PAGE); in _hash_doinsert()
135 buf = _hash_getbuf(rel, nextblkno, HASH_WRITE, LH_OVERFLOW_PAGE); in _hash_doinsert()
H A Dhashsearch.c81 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
103 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
190 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_first()
243 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/hash/
H A Dhashinsert.c56 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_doinsert()
115 buf = _hash_getbuf(rel, blkno, HASH_WRITE, LH_BUCKET_PAGE); in _hash_doinsert()
135 buf = _hash_getbuf(rel, nextblkno, HASH_WRITE, LH_OVERFLOW_PAGE); in _hash_doinsert()
H A Dhashsearch.c81 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
103 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
190 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_first()
243 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/hash/
H A Dhashinsert.c56 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_doinsert()
115 buf = _hash_getbuf(rel, blkno, HASH_WRITE, LH_BUCKET_PAGE); in _hash_doinsert()
135 buf = _hash_getbuf(rel, nextblkno, HASH_WRITE, LH_OVERFLOW_PAGE); in _hash_doinsert()
H A Dhashsearch.c81 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
103 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
190 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_first()
243 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/hash/
H A Dhashinsert.c56 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_doinsert()
115 buf = _hash_getbuf(rel, blkno, HASH_WRITE, LH_BUCKET_PAGE); in _hash_doinsert()
135 buf = _hash_getbuf(rel, nextblkno, HASH_WRITE, LH_OVERFLOW_PAGE); in _hash_doinsert()
H A Dhashsearch.c81 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
103 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
190 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_first()
243 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/hash/
H A Dhashinsert.c56 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_doinsert()
115 buf = _hash_getbuf(rel, blkno, HASH_WRITE, LH_BUCKET_PAGE); in _hash_doinsert()
135 buf = _hash_getbuf(rel, nextblkno, HASH_WRITE, LH_OVERFLOW_PAGE); in _hash_doinsert()
H A Dhashsearch.c81 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
103 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
190 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_first()
243 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/hash/
H A Dhashinsert.c56 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_doinsert()
115 buf = _hash_getbuf(rel, blkno, HASH_WRITE, LH_BUCKET_PAGE); in _hash_doinsert()
135 buf = _hash_getbuf(rel, nextblkno, HASH_WRITE, LH_OVERFLOW_PAGE); in _hash_doinsert()
H A Dhashsearch.c81 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
103 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
190 metabuf = _hash_getbuf(rel, HASH_METAPAGE, HASH_READ, LH_META_PAGE); in _hash_first()
243 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/hash/
H A Dhashsearch.c73 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_next()
92 buf = _hash_getbuf(rel, blkno, HASH_READ, in _hash_next()
157 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
232 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
389 old_buf = _hash_getbuf(rel, old_blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/hash/
H A Dhashsearch.c73 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_next()
92 buf = _hash_getbuf(rel, blkno, HASH_READ, in _hash_next()
157 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
232 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
389 old_buf = _hash_getbuf(rel, old_blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/access/hash/
H A Dhashsearch.c73 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_next()
92 buf = _hash_getbuf(rel, blkno, HASH_READ, in _hash_next()
157 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
232 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
389 old_buf = _hash_getbuf(rel, old_blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/hash/
H A Dhashsearch.c73 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_next()
92 buf = _hash_getbuf(rel, blkno, HASH_READ, in _hash_next()
157 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
232 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
389 old_buf = _hash_getbuf(rel, old_blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/hash/
H A Dhashsearch.c73 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_next()
92 buf = _hash_getbuf(rel, blkno, HASH_READ, in _hash_next()
157 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
232 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
389 old_buf = _hash_getbuf(rel, old_blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/access/hash/
H A Dhashsearch.c73 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_next()
92 buf = _hash_getbuf(rel, blkno, HASH_READ, in _hash_next()
157 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
232 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
389 old_buf = _hash_getbuf(rel, old_blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/hash/
H A Dhashsearch.c73 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_next()
92 buf = _hash_getbuf(rel, blkno, HASH_READ, in _hash_next()
157 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
232 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
389 old_buf = _hash_getbuf(rel, old_blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/hash/
H A Dhashsearch.c73 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_next()
92 buf = _hash_getbuf(rel, blkno, HASH_READ, in _hash_next()
157 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
232 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
389 old_buf = _hash_getbuf(rel, old_blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/access/hash/
H A Dhashsearch.c73 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_next()
92 buf = _hash_getbuf(rel, blkno, HASH_READ, in _hash_next()
157 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
232 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
389 old_buf = _hash_getbuf(rel, old_blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/hash/
H A Dhashsearch.c73 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_next()
92 buf = _hash_getbuf(rel, blkno, HASH_READ, in _hash_next()
157 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
232 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
389 old_buf = _hash_getbuf(rel, old_blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/hash/
H A Dhashsearch.c73 buf = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_next()
92 buf = _hash_getbuf(rel, blkno, HASH_READ, in _hash_next()
157 *bufp = _hash_getbuf(rel, blkno, HASH_READ, LH_OVERFLOW_PAGE); in _hash_readnext()
232 *bufp = _hash_getbuf(rel, blkno, HASH_READ, in _hash_readprev()
389 old_buf = _hash_getbuf(rel, old_blkno, HASH_READ, LH_BUCKET_PAGE); in _hash_first()

12345678910>>...15