⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 perm.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: perm.so,v 1.4 2002/06/20 12:53:58 bostic Exp $])m4_ref_title(Access Methods,    Retrieved key/data permanence for C/C++,    [retrieved key/data @permanence, retrieved @key/data permanence],    am_misc/struct, am_misc/error)m4_p([dnlWhen using the non-cursor m4_db calls to retrieve key/data items underthe C/C++ APIs (for example, m4_ref(dbh_get)), the memory to which thepointer stored into the m4_ref(Dbt) refers is only valid until the nextcall to m4_db using the m4_ref(Db) handle.  (This includes m4_bold(any)use of the returned m4_ref(Db) handle, including by another thread ofcontrol within the process.  For this reason, when multiple threads areusing the returned m4_ref(Db) handle concurrently, one of them4_ref(DB_DBT_MALLOC), m4_ref(DB_DBT_REALLOC) or m4_ref(DB_DBT_USERMEM)flags must be specified with any non-cursor m4_ref(Dbt) used for key ordata retrieval.)])m4_p([dnlWhen using the cursor m4_db calls to retrieve key/data items under theC/C++ APIs (for example, m4_ref(dbc_get)), the memory to which thepointer stored into the m4_ref(Dbt) refers is only valid until the nextcall to m4_db using the m4_ref(Dbc) handle returned by m4_ref(dbh_cursor).])m4_page_footer

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -