Lines Matching defs:rectype

41 	u_int32_t rectype, txn_num;
45 rectype = DB_ham_insdel;
52 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
64 memcpy(bp, &rectype, sizeof(rectype));
65 bp += sizeof(rectype);
245 u_int32_t rectype, txn_num;
249 rectype = DB_ham_newpage;
256 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
269 memcpy(bp, &rectype, sizeof(rectype));
270 bp += sizeof(rectype);
423 u_int32_t rectype, txn_num;
427 rectype = DB_ham_splitmeta;
434 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
444 memcpy(bp, &rectype, sizeof(rectype));
445 bp += sizeof(rectype);
576 u_int32_t rectype, txn_num;
580 rectype = DB_ham_splitdata;
587 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
597 memcpy(bp, &rectype, sizeof(rectype));
598 bp += sizeof(rectype);
751 u_int32_t rectype, txn_num;
755 rectype = DB_ham_replace;
762 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
775 memcpy(bp, &rectype, sizeof(rectype));
776 bp += sizeof(rectype);
963 u_int32_t rectype, txn_num;
967 rectype = DB_ham_newpgno;
974 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
988 memcpy(bp, &rectype, sizeof(rectype));
989 bp += sizeof(rectype);
1144 u_int32_t rectype, txn_num;
1148 rectype = DB_ham_ovfl;
1155 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
1166 memcpy(bp, &rectype, sizeof(rectype));
1167 bp += sizeof(rectype);
1307 u_int32_t rectype, txn_num;
1311 rectype = DB_ham_copypage;
1318 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
1331 memcpy(bp, &rectype, sizeof(rectype));
1332 bp += sizeof(rectype);