Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c17835 int nColumn = 0; in exec_prepared_stmt_columnar() local
17856 nColumn = sqlite3_column_count(pStmt); in exec_prepared_stmt_columnar()
17857 nAlloc = nColumn*4; in exec_prepared_stmt_columnar()
17861 azNextLine = sqlite3_malloc64( nColumn*sizeof(char*) ); in exec_prepared_stmt_columnar()
17863 memset((void*)azNextLine, 0, nColumn*sizeof(char*) ); in exec_prepared_stmt_columnar()
17865 azQuoted = sqlite3_malloc64( nColumn*sizeof(char*) ); in exec_prepared_stmt_columnar()
17867 memset(azQuoted, 0, nColumn*sizeof(char*) ); in exec_prepared_stmt_columnar()
17869 abRowDiv = sqlite3_malloc64( nAlloc/nColumn ); in exec_prepared_stmt_columnar()
17871 if( nColumn>p->nWidth ){ in exec_prepared_stmt_columnar()
17872 p->colWidth = realloc(p->colWidth, (nColumn in exec_prepared_stmt_columnar()
[all...]
H A Dsqlite3.c16127 #define OP_OpenAutoindex 116 /* synopsis: nColumn=P2 */
16129 #define OP_OpenEphemeral 118 /* synopsis: nColumn=P2 */
18052 ** Ex2, nColumn==2 since 2 of the 3 columns of Ex1 are indexed.
18100 u16 nColumn; /* Number of columns stored in the index */ member
18210 int nColumn; /* Number of used entries in aCol[] */ member
129298 int nColumn; /* Number of columns in the data */ global() local
139863 generateSortTail( Parse *pParse, Select *p, SortCtx *pSort, int nColumn, SelectDest *pDest ) global() argument
146193 u32 nColumn; /* Number of columns in the result */ global() member
159826 u16 nColumn; /* Number of columns in the index */ global() local
160921 u16 nColumn; /* Total number of ordered columns in the index */ global() local
179515 int nColumn; /* number of named columns in virtual table */ global() member
[all...]

Completed in 160 milliseconds