Lines Matching defs:qrfColData
2358 typedef struct qrfColData qrfColData; typedef
2359 struct qrfColData { struct
2360 Qrf *p; /* The QRF instance */
2361 int nCol; /* Number of columns in the table */
2362 unsigned char bMultiRow; /* One or more cells will span multiple lines */
2363 unsigned char nMargin; /* Width of column margins */
2364 sqlite3_int64 nRow; /* Number of rows */
2365 sqlite3_int64 nAlloc; /* Number of cells allocated */
2366 sqlite3_int64 n; /* Number of cells. nCol*nRow */
2367 char **az; /* Content of all cells */
2368 int *aiWth; /* Width of each cell */
2369 unsigned char *abNum; /* True for each numeric cell */
2370 struct qrfPerCol { /* Per-column data */
2377 } *a; /* One per column */