Home
last modified time | relevance | path

Searched refs:qrfPerCol (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c2370 struct qrfPerCol { /* Per-column data */ struct
2388 struct qrfPerCol *pCol, /* Information about the text to print */ in qrfPrintAligned()
2642 struct qrfPerCol *a = 0; in qrfSplitColumn()
2671 a = sqlite3_malloc64( nCol*sizeof(struct qrfPerCol) ); in qrfSplitColumn()
2823 data.a = sqlite3_malloc64( nColumn*sizeof(struct qrfPerCol) ); in qrfColumnar()
2828 memset(data.a, 0, nColumn*sizeof(struct qrfPerCol) ); in qrfColumnar()