Searched refs:__dbc_put (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_am.c384 * __dbc_put. We know we're not a secondary-- the interface
411 ret = __dbc_put(dbc,
722 if ((ret = __dbc_put(sdbc,
867 * This is much like the loop in "step 3" in __dbc_put, so
946 ret = __dbc_put(sdbc, &skey, key, DB_UPDATE_SECONDARY);
H A Ddb.c296 if ((ret = __dbc_put(ndbc, &key, &data, DB_KEYFIRST)) != 0)
352 if ((ret = __dbc_put(dbc, &key, &ndata, DB_KEYLAST)) != 0)
H A Ddb_vrfyutil.c522 return (__dbc_put(dbc, &key, &data, DB_CURRENT));
H A Ddb_cam.c914 * __dbc_put --
917 * PUBLIC: int __dbc_put __P((DBC *, DBT *, DBT *, u_int32_t));
920 __dbc_put(dbc_arg, key, data, flags) function
1380 ret = __dbc_put(sdbc, tskeyp, &pkey,
2281 * See comment in __dbc_put--if we're in CDB,
2384 /* See comment above and in __dbc_put. */
2600 if (changed && (ret = __dbc_put(pdbc,
H A Ddb_iface.c2456 ret = __dbc_put(dbc, key, data, flags);
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Ddb_ext.h96 int __dbc_put __P((DBC *, DBT *, DBT *, u_int32_t));
H A Dint_def.in92 #define __dbc_put __dbc_put@DB_VERSION_UNIQUE_NAME@

Completed in 181 milliseconds