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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c1078 u_int32_t flag, cflag, isdup, mflag, rmw; local
1332 * isdup is used to know if we support duplicates. If not, we
1335 if ((ret = dbp->get_flags(dbp, &isdup)) != 0) {
1339 isdup &= DB_DUP;
1346 if (pattern == NULL && (isdup == 0 || mflag != 0 ||

Completed in 82 milliseconds