Searched refs:tdb_store (Results 1 - 25 of 41) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/tdb/
H A Dcnid_tdb_update.c86 if (tdb_store(db->tdb_cnid, key, data, TDB_REPLACE)) {
95 if (tdb_store(db->tdb_devino, key, altdata, TDB_REPLACE)) {
102 if (tdb_store(db->tdb_didname, key, altdata, TDB_REPLACE)) {
H A Dcnid_tdb_add.c84 if (tdb_store(db->tdb_cnid, *key, *data, TDB_REPLACE)) {
93 if (tdb_store(db->tdb_devino, altkey, altdata, TDB_REPLACE)) {
100 if (tdb_store(db->tdb_didname, altkey, altdata, TDB_REPLACE)) {
143 if (tdb_store(db->tdb_didname, rootinfo_key, data, TDB_REPLACE)) {
H A Dcnid_tdb_open.c138 if (tdb_store(db->tdb_didname, key, data, TDB_REPLACE)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dtdb.h50 /* flags to tdb_store() */
69 int tdb_store(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, int flag);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/locking/
H A Dlocking.c514 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) {
642 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1)
708 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1)
738 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1)
783 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1)
878 if (tdb_store(tdb, key, dbuf, TDB_REPLACE)==-1) {
1038 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) {
1128 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1)
1190 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1)
1220 if (tdb_store(td
[all...]
H A Dbrlock.c273 tdb_store(tdb, kbuf, dbuf, TDB_REPLACE);
416 if (tdb_store(tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
503 tdb_store(tdb, kbuf, dbuf, TDB_REPLACE);
561 tdb_store(tdb, kbuf, dbuf, TDB_REPLACE);
693 tdb_store(tdb, kbuf, dbuf, TDB_REPLACE);
H A Dposix.c116 if (tdb_store(posix_pending_close_tdb, kbuf, dbuf, TDB_REPLACE) == -1) {
117 DEBUG(0,("add_fd_to_close_entry: tdb_store fail !\n"));
333 tdb_store(posix_lock_tdb, kbuf, dbuf, TDB_REPLACE);
384 if (tdb_store(posix_lock_tdb, kbuf, dbuf, TDB_REPLACE) == -1) {
469 tdb_store(posix_lock_tdb, kbuf, dbuf, TDB_REPLACE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/sam/
H A Didmap_tdb.c380 if (tdb_store(idmap_tdb, ugid_data, sid_data, TDB_INSERT) != -1) {
394 if (tdb_store(idmap_tdb, sid_data, ugid_data, TDB_REPLACE) == -1) {
462 if (tdb_store(idmap_tdb, ksid, kid, TDB_INSERT) == -1) {
463 DEBUG(0, ("idb_set_mapping: tdb_store 1 error: %s\n", tdb_errorstr(idmap_tdb)));
467 if (tdb_store(idmap_tdb, kid, ksid, TDB_INSERT) == -1) {
468 DEBUG(0, ("idb_set_mapping: tdb_store 2 error: %s\n", tdb_errorstr(idmap_tdb)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dtdb.h29 /* flags to tdb_store() */
117 int tdb_store(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, int flag);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dunexpected.c71 tdb_store(tdbd, kbuf, dbuf, TDB_REPLACE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dconnection.c208 if (tdb_store(tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
209 DEBUG(0,("claim_connection: tdb_store failed with error %s.\n",
245 if (tdb_store(tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
246 DEBUG(0,("register_message_flags: tdb_store failed: %s.\n",
H A Dsession.c85 if (tdb_store(tdb, key, data, TDB_INSERT) == 0) break;
143 if (tdb_store(tdb, key, data, tdb_store_flag) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbtest.c137 if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
138 fatal("tdb_store failed");
205 if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
206 fatal("tdb_store failed");
H A Dtdbtorture.c120 if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
121 fatal("tdb_store failed");
140 if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
141 fatal("tdb_store failed");
H A Dtdbtool.c215 if (tdb_store(tdb, key, dbuf, TDB_INSERT) == -1) {
239 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) {
335 if ( tdb_store( dst_tdb, key, dbuf, TDB_REPLACE ) == -1 ) {
H A Dtdb.h46 /* flags to tdb_store() */
137 int tdb_store(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, int flag);
H A Dtdbback.c79 if (tdb_store(tdb_new, key, dbuf, TDB_INSERT) != 0) {
H A Dtdbutil.c190 return tdb_store(tdb, key, data, TDB_REPLACE);
250 if (tdb_store(tdb, key, data, TDB_REPLACE) == -1)
274 return tdb_store(tdb, key, data, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dgencache.c129 ret = tdb_store(cache, keybuf, databuf, 0);
182 ret = tdb_store(cache, keybuf, databuf, TDB_REPLACE);
H A Dmessages.c245 tdb_store(tdb, kbuf, dbuf, TDB_REPLACE);
362 tdb_store(tdb, kbuf, null_dbuf, TDB_REPLACE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.h46 /* flags to tdb_store() */
137 int tdb_store(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, int flag);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/intl/
H A Dlang_tdb.c67 tdb_store(tdb, key, data, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/passdb/
H A Dlogin_cache.c152 ret = tdb_store(cache, keybuf, databuf, 0);
H A Dpdb_tdb.c155 if (tdb_store(pdb_tdb, key, data, TDB_MODIFY) != TDB_SUCCESS) {
640 if (tdb_store(pwd_tdb, key, data, flag) != TDB_SUCCESS) {
658 if (tdb_store(pwd_tdb, key, data, flag) != TDB_SUCCESS) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/registry/
H A Dreg_db.c218 if ( tdb_store( tdb_reg, kbuf, dbuf, TDB_REPLACE ) == -1) {

Completed in 267 milliseconds

12