Home
last modified time | relevance | path

Searched refs:NODEPGNO (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c950 #define NODEPGNO(node) \ macro
1677 if (NODEPGNO(node) != mc->mc_pg[i+1]->mp_pgno) in mdb_cursor_chk()
5354 i, DKEY(&nodekey), NODEPGNO(node), rc)); in mdb_node_search()
5549 if ((rc = mdb_page_get(mc, NODEPGNO(node), &mp, NULL)) != 0) in mdb_page_search_root()
5592 if ((rc = mdb_page_get(mc, NODEPGNO(node), &mp, NULL)) != 0) in mdb_page_search_lowest()
7807 pgno = NODEPGNO(node); in mdb_update_key()
7884 srcpg = NODEPGNO(srcnode); in mdb_node_move()
8322 mc->mc_db->md_root = NODEPGNO(NODEPTR(mp, 0)); in mdb_rebalance()
8897 pgno = NODEPGNO(node); in mdb_page_split()
9291 pg = NODEPGNO(ni); in mdb_env_cwalk()
[all …]