Home
last modified time | relevance | path

Searched refs:sqlite3_bind_parameter_count (Results 1 – 16 of 16) sorted by relevance

/sqlite-3.40.0/test/
H A Dbind.test44 sqlite3_bind_parameter_count $VM
141 sqlite3_bind_parameter_count $VM
447 sqlite3_bind_parameter_count $VM
456 sqlite3_bind_parameter_count $VM
465 sqlite3_bind_parameter_count $VM
488 sqlite3_bind_parameter_count $VM
500 sqlite3_bind_parameter_count $VM
561 sqlite3_bind_parameter_count $VM
666 for {set ii 1} {$ii <= [sqlite3_bind_parameter_count $VM]} {incr ii} {
H A Dbindxfer.test44 sqlite3_bind_parameter_count $VM1
51 sqlite3_bind_parameter_count $VM2
H A Dfuzzinvariants.c81 nParam = sqlite3_bind_parameter_count(pStmt); in fuzz_invariant()
248 int nParam = sqlite3_bind_parameter_count(pStmt); in fuzz_invariant_sql()
H A Dtkt-26ff0c2d1e.test25 sqlite3_bind_parameter_count $STMT
H A Dtrace3.test260 sqlite3_bind_parameter_count $::STMT
302 sqlite3_bind_parameter_count $::STMT
H A Dthreadtest3.c658 for(i=1; i<=sqlite3_bind_parameter_count(pStmt); i++){ in getAndBindSqlStatement()
/sqlite-3.40.0/src/
H A Dloadext.c145 sqlite3_bind_parameter_count,
H A Dsqlite3ext.h395 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count macro
H A Dtclsqlite.c1364 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()
1392 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()
H A Dvdbeapi.c1687 int sqlite3_bind_parameter_count(sqlite3_stmt *pStmt){ in sqlite3_bind_parameter_count() function
H A Dtest1.c4284 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_bind_parameter_count(pStmt))); in test_bind_parameter_count()
H A Dsqlite.h.in4556 ** See also: [sqlite3_bind_parameter_count()],
4594 int sqlite3_bind_parameter_count(sqlite3_stmt*);
4619 ** [sqlite3_bind_parameter_count()], and
4637 ** [sqlite3_bind_parameter_count()], and
H A Dshell.c.in3195 nVar = sqlite3_bind_parameter_count(pStmt);
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js329 this.parameterCount = capi.sqlite3_bind_parameter_count(this.pointer);
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c422 int nParam = sqlite3_bind_parameter_count(pStmt); in fts3SqlStmt()
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c4416 if( rc==SQLITE_OK && sqlite3_bind_parameter_count(p->pDelete)>nCol ){ in sessionApplyOneOp()