Home
last modified time | relevance | path

Searched refs:aiTypes (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c9493 int *aiTypes = (int *)&azVals[nCol]; /* Result types */ in exec_prepared_stmt() local
9503 aiTypes[i] = x = sqlite3_column_type(pStmt, i); in exec_prepared_stmt()
9509 if( !azVals[i] && (aiTypes[i]!=SQLITE_NULL) ){ in exec_prepared_stmt()
9518 if( xCallback(pArg, nCol, azVals, azCols, aiTypes) ){ in exec_prepared_stmt()
/external/sqlite/dist/
Dshell.c9499 int *aiTypes = (int *)&azVals[nCol]; /* Result types */ in exec_prepared_stmt() local
9509 aiTypes[i] = x = sqlite3_column_type(pStmt, i); in exec_prepared_stmt()
9515 if( !azVals[i] && (aiTypes[i]!=SQLITE_NULL) ){ in exec_prepared_stmt()
9524 if( xCallback(pArg, nCol, azVals, azCols, aiTypes) ){ in exec_prepared_stmt()