Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/db/btree/
Dbt_debug.c80 for (i = P_ROOT; in __bt_dump()
250 for (i = P_ROOT; in __bt_stat()
270 for (i = P_ROOT, levels = 0 ;; ++levels) { in __bt_stat()
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()
285 if (sp->pgno == P_ROOT && in __bt_split()
Dbt_seq.c168 for (pg = P_ROOT;;) { in __bt_seqset()
189 for (pg = P_ROOT;;) { in __bt_seqset()
Dbt_search.c68 for (pg = P_ROOT;;) { in __bt_search()
Dbt_delete.c406 if (pg->pgno == P_ROOT) { in __bt_pdelete()
437 if (h->pgno == P_ROOT) { in __bt_pdelete()
Dbtree.h55 #define P_ROOT 1 /* Tree root page number. */ macro
Dbt_open.c366 if (npg != P_ROOT) in nroot()
/openbsd/src/lib/libc/db/recno/
Drec_search.c70 for (pg = P_ROOT, total = 0;;) { in __rec_search()
Drec_open.c160 if ((h = mpool_get(t->bt_mp, P_ROOT, 0)) == NULL) in __rec_open()