Searched refs:nColumn (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c20601 int nColumn = 0; local
20622 nColumn = sqlite3_column_count(pStmt);
20623 nAlloc = nColumn*4;
20627 azNextLine = sqlite3_malloc64( nColumn*sizeof(char*) );
20629 memset((void*)azNextLine, 0, nColumn*sizeof(char*) );
20631 azQuoted = sqlite3_malloc64( nColumn*sizeof(char*) );
20633 memset(azQuoted, 0, nColumn*sizeof(char*) );
20635 abRowDiv = sqlite3_malloc64( nAlloc/nColumn );
20637 if( nColumn>p->nWidth ){
20638 p->colWidth = realloc(p->colWidth, (nColumn
[all...]
H A Dsqlite3.c16685 #define OP_OpenAutoindex 116 /* synopsis: nColumn=P2 */
16687 #define OP_OpenEphemeral 118 /* synopsis: nColumn=P2 */
18638 ** Ex2, nColumn==2 since 2 of the 3 columns of Ex1 are indexed.
18686 u16 nColumn; /* Number of columns stored in the index */ member in struct:Index
18797 int nColumn; /* Number of used entries in aCol[] */ member in struct:AggInfo
18827 (assert((A)->iFirstReg),(A)->iFirstReg+(A)->nColumn+(I))
132840 int nColumn; /* Number of columns in the data */ local
143431 generateSortTail( Parse *pParse, Select *p, SortCtx *pSort, int nColumn, SelectDest *pDest ) argument
150391 u32 nColumn; /* Number of columns in the result */ member in struct:TabResult
164288 u16 nColumn; /* Number of columns in the index */ local
165526 u16 nColumn; /* Total number of ordered columns in the index */ local
184403 int nColumn; /* number of named columns in virtual table */ member in struct:Fts3Table
[all...]

Completed in 664 milliseconds