Home
last modified time | relevance | path

Searched refs:MDBX_dbx (Results 1 – 8 of 8) sorted by relevance

/dports/databases/mdbx/mdbx-0.11.2/
H A Dmdbx_copy.c2638 typedef struct MDBX_dbx { struct
2645 } MDBX_dbx; argument
2699 MDBX_dbx *mt_dbxs;
2796 MDBX_dbx *mc_dbx;
2832 MDBX_dbx mx_dbx;
2880 MDBX_dbx *me_dbxs; /* array of static DB info */
H A Dmdbx_drop.c2640 typedef struct MDBX_dbx { struct
2647 } MDBX_dbx; argument
2701 MDBX_dbx *mt_dbxs;
2798 MDBX_dbx *mc_dbx;
2834 MDBX_dbx mx_dbx;
2882 MDBX_dbx *me_dbxs; /* array of static DB info */
H A Dmdbx_dump.c2638 typedef struct MDBX_dbx { struct
2645 } MDBX_dbx; argument
2699 MDBX_dbx *mt_dbxs;
2796 MDBX_dbx *mc_dbx;
2832 MDBX_dbx mx_dbx;
2880 MDBX_dbx *me_dbxs; /* array of static DB info */
H A Dmdbx_stat.c2638 typedef struct MDBX_dbx { struct
2645 } MDBX_dbx; argument
2699 MDBX_dbx *mt_dbxs;
2796 MDBX_dbx *mc_dbx;
2832 MDBX_dbx mx_dbx;
2880 MDBX_dbx *me_dbxs; /* array of static DB info */
H A Dmdbx_load.c2638 typedef struct MDBX_dbx { struct
2645 } MDBX_dbx; typedef
2699 MDBX_dbx *mt_dbxs;
2796 MDBX_dbx *mc_dbx;
2832 MDBX_dbx mx_dbx;
2880 MDBX_dbx *me_dbxs; /* array of static DB info */
H A Dmdbx_chk.c2638 typedef struct MDBX_dbx { struct
2645 } MDBX_dbx; argument
2699 MDBX_dbx *mt_dbxs;
2796 MDBX_dbx *mc_dbx;
2832 MDBX_dbx mx_dbx;
2880 MDBX_dbx *me_dbxs; /* array of static DB info */
H A Dmdbx.c++2616 typedef struct MDBX_dbx { struct
2623 } MDBX_dbx; typedef
2677 MDBX_dbx *mt_dbxs;
2774 MDBX_dbx *mc_dbx;
2810 MDBX_dbx mx_dbx;
2858 MDBX_dbx *me_dbxs; /* array of static DB info */
H A Dmdbx.c2616 typedef struct MDBX_dbx { struct
2623 } MDBX_dbx; argument
2677 MDBX_dbx *mt_dbxs;
2774 MDBX_dbx *mc_dbx;
2810 MDBX_dbx mx_dbx;
2858 MDBX_dbx *me_dbxs; /* array of static DB info */
7153 static int __must_check_result mdbx_setup_dbx(MDBX_dbx *const dbx,
15995 env->me_dbxs = mdbx_calloc(env->me_maxdbs, sizeof(MDBX_dbx)); in mdbx_env_open()
16787 MDBX_dbx *const dbx = &txn->mt_dbxs[dbi]; in mdbx_fetch_sdb()
23203 memset(txn->mt_dbxs + slot, 0, sizeof(MDBX_dbx)); in dbi_open()
[all …]