Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ldapd/
H A Dbtree.c278 static struct ppage *cursor_push_page(struct cursor *cursor,
1274 cursor_push_page(struct cursor *cursor, struct mpage *mp) in cursor_push_page() function
1375 if (cursor && cursor_push_page(cursor, root) == NULL) in btree_search_page_root()
1416 if (cursor && cursor_push_page(cursor, mp) == NULL) in btree_search_page_root()
1640 cursor_push_page(cursor, mp); in btree_sibling()