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

Lines Matching defs:rectype

85 	u_int32_t uinttmp, rectype, txn_num;
94 rectype = DB___qam_incfirst;
112 (ret = __txn_activekids(env, rectype, txnp)) != 0)
129 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
161 LOGCOPY_32(env, bp, &rectype);
162 bp += sizeof(rectype);
200 rectype |= DB_debug_FLAG;
201 LOGCOPY_32(env, logrec.data, &rectype);
325 u_int32_t uinttmp, rectype, txn_num;
334 rectype = DB___qam_mvptr;
352 (ret = __txn_activekids(env, rectype, txnp)) != 0)
369 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
406 LOGCOPY_32(env, bp, &rectype);
407 bp += sizeof(rectype);
472 rectype |= DB_debug_FLAG;
473 LOGCOPY_32(env, logrec.data, &rectype);
579 u_int32_t uinttmp, rectype, txn_num;
588 rectype = DB___qam_del;
606 (ret = __txn_activekids(env, rectype, txnp)) != 0)
623 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
657 LOGCOPY_32(env, bp, &rectype);
658 bp += sizeof(rectype);
711 rectype |= DB_debug_FLAG;
712 LOGCOPY_32(env, logrec.data, &rectype);
838 u_int32_t zero, uinttmp, rectype, txn_num;
847 rectype = DB___qam_add;
865 (ret = __txn_activekids(env, rectype, txnp)) != 0)
882 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
919 LOGCOPY_32(env, bp, &rectype);
920 bp += sizeof(rectype);
998 rectype |= DB_debug_FLAG;
999 LOGCOPY_32(env, logrec.data, &rectype);
1113 u_int32_t zero, uinttmp, rectype, txn_num;
1122 rectype = DB___qam_delext;
1140 (ret = __txn_activekids(env, rectype, txnp)) != 0)
1157 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
1192 LOGCOPY_32(env, bp, &rectype);
1193 bp += sizeof(rectype);
1257 rectype |= DB_debug_FLAG;
1258 LOGCOPY_32(env, logrec.data, &rectype);