Searched refs:TDB_REPLACE (Results 1 - 25 of 36) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dtdb.h51 #define TDB_REPLACE 1 macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dtdb.h51 #define TDB_REPLACE 1 macro
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dtdb.h51 #define TDB_REPLACE 1 macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/locking/
H A Dlocking.c475 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) {
600 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1)
666 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1)
696 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1)
741 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1)
836 if (tdb_store(tdb, key, dbuf, TDB_REPLACE)==-1) {
H A Dbrlock.c233 tdb_store(tdb, kbuf, dbuf, TDB_REPLACE);
378 tdb_store(tdb, kbuf, dbuf, TDB_REPLACE);
473 tdb_store(tdb, kbuf, dbuf, TDB_REPLACE);
531 tdb_store(tdb, kbuf, dbuf, TDB_REPLACE);
671 tdb_store(tdb, kbuf, dbuf, TDB_REPLACE);
H A Dposix.c116 if (tdb_store(posix_pending_close_tdb, kbuf, dbuf, TDB_REPLACE) == -1) {
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);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dunexpected.c71 tdb_store(tdbd, kbuf, dbuf, TDB_REPLACE);
H A Dsamlogon_cache.c146 if (tdb_store_bystring(netsamlogon_tdb, keystr, data, TDB_REPLACE) != -1)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdb.h30 #define TDB_REPLACE 1 macro
H A Dtdbtest.c137 if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
205 if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
H A Dtdbtorture.c120 if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
140 if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
H A Dtdbtool.c239 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) {
335 if ( tdb_store( dst_tdb, key, dbuf, TDB_REPLACE ) == -1 ) {
H A Dtdbutil.c189 return tdb_store(tdb, key, data, TDB_REPLACE);
249 if (tdb_store(tdb, key, data, TDB_REPLACE) == -1)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dconnection.c194 if (tdb_store(tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
231 if (tdb_store(tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
H A Dsession.c97 tdb_store_flag = TDB_REPLACE;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dmangle_test.c101 tdb_store_bystring(tdb, shortname, namedata, TDB_REPLACE);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/printing/
H A Dprinting.c88 tdb_store(rap_tdb, key, data, TDB_REPLACE);
89 tdb_store(rap_tdb, data, key, TDB_REPLACE);
516 ret = (tdb_store(pdb->tdb, print_key(jobid), new_data, TDB_REPLACE) == 0);
824 tdb_store(pdb->tdb, key, data, TDB_REPLACE);
902 tdb_store(pdb->tdb, key, data, TDB_REPLACE);
1105 tdb_store(pdb->tdb, key, data, TDB_REPLACE);
1194 if (tdb_store_bystring(tdb, NOTIFY_PID_LIST_KEY, data, TDB_REPLACE) == -1) {
1284 if (tdb_store_bystring(tdb, NOTIFY_PID_LIST_KEY, data, TDB_REPLACE) == -1) {
1423 if (tdb_store(pdb->tdb, key, data, TDB_REPLACE) == -1)
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dtdbtool.c247 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) {
326 if ( tdb_store( dst_tdb, key, dbuf, TDB_REPLACE ) == -1 ) {
H A Dtdb.h36 #define TDB_REPLACE 1 macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dmessages.c245 tdb_store(tdb, kbuf, dbuf, TDB_REPLACE);
362 tdb_store(tdb, kbuf, null_dbuf, TDB_REPLACE);
H A Dgencache.c182 ret = tdb_store(cache, keybuf, databuf, TDB_REPLACE);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbindd_acct.c466 if ( (tdb_store_bystring(account_tdb, namekey, data, TDB_REPLACE)) == -1 ) {
480 if ( (tdb_store_bystring(account_tdb, uidkey, data, TDB_REPLACE)) == -1 ) {
596 if ( (tdb_store_bystring(account_tdb, namekey, data, TDB_REPLACE)) == -1 ) {
610 if ( (tdb_store_bystring(account_tdb, gidkey, data, TDB_REPLACE)) == -1 ) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/passdb/
H A Dprivileges.c171 if (tdb_store_bystring(tdb, right, data, TDB_REPLACE) != 0) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/registry/
H A Dreg_db.c218 if ( tdb_store( tdb_reg, kbuf, dbuf, TDB_REPLACE ) == -1) {
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Ddirinfo.c278 if (tdb_store(db->tdb, key, data, TDB_REPLACE) == -1) {

Completed in 272 milliseconds

12