• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/txn/

Lines Matching defs:rectype

130 	u_int32_t zero, uinttmp, rectype, txn_num;
138 rectype = DB___txn_regop;
155 (ret = __txn_activekids(env, rectype, txnp)) != 0)
167 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
200 LOGCOPY_32(env, bp, &rectype);
201 bp += sizeof(rectype);
248 rectype |= DB_debug_FLAG;
249 LOGCOPY_32(env, logrec.data, &rectype);
392 u_int32_t uinttmp, rectype, txn_num;
400 rectype = DB___txn_ckp;
417 (ret = __txn_activekids(env, rectype, txnp)) != 0)
429 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
463 LOGCOPY_32(env, bp, &rectype);
464 bp += sizeof(rectype);
512 rectype |= DB_debug_FLAG;
513 LOGCOPY_32(env, logrec.data, &rectype);
595 u_int32_t rectype, txn_num;
603 rectype = DB___txn_child;
620 (ret = __txn_activekids(env, rectype, txnp)) != 0)
632 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
663 LOGCOPY_32(env, bp, &rectype);
664 bp += sizeof(rectype);
699 rectype |= DB_debug_FLAG;
700 LOGCOPY_32(env, logrec.data, &rectype);
859 u_int32_t zero, rectype, txn_num;
867 rectype = DB___txn_prepare;
884 (ret = __txn_activekids(env, rectype, txnp)) != 0)
896 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
929 LOGCOPY_32(env, bp, &rectype);
930 bp += sizeof(rectype);
987 rectype |= DB_debug_FLAG;
988 LOGCOPY_32(env, logrec.data, &rectype);
1070 u_int32_t rectype, txn_num;
1078 rectype = DB___txn_recycle;
1095 (ret = __txn_activekids(env, rectype, txnp)) != 0)
1107 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
1138 LOGCOPY_32(env, bp, &rectype);
1139 bp += sizeof(rectype);
1171 rectype |= DB_debug_FLAG;
1172 LOGCOPY_32(env, logrec.data, &rectype);