Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/btree/
H A Dbt_debug.c82 for (i = P_ROOT; in __bt_dump()
253 for (i = P_ROOT; in __bt_stat()
273 for (i = P_ROOT, levels = 0 ;; ++levels) { in __bt_stat()
H A Dbt_split.c94 h = sp->pgno == P_ROOT ? in __bt_split()
112 if (sp->pgno == P_ROOT && in __bt_split()
206 h = h->pgno == P_ROOT ? in __bt_split()
288 if (sp->pgno == P_ROOT && in __bt_split()
H A Dbt_seq.c168 for (pg = P_ROOT;;) { in __bt_seqset()
189 for (pg = P_ROOT;;) { in __bt_seqset()
H A Dbt_search.c68 for (pg = P_ROOT;;) { in __bt_search()
H A Dbt_delete.c406 if (pg->pgno == P_ROOT) { in __bt_pdelete()
437 if (h->pgno == P_ROOT) { in __bt_pdelete()
H A Dbtree.h53 #define P_ROOT 1 /* Tree root page number. */ macro
H A Dbt_open.c370 if (npg != P_ROOT) in nroot()
/freebsd/lib/libc/db/recno/
H A Drec_search.c70 for (pg = P_ROOT, total = 0;;) { in __rec_search()
H A Drec_open.c190 if ((h = mpool_get(t->bt_mp, P_ROOT, 0)) == NULL) in __rec_open()
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c545 for (pg = P_ROOT; pg < t->bt_mp->npages; in unlinkpg()