OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nVar
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
1407
int
nVar
= 0; /* Number of variables in statement */
1445
nVar
= sqlite3_bind_parameter_count(pStmt);
1473
nVar
= sqlite3_bind_parameter_count(pStmt);
1474
nByte = sizeof(SqlPreparedStmt) +
nVar
*sizeof(Tcl_Obj *);
1496
for(i=1; i<=
nVar
; i++){
/src/external/public-domain/sqlite/dist/
sqlite3.c
20993
ynVar
nVar
; /* Number of '?' variables seen in the SQL so far */
[
all
...]
shell.c
26271
int
nVar
;
26276
nVar
= sqlite3_bind_parameter_count(pStmt);
26277
if(
nVar
==0 ) return; /* Nothing to do */
26287
for(i=1; i<=
nVar
; i++){
[
all
...]
Completed in 98 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026