Searched refs:my_rkey (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/rpc_client/
H A Dgen_client_ret.c352 replyp->keydata.keydata_len, &dbp->my_rkey.data,
353 &dbp->my_rkey.ulen);
475 replyp->pkeydata.pkeydata_len, &dbp->my_rkey.data,
476 &dbp->my_rkey.ulen)) != 0)
743 replyp->keydata.keydata_len, &dbc->my_rkey.data,
744 &dbc->my_rkey.ulen);
794 replyp->pkeydata.pkeydata_len, &dbc->my_rkey.data,
795 &dbc->my_rkey.ulen)) != 0)
H A Dclient.c380 if (dbc->my_rkey.data != NULL)
381 __os_free(env, dbc->my_rkey.data);
501 if (dbp->my_rkey.data != NULL)
502 __os_free(env, dbp->my_rkey.data);
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_cursor.c1973 &dbt, &dbc->my_rkey.data, &dbc->my_rkey.ulen)) != 0)
2103 cp->indx, &dbt, &dbc->my_rkey.data, &dbc->my_rkey.ulen)) != 0)
2574 * close, it should be safe to use the cursor's own "my_rkey" memory
2580 0, &key, &dbc->my_rkey.data, &dbc->my_rkey.ulen)) != 0)
2679 h, 0, &dbt, &dbc->my_rkey.data, &dbc->my_rkey.ulen)) != 0)
H A Dbt_recno.c1199 rdata = &dbc->my_rkey;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb_int.h728 (dbc)->rkey = &(owner)->my_rkey; \
744 (dbc)->rkey = &(dbc)->my_rkey; \
H A Ddb.h1270 DBT my_rkey; /* [Primary] key. */ member in struct:__db
1649 DBT my_rkey; /* Space for returned [primary] key. */ member in struct:__dbc
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb_int.h727 (dbc)->rkey = &(owner)->my_rkey; \
743 (dbc)->rkey = &(dbc)->my_rkey; \
H A Ddb.h1259 DBT my_rkey; /* [Primary] key. */ member in struct:__db
1638 DBT my_rkey; /* Space for returned [primary] key. */ member in struct:__dbc
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb_int.h730 (dbc)->rkey = &(owner)->my_rkey; \
746 (dbc)->rkey = &(dbc)->my_rkey; \
H A Ddb.h1268 DBT my_rkey; /* [Primary] key. */ member in struct:__db
1647 DBT my_rkey; /* Space for returned [primary] key. */ member in struct:__dbc
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb_int.h727 (dbc)->rkey = &(owner)->my_rkey; \
743 (dbc)->rkey = &(dbc)->my_rkey; \
H A Ddb.h1307 DBT my_rkey; /* [Primary] key. */ member in struct:__db
1686 DBT my_rkey; /* Space for returned [primary] key. */ member in struct:__dbc
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb_int.h727 (dbc)->rkey = &(owner)->my_rkey; \
743 (dbc)->rkey = &(dbc)->my_rkey; \
H A Ddb.h1307 DBT my_rkey; /* [Primary] key. */ member in struct:__db
1686 DBT my_rkey; /* Space for returned [primary] key. */ member in struct:__dbc
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb.c1102 if (dbp->my_rkey.data != NULL)
1103 __os_free(dbp->env, dbp->my_rkey.data);
1109 memset(&dbp->my_rkey, 0, sizeof(DBT));
H A Ddb_cam.c170 if (dbc->my_rkey.data != NULL)
171 __os_free(env, dbc->my_rkey.data);
H A Ddb_iface.c1432 dbc->rkey = &dbc->my_rkey;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_int.in726 (dbc)->rkey = &(owner)->my_rkey; \
742 (dbc)->rkey = &(dbc)->my_rkey; \
H A Ddb.in1280 DBT my_rkey; /* [Primary] key. */
1659 DBT my_rkey; /* Space for returned [primary] key. */
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_page.c1464 &dbc->my_rkey.data, &dbc->my_rkey.ulen)) != 0)

Completed in 336 milliseconds