int errno
|
Asterisk - The Open Source Telephony Project
18.5.0
|
#include <sys/types.h>#include <errno.h>#include <limits.h>#include <stdio.h>#include <string.h>#include "../include/db.h"#include "recno.h"
Go to the source code of this file.
Functions | |
| int | __rec_seq (DB *dbp, DBT *key, DBT *data, u_int flags) const |
Definition at line 61 of file rec_seq.c.
References __rec_ret(), __rec_search(), B_DB_LOCK, _btree::bt_cursor, _btree::bt_mp, _btree::bt_nrecs, _btree::bt_pinned, CURS_INIT, DBT::data, errno, F_ISSET, F_SET, __db::internal, MAX_REC_NUMBER, mpool_put(), NULL, _epg::page, R_CURSOR, R_EOF, R_FIRST, R_INMEM, R_LAST, R_NEXT, R_PREV, _cursor::rcursor, RET_ERROR, RET_SPECIAL, RET_SUCCESS, SEARCH, and status.
Referenced by __rec_open().
1.8.13