• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/fileops/

Lines Matching defs:rectype

75 	u_int32_t zero, rectype, txn_num;
83 rectype = DB___fop_create;
102 (ret = __txn_activekids(env, rectype, txnp)) != 0)
114 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
146 LOGCOPY_32(env, bp, &rectype);
147 bp += sizeof(rectype);
190 rectype |= DB_debug_FLAG;
191 LOGCOPY_32(env, logrec.data, &rectype);
283 u_int32_t zero, rectype, txn_num;
291 rectype = DB___fop_remove;
310 (ret = __txn_activekids(env, rectype, txnp)) != 0)
322 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
354 LOGCOPY_32(env, bp, &rectype);
355 bp += sizeof(rectype);
406 rectype |= DB_debug_FLAG;
407 LOGCOPY_32(env, logrec.data, &rectype);
519 u_int32_t zero, uinttmp, rectype, txn_num;
527 rectype = DB___fop_write;
546 (ret = __txn_activekids(env, rectype, txnp)) != 0)
558 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
594 LOGCOPY_32(env, bp, &rectype);
595 bp += sizeof(rectype);
659 rectype |= DB_debug_FLAG;
660 LOGCOPY_32(env, logrec.data, &rectype);
802 u_int32_t zero, rectype, txn_num;
810 rectype = type;
829 (ret = __txn_activekids(env, rectype, txnp)) != 0)
841 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
874 LOGCOPY_32(env, bp, &rectype);
875 bp += sizeof(rectype);
937 rectype |= DB_debug_FLAG;
938 LOGCOPY_32(env, logrec.data, &rectype);
1043 u_int32_t zero, rectype, txn_num;
1051 rectype = DB___fop_file_remove;
1070 (ret = __txn_activekids(env, rectype, txnp)) != 0)
1082 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
1116 LOGCOPY_32(env, bp, &rectype);
1117 bp += sizeof(rectype);
1182 rectype |= DB_debug_FLAG;
1183 LOGCOPY_32(env, logrec.data, &rectype);