OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_POP
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libc/db/recno/
rec_search.c
115
while ((parent =
BT_POP
(t)) != NULL) {
/src/lib/libc/db/btree/
bt_search.c
180
for (level = 0; (parent =
BT_POP
(t)) != NULL; ++level) {
258
for (level = 0; (parent =
BT_POP
(t)) != NULL; ++level) {
bt_delete.c
181
for (level = 0; (parent =
BT_POP
(t)) != NULL; ++level) {
236
for (level = 0; (parent =
BT_POP
(t)) != NULL; ++level) {
394
while ((parent =
BT_POP
(t)) != NULL) {
bt_seq.c
386
up =
BT_POP
(t);
425
up =
BT_POP
(t);
btree.h
369
#define
BT_POP
(t) (t->bt_sp == t->bt_stack ? NULL : --t->bt_sp)
bt_split.c
151
while ((parent =
BT_POP
(t)) != NULL) {
Completed in 16 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025