Searched refs:__dbc_pget (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_cam.c1846 * __dbc_pget --
1849 * PUBLIC: int __dbc_pget __P((DBC *, DBT *, DBT *, DBT *, u_int32_t));
1852 __dbc_pget(dbc, skey, pkey, data, flags) function
2179 * (See __dbc_pget for comments on the use of __db_cursor_int.)
2547 ret = __dbc_pget(sdbc, &fkey, &pkey, &data, DB_SET|rmw);
2610 ret = __dbc_pget(sdbc,
H A Ddb_iface.c1441 ret = __dbc_pget(dbc, skey, pkey, data, flags);
2340 ret = __dbc_pget(dbc, skey, pkey, data, flags);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Ddb_ext.h99 int __dbc_pget __P((DBC *, DBT *, DBT *, DBT *, u_int32_t));
H A Dint_def.in95 #define __dbc_pget __dbc_pget@DB_VERSION_UNIQUE_NAME@

Completed in 94 milliseconds