int errno
Asterisk - The Open Source Telephony Project
18.5.0
|
#include <sys/types.h>
#include <errno.h>
#include <stdio.h>
#include "../include/db.h"
#include "recno.h"
Go to the source code of this file.
Functions | |
EPG * | __rec_search (BTREE *t, recno_t recno, enum SRCHOP op) |
Definition at line 64 of file rec_search.c.
References BT_CLR, _btree::bt_cur, _btree::bt_mp, BT_POP, BT_PUSH, errno, _page::flags, GETRINTERNAL, _epgno::index, _epg::index, MPOOL_DIRTY, mpool_get(), mpool_put(), NEXTINDEX, _rinternal::nrecs, NULL, P_RLEAF, P_ROOT, _epg::page, _rinternal::pgno, _epgno::pgno, SDELETE, SEARCH, SINSERT, and total.
Referenced by __rec_get(), __rec_iput(), __rec_seq(), and rec_rdelete().