Searched refs:azCols (Results 1 - 2 of 2) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 18083 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 D | sqlite3.c | 131803 char **azCols = 0; /* Names of result columns */ global() local [all...] |
Completed in 206 milliseconds