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

/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash.c596 int is_dup, is_key; local
711 is_dup = 0;
793 is_dup = 1;
799 is_dup = 1;
812 is_dup = 0;
829 if (!is_dup || dup_off == 0)
839 if (is_dup) {
856 } while (is_dup && dup_off < dup_tlen && no_dup == 0);
1845 __hamc_update(dbc, len, operation, is_dup)
1849 int is_dup;
[all...]
H A Dhash.src243 * is_dup - 1 if dup 0 otherwise.
267 ARG is_dup int ld
H A Dhash_autop.c467 (void)printf("\tis_dup: %ld\n", (long)argp->is_dup);
H A Dhash_auto.c2177 argp->is_dup = (int)uinttmp;
2194 is_dup, order)
2204 int is_dup;
2322 uinttmp = (u_int32_t)is_dup;
H A Dhash_rec.c1058 (void)__hamc_update(dbc, argp->len, hamc_mode, argp->is_dup);
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Dhash_auto.h145 int is_dup; member in struct:___ham_curadj_args
/macosx-10.10/BerkeleyDB-21/db/rep/
H A Drep_log.c229 int is_dup, master, ret; local
231 is_dup = ret = 0;
237 ret = __rep_apply(env, ip, rp, rec, ret_lsnp, &is_dup, &last_lsn);
259 if (is_dup)
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_compact.c1028 int first_dup, is_dup, next_dup, n_ok, ret; local
1211 no_check: is_dup = first_dup = next_dup = 0;
1225 if (!is_dup) {
1227 is_dup = 1;
1233 is_dup = 1;
1237 is_dup = 0;
1240 if (is_dup && !first_dup && (pind % 2) == 0) {
1246 is_dup = 0;
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dasl_action.c1464 int is_dup; local
1487 is_dup = 0;
1505 if ((now - f_data->last_time) < global.bsd_max_dup_time) is_dup = 1;
1510 if (is_dup == 1)

Completed in 121 milliseconds