Searched refs:dup1 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DSecondaryCursor.java452 Dbc dup1 = dbc.dup(DbConstants.DB_POSITION);
454 int errCode = dup1.get(DatabaseEntry.IGNORE, DatabaseEntry.IGNORE,
457 Dbc dup2 = dup1.dup(DbConstants.DB_POSITION);
467 errCode = dup1.pget(key, pKey, data,
472 dbc = dup1;
473 dup1 = tdbc;
477 dup1.close();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep009.tcl136 $masterenv 1 0 NONE dup1 err1]
141 if { $dup1 != 0 } {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dvfs.c335 char *dup1 = NULL; local
357 EC_NULL(dup1 = strdup(src));
358 EC_NULL(name = basename(strdup(dup1)));
382 if (dup1) free(dup1);

Completed in 45 milliseconds