Lines Matching defs:UnpackedRecord
15344 typedef struct UnpackedRecord UnpackedRecord; typedef
18608 struct UnpackedRecord { struct
18609 KeyInfo *pKeyInfo; /* Collation and sort-order information */
18610 Mem *aMem; /* Values */
18611 union {
18614 } u;
18615 int n; /* Cache of aMem[0].n used by vdbeRecordCompareString() */
18616 u16 nField; /* Number of entries in apMem[] */
18617 i8 default_rc; /* Comparison result if keys are equal */
18618 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
18619 i8 r1; /* Value to return if (lhs < rhs) */
18620 i8 r2; /* Value to return if (lhs > rhs) */
18621 u8 eqSeen; /* True if an equality comparison has been seen */