Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c18084 char **azVals = &azCols[nCol]; /* Results */ in exec_prepared_stmt() local
18085 int *aiTypes = (int *)&azVals[nCol]; /* Result types */ in exec_prepared_stmt()
18101 azVals[i] = ""; in exec_prepared_stmt()
18103 azVals[i] = (char*)sqlite3_column_text(pStmt, i); in exec_prepared_stmt()
18105 if( !azVals[i] && (aiTypes[i]!=SQLITE_NULL) ){ in exec_prepared_stmt()
18114 if( shell_callback(pArg, nCol, azVals, azCols, aiTypes) ){ in exec_prepared_stmt()
H A Dsqlite3.c131813 char **azVals = 0; global() local
[all...]

Completed in 173 milliseconds