Lines Matching defs:rectype

38 	u_int32_t rectype, txn_num;
42 rectype = DB_bam_pg_alloc;
49 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
60 memcpy(bp, &rectype, sizeof(rectype));
61 bp += sizeof(rectype);
201 u_int32_t rectype, txn_num;
205 rectype = DB_bam_pg_free;
212 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
222 memcpy(bp, &rectype, sizeof(rectype));
223 bp += sizeof(rectype);
378 u_int32_t rectype, txn_num;
382 rectype = DB_bam_split;
389 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
403 memcpy(bp, &rectype, sizeof(rectype));
404 bp += sizeof(rectype);
582 u_int32_t rectype, txn_num;
586 rectype = DB_bam_rsplit;
593 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
604 memcpy(bp, &rectype, sizeof(rectype));
605 bp += sizeof(rectype);
777 u_int32_t rectype, txn_num;
781 rectype = DB_bam_adj;
788 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
799 memcpy(bp, &rectype, sizeof(rectype));
800 bp += sizeof(rectype);
936 u_int32_t rectype, txn_num;
940 rectype = DB_bam_cadjust;
947 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
958 memcpy(bp, &rectype, sizeof(rectype));
959 bp += sizeof(rectype);
1092 u_int32_t rectype, txn_num;
1096 rectype = DB_bam_cdel;
1103 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
1112 memcpy(bp, &rectype, sizeof(rectype));
1113 bp += sizeof(rectype);
1245 u_int32_t rectype, txn_num;
1249 rectype = DB_bam_repl;
1256 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN)
1270 memcpy(bp, &rectype, sizeof(rectype));
1271 bp += sizeof(rectype);