Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c17594 int nVar; in bind_prepared_stmt() local
17599 nVar = sqlite3_bind_parameter_count(pStmt); in bind_prepared_stmt()
17600 if( nVar==0 ) return; /* Nothing to do */ in bind_prepared_stmt()
17609 for(i=1; i<=nVar; i++){ in bind_prepared_stmt()
H A Dsqlite3.c19185 ynVar nVar; /* Number of '?' variables seen in the SQL so far */ member
22833 ynVar nVar; /* Number of entries in aVar[] */ member
85019 int nVar; /* Number of parameters */ global() local
219120 int nVar; global() local
[all...]

Completed in 156 milliseconds