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

Lines Matching defs:rectype

130 	u_int32_t zero, uinttmp, rectype, txn_num;
138 rectype = DB___txn_regop;
157 (ret = __txn_activekids(env, rectype, txnp)) != 0)
169 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
202 LOGCOPY_32(env, bp, &rectype);
203 bp += sizeof(rectype);
250 rectype |= DB_debug_FLAG;
251 LOGCOPY_32(env, logrec.data, &rectype);
394 u_int32_t uinttmp, rectype, txn_num;
402 rectype = DB___txn_ckp;
421 (ret = __txn_activekids(env, rectype, txnp)) != 0)
433 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
467 LOGCOPY_32(env, bp, &rectype);
468 bp += sizeof(rectype);
516 rectype |= DB_debug_FLAG;
517 LOGCOPY_32(env, logrec.data, &rectype);
599 u_int32_t rectype, txn_num;
607 rectype = DB___txn_child;
626 (ret = __txn_activekids(env, rectype, txnp)) != 0)
638 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
669 LOGCOPY_32(env, bp, &rectype);
670 bp += sizeof(rectype);
705 rectype |= DB_debug_FLAG;
706 LOGCOPY_32(env, logrec.data, &rectype);
819 u_int32_t zero, uinttmp, rectype, txn_num;
827 rectype = DB___txn_xa_regop;
846 (ret = __txn_activekids(env, rectype, txnp)) != 0)
858 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
894 LOGCOPY_32(env, bp, &rectype);
895 bp += sizeof(rectype);
962 rectype |= DB_debug_FLAG;
963 LOGCOPY_32(env, logrec.data, &rectype);
1045 u_int32_t rectype, txn_num;
1053 rectype = DB___txn_recycle;
1072 (ret = __txn_activekids(env, rectype, txnp)) != 0)
1084 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
1115 LOGCOPY_32(env, bp, &rectype);
1116 bp += sizeof(rectype);
1148 rectype |= DB_debug_FLAG;
1149 LOGCOPY_32(env, logrec.data, &rectype);