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

/openbsd-current/lib/libc/db/recno/
H A Drec_search.c70 for (pg = P_ROOT, total = 0;;) {
H A Drec_open.c160 if ((h = mpool_get(t->bt_mp, P_ROOT, 0)) == NULL)
/openbsd-current/lib/libc/db/btree/
H A Dbt_debug.c80 for (i = P_ROOT;
250 for (i = P_ROOT;
270 for (i = P_ROOT, levels = 0 ;; ++levels) {
H A Dbt_search.c68 for (pg = P_ROOT;;) {
H A Dbt_split.c94 h = sp->pgno == P_ROOT ?
112 if (sp->pgno == P_ROOT &&
206 h = h->pgno == P_ROOT ?
285 if (sp->pgno == P_ROOT &&
H A Dbt_seq.c168 for (pg = P_ROOT;;) {
189 for (pg = P_ROOT;;) {
H A Dbtree.h55 #define P_ROOT 1 /* Tree root page number. */ macro
H A Dbt_delete.c406 if (pg->pgno == P_ROOT) {
437 if (h->pgno == P_ROOT) {
H A Dbt_open.c366 if (npg != P_ROOT)

Completed in 199 milliseconds