Asterisk - The Open Source Telephony Project GIT-master-a358458
Functions
btree/extern.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int __bt_cmp __P ((BTREE *, const DBT *, EPG *))
 
EPG *__bt_search __P ((BTREE *, const DBT *, int *))
 
int __bt_dleaf __P ((BTREE *, const DBT *, PAGE *, u_int))
 
int __ovfl_put __P ((BTREE *, const DBT *, pgno_t *))
 
int __bt_ret __P ((BTREE *, EPG *, DBT *, DBT *, DBT *, DBT *, int))
 
int __bt_crsrdel __P ((BTREE *, EPGNO *))
 
int __bt_free __P ((BTREE *, PAGE *))
 
int __bt_split __P ((BTREE *, PAGE *, const DBT *, const DBT *, int, size_t, u_int32_t))
 
PAGE *__bt_new __P ((BTREE *, pgno_t *))
 
int __bt_push __P ((BTREE *, pgno_t, int))
 
void __bt_setcur __P ((BTREE *, pgno_t, u_int))
 
int __ovfl_delete __P ((BTREE *, void *))
 
int __ovfl_get __P ((BTREE *, void *, size_t *, void **, size_t *))
 
int __bt_fd __P ((const DB *))
 
int __bt_get __P ((const DB *, const DBT *, DBT *, u_int))
 
int __bt_delete __P ((const DB *, const DBT *, u_int))
 
int __bt_seq __P ((const DB *, DBT *, DBT *, u_int))
 
int __bt_sync __P ((const DB *, u_int))
 
int __bt_put __P ((const DB *dbp, DBT *, const DBT *, u_int))
 
int __bt_defcmp __P ((const DBT *, const DBT *))
 
int __bt_close __P ((DB *))
 
void __bt_pgin __P ((void *, pgno_t, void *))
 

Function Documentation

◆ __P() [1/22]

int __bt_cmp __P ( (BTREE *, const DBT *, EPG *)  )

◆ __P() [2/22]

EPG *__bt_search __P ( (BTREE *, const DBT *, int *)  )

◆ __P() [3/22]

int __bt_dleaf __P ( (BTREE *, const DBT *, PAGE *, u_int)  )

◆ __P() [4/22]

int __ovfl_put __P ( (BTREE *, const DBT *, pgno_t *)  )

◆ __P() [5/22]

int __bt_ret __P ( (BTREE *, EPG *, DBT *, DBT *, DBT *, DBT *, int)  )

◆ __P() [6/22]

int __bt_crsrdel __P ( (BTREE *, EPGNO *)  )

◆ __P() [7/22]

int __bt_free __P ( (BTREE *, PAGE *)  )

◆ __P() [8/22]

int __bt_split __P ( (BTREE *, PAGE *, const DBT *, const DBT *, int, size_t, u_int32_t )

◆ __P() [9/22]

PAGE *__bt_new __P ( (BTREE *, pgno_t *)  )

◆ __P() [10/22]

int __bt_push __P ( (BTREE *, pgno_t, int)  )

◆ __P() [11/22]

void __bt_setcur __P ( (BTREE *, pgno_t, u_int)  )

◆ __P() [12/22]

int __ovfl_delete __P ( (BTREE *, void *)  )

◆ __P() [13/22]

int __ovfl_get __P ( (BTREE *, void *, size_t *, void **, size_t *)  )

◆ __P() [14/22]

int __bt_fd __P ( (const DB *)  )

◆ __P() [15/22]

int __bt_get __P ( (const DB *, const DBT *, DBT *, u_int)  )

◆ __P() [16/22]

int __bt_delete __P ( (const DB *, const DBT *, u_int)  )

◆ __P() [17/22]

int __bt_seq __P ( (const DB *, DBT *, DBT *, u_int)  )

◆ __P() [18/22]

int __bt_sync __P ( (const DB *, u_int)  )

◆ __P() [19/22]

int __bt_put __P ( (const DB *dbp, DBT *, const DBT *, u_int)  )

◆ __P() [20/22]

size_t __bt_defpfx __P ( (const DBT *, const DBT *)  )

◆ __P() [21/22]

int dbm_clearerr __P ( (DB *)  )

◆ __P() [22/22]

void __bt_pgout __P ( (void *, pgno_t, void *)  )