Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c18083 char **azCols = (char **)pData; /* Names of result columns */ in exec_prepared_stmt() local
18084 char **azVals = &azCols[nCol]; /* Results */ in exec_prepared_stmt()
18090 azCols[i] = (char *)sqlite3_column_name(pStmt, i); in exec_prepared_stmt()
18114 if( shell_callback(pArg, nCol, azVals, azCols, aiTypes) ){ in exec_prepared_stmt()
21286 const char *azCols[] = { in arListCommand() local
21298 shellPreparePrintf(pAr->db, &rc, &pSql, zSql, azCols[pAr->bVerbose], in arListCommand()
H A Dsqlite3.c131803 char **azCols = 0; /* Names of result columns */ global() local
[all...]

Completed in 206 milliseconds