Searched refs:__bam_iitem (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dbtree_ext.h52 int __bam_iitem __P((DBC *, DBT *, DBT *, u_int32_t, u_int32_t));
H A Dint_def.in325 #define __bam_iitem __bam_iitem@DB_VERSION_UNIQUE_NAME@
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_recno.c655 ret = __bam_iitem(dbc, key, data, iiflags, 0);
1195 * The record data return memory is used by __bam_iitem, which
1313 * Select the arguments for __bam_iitem() and do the insert. If the
1319 switch (ret = __bam_iitem(dbc,
1328 * page counts were made by __bam_iitem().
H A Dbt_put.c62 * __bam_iitem --
65 * PUBLIC: int __bam_iitem __P((DBC *, DBT *, DBT *, u_int32_t, u_int32_t));
68 __bam_iitem(dbc, key, data, op, flags) function
H A Dbt_cursor.c1960 switch (ret = __bam_iitem(dbc, key, data, iiop, 0)) {

Completed in 174 milliseconds