Home
last modified time | relevance | path

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

/netbsd/lib/libc/db/btree/
H A Dbt_close.c74 if (t->bt_pinned != NULL) { in __bt_close()
75 mpool_put(t->bt_mp, t->bt_pinned, 0); in __bt_close()
76 t->bt_pinned = NULL; in __bt_close()
128 if (t->bt_pinned != NULL) { in __bt_sync()
129 mpool_put(t->bt_mp, t->bt_pinned, 0); in __bt_sync()
130 t->bt_pinned = NULL; in __bt_sync()
H A Dbt_get.c75 if (t->bt_pinned != NULL) { in __bt_get()
76 mpool_put(t->bt_mp, t->bt_pinned, 0); in __bt_get()
77 t->bt_pinned = NULL; in __bt_get()
102 t->bt_pinned = e->page; in __bt_get()
H A Dbt_seq.c91 if (t->bt_pinned != NULL) { in __bt_seq()
92 mpool_put(t->bt_mp, t->bt_pinned, 0); in __bt_seq()
93 t->bt_pinned = NULL; in __bt_seq()
134 t->bt_pinned = e.page; in __bt_seq()
H A Dbt_put.c85 if (t->bt_pinned != NULL) { in __bt_put()
86 mpool_put(t->bt_mp, t->bt_pinned, 0); in __bt_put()
87 t->bt_pinned = NULL; in __bt_put()
H A Dbt_open.c417 if (t->bt_pinned != NULL) { in __bt_fd()
418 mpool_put(t->bt_mp, t->bt_pinned, 0); in __bt_fd()
419 t->bt_pinned = NULL; in __bt_fd()
H A Dbt_delete.c75 if (t->bt_pinned != NULL) { in __bt_delete()
76 mpool_put(t->bt_mp, t->bt_pinned, 0); in __bt_delete()
77 t->bt_pinned = NULL; in __bt_delete()
H A Dbtree.h360 PAGE *bt_pinned; /* page pinned across calls */ member
/netbsd/lib/libc/db/recno/
H A Drec_close.c71 if (t->bt_pinned != NULL) { in __rec_close()
72 mpool_put(t->bt_mp, t->bt_pinned, 0); in __rec_close()
73 t->bt_pinned = NULL; in __rec_close()
122 if (t->bt_pinned != NULL) { in __rec_sync()
123 mpool_put(t->bt_mp, t->bt_pinned, 0); in __rec_sync()
124 t->bt_pinned = NULL; in __rec_sync()
H A Drec_seq.c74 if (t->bt_pinned != NULL) { in __rec_seq()
75 mpool_put(t->bt_mp, t->bt_pinned, 0); in __rec_seq()
76 t->bt_pinned = NULL; in __rec_seq()
129 t->bt_pinned = e->page; in __rec_seq()
H A Drec_delete.c76 if (t->bt_pinned != NULL) { in __rec_delete()
77 mpool_put(t->bt_mp, t->bt_pinned, 0); in __rec_delete()
78 t->bt_pinned = NULL; in __rec_delete()
H A Drec_get.c76 if (t->bt_pinned != NULL) { in __rec_get()
77 mpool_put(t->bt_mp, t->bt_pinned, 0); in __rec_get()
78 t->bt_pinned = NULL; in __rec_get()
106 t->bt_pinned = e->page; in __rec_get()
H A Drec_open.c233 if (t->bt_pinned != NULL) { in __rec_fd()
234 mpool_put(t->bt_mp, t->bt_pinned, 0); in __rec_fd()
235 t->bt_pinned = NULL; in __rec_fd()
H A Drec_put.c75 if (t->bt_pinned != NULL) { in __rec_put()
76 mpool_put(t->bt_mp, t->bt_pinned, 0); in __rec_put()
77 t->bt_pinned = NULL; in __rec_put()