Searched refs:P_ROOT (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/lib/libc/db/recno/
H A Drec_search.c74 for (pg = P_ROOT, total = 0;;) {
H A Drec_open.c194 if ((h = mpool_get(t->bt_mp, P_ROOT, 0)) == NULL)
/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_debug.c86 for (i = P_ROOT;
257 for (i = P_ROOT;
277 for (i = P_ROOT, levels = 0 ;; ++levels) {
H A Dbt_search.c72 for (pg = P_ROOT;;) {
H A Dbt_split.c99 h = sp->pgno == P_ROOT ?
117 if (sp->pgno == P_ROOT &&
211 h = h->pgno == P_ROOT ?
290 if (sp->pgno == P_ROOT &&
H A Dbt_seq.c172 for (pg = P_ROOT;;) {
193 for (pg = P_ROOT;;) {
H A Dbtree.h54 #define P_ROOT 1 /* Tree root page number. */ macro
H A Dbt_delete.c410 if (pg->pgno == P_ROOT) {
441 if (h->pgno == P_ROOT) {
H A Dbt_open.c376 if (npg != P_ROOT)

Completed in 101 milliseconds