Searched refs:pget (Results 26 - 33 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c1564 ret = dbp->pget(dbp, txnp, &skey, &pkey, &data, flags);
2565 ret = dbc->pget(dbc, &skey, &pkey, &data, flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1407 ret = dbp->pget(txnp, &skey, &pkey, &data, flags);
2256 ret = dbc->pget(&skey, &pkey, &data, flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c147 dbc->pget = dbc->c_pget = __dbc_pget_pp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam.c1660 dbc->pget = dbc->c_pget = __dbc_pget_pp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3241 dbp->pget = __dbcl_db_pget;
3321 dbc->pget = dbc->c_pget = __dbcl_dbc_pget;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c170 dbc->pget = dbc->c_pget = __dbc_pget_pp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs3722 (db->Status = ((db->dbp)->pget)(db->dbp, db->txn, &key, &pkey, &data, flags))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java_wrap.c2640 return self->pget(self, txnid, key, pkey, data, flags);
2772 return self->pget(self, key, pkey, data, flags);

Completed in 204 milliseconds

12