Asterisk - The Open Source Telephony Project
18.5.0
|
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../include/db.h"
#include "recno.h"
Go to the source code of this file.
Functions | |
int | __rec_ret (BTREE *t, EPG *e, recno_t nrec, DBT *key, DBT *data) |
Definition at line 62 of file rec_utils.c.
References __ovfl_get(), B_DB_LOCK, _btree::bt_rdata, _btree::bt_rkey, _rleaf::bytes, DBT::data, _rleaf::dsize, F_ISSET, _rleaf::flags, GETRLEAF, _epg::index, malloc(), NULL, P_BIGDATA, _epg::page, realloc, RET_ERROR, RET_SUCCESS, and DBT::size.
Referenced by __rec_get(), __rec_put(), and __rec_seq().