Searched refs:R_NOOVERWRITE (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A Dfallback.h352 R_NOOVERWRITE R_PREV R_RECNOSYNC R_SETCURSOR R_SNAPSHOT
404 if (memEQ(name, "R_NOOVERWRITE", 13)) {
405 #ifdef R_NOOVERWRITE
406 *iv_return = R_NOOVERWRITE;
H A DMakefile.PL99 R_NOOVERWRITE
H A DDB_File.pm223 R_NOOVERWRITE
1616 $db->put($key, $value, R_NOOVERWRITE) ;
1719 Valid flags are R_CURSOR, R_IAFTER, R_IBEFORE, R_NOOVERWRITE and
H A DDB_File.xs245 #define R_NOOVERWRITE DB_NOOVERWRITE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb185_int.h52 #define R_NOOVERWRITE 8 /* put */ macro
H A Ddb_185.h103 #define R_NOOVERWRITE 8 /* put */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr017/
H A Dt.c132 if (dbp->put(dbp, &key, &data, R_NOOVERWRITE) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db185/
H A Ddb185.c409 case R_NOOVERWRITE:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-btree.t315 # Check R_NOOVERWRITE flag will make put fail when attempting to overwrite
318 my $status = $X->put( 'x', 'newvalue', R_NOOVERWRITE) ;
H A Ddb-hash.t276 my $status = $X->put( 'x', 'newvalue', R_NOOVERWRITE) ;

Completed in 135 milliseconds