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

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c13208 int nColumn = 0; local
13220 nColumn = sqlite3_column_count(pStmt);
13221 nAlloc = nColumn*4;
13225 for(i=0; i<nColumn; i++){
13229 if( (nRow+2)*nColumn >= nAlloc ){
13235 for(i=0; i<nColumn; i++){
13237 azData[nRow*nColumn + i] = z ? strdup(z) : 0;
13240 if( nColumn>p->nWidth ){
13241 p->colWidth = realloc(p->colWidth, nColumn*2*sizeof(int));
13243 for(i=p->nWidth; i<nColumn;
[all...]
H A Dsqlite3.c15805 #define OP_OpenAutoindex 100 /* synopsis: nColumn=P2 */
15806 #define OP_OpenEphemeral 101 /* synopsis: nColumn=P2 */
17930 ** Ex2, nColumn==2 since 2 of the 3 columns of Ex1 are indexed.
17966 u16 nColumn; /* Number of columns stored in the index */ member in struct:Index
18074 int nColumn; /* Number of used entries in aCol[] */ member in struct:AggInfo
122804 int nColumn; /* Number of columns in the data */ local
132599 generateSortTail( Parse *pParse, Select *p, SortCtx *pSort, int nColumn, SelectDest *pDest ) argument
138353 u32 nColumn; /* Number of columns in the result */ member in struct:TabResult
152053 u16 nColumn; /* Total number of ordered columns in the index */ local
169879 int nColumn; /* number of named columns in virtual table */ member in struct:Fts3Table
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10109 ** Ex2, nColumn==2 since 2 of the 3 columns of Ex1 are indexed.
10124 int nColumn; /* Number of columns in the table used by this index */ member in struct:Index
10135 u8 *aSortOrder; /* Array of size Index.nColumn. True==DESC, False==ASC */
10196 int nColumn; /* Number of used entries in aCol[] */ member in struct:AggInfo
87328 int nColumn; /* Number of columns in the data */ local
92881 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
93222 generateSortTail( Parse *pParse, Select *p, Vdbe *v, int nColumn, SelectDest *pDest ) argument
96969 int nColumn; /* Number of columns in the result */ member in struct:TabResult
102326 int nColumn; /* Number of columns in the constructed index */ local
114182 int nColumn; /* number of named columns in virtual table */ member in struct:Fts3Table
[all...]

Completed in 875 milliseconds