Searched refs:c_put (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_add.c147 switch (rc = cursor->c_put(cursor, &rootinfo_key, &rootinfo_data, flag)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dtransapp.cs449 switch (ret = dbc->c_put(dbc, &key, &data, DB_KEYLAST)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dtransapp.cs449 switch (ret = dbc->c_put(dbc, &key, &data, DB_KEYLAST)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_join.c202 dbc->put = dbc->c_put = __db_join_put;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs507 status = temp_cursor->c_put(temp_cursor, &key, &value, flags);
515 return ((db->cursor)->c_put)(db->cursor, &key, &value, DB_CURRENT);
1701 RETVAL = (db->cursor->c_put)(db->cursor, &key, &value, DB_BEFORE) ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.pm1425 $cursor->c_put($key, $value, BerkeleyDB::DB_BEFORE()) ;
1460 # my $status = $cursor->c_put($key, $value, BerkeleyDB::DB_AFTER()) ;
H A DBerkeleyDB.xs4149 #define cu_c_put(c,k,d,f) (c->Status = (c->cursor->c_put)(c->cursor,&k,&d,f))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c148 dbc->put = dbc->c_put = __dbc_put_pp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam.c1661 dbc->put = dbc->c_put = __dbc_put_pp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c171 dbc->put = dbc->c_put = __dbc_put_pp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1683 int (*c_put) __P((DBC *, DBT *, DBT *, u_int32_t)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1672 int (*c_put) __P((DBC *, DBT *, DBT *, u_int32_t)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1693 int (*c_put) __P((DBC *, DBT *, DBT *, u_int32_t)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1681 int (*c_put) __P((DBC *, DBT *, DBT *, u_int32_t)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1720 int (*c_put) __P((DBC *, DBT *, DBT *, u_int32_t)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1720 int (*c_put) __P((DBC *, DBT *, DBT *, u_int32_t)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp1791 if((ret = dbc->c_put(dbc, &key, &value, flags)) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3322 dbc->put = dbc->c_put = __dbcl_dbc_put;

Completed in 242 milliseconds