Searched refs:tskeyp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c927 DBT *all_skeys, *skeyp, *tskeyp; local
1224 for (tskeyp = (DBT *)skeyp->data, nskey = skeyp->size;
1225 nskey > 0; nskey--, tskeyp++) {
1231 fdbc, tskeyp, &fdata,
1238 F_SET(tskeyp, DB_DBT_ISSET);
1240 tskeyp = (DBT *)skeyp->data;
1252 tskeyp = skeyp;
1312 for (; nskey > 0 && ret == 0; nskey--, tskeyp++) {
1314 if (!F_ISSET(tskeyp, DB_DBT_ISSET))
1354 tskeyp,
1588 DBT *toldskeyp, *tskeyp; local
2326 DBT *tskeyp; local
[all...]
H A Ddb_am.c599 DBT key, data, skey, *tskeyp; local
610 tskeyp = NULL;
715 tskeyp = (DBT *)skey.data;
718 tskeyp = &skey;
721 for (; nskey > 0; nskey--, tskeyp++) {
723 tskeyp, &key, DB_UPDATE_SECONDARY)) != 0)
725 FREE_IF_NEEDED(env, tskeyp);
742 for (; nskey > 0; nskey--, tskeyp++)
743 FREE_IF_NEEDED(env, tskeyp);

Completed in 61 milliseconds