Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile60 sqlite3_bind_parameter_count.3 \
/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp575 return ::sqlite3_bind_parameter_count(_pimpl->stmt); in bind_parameter_count()
/netbsd-src/lib/lua/sqlite/
H A Dsqlite.c235 lua_pushinteger(L, sqlite3_bind_parameter_count(*stmt)); in stmt_bind_parameter_count()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h402 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count macro
H A Dsqlite3.h4717 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);
H A Dshell.c20356 nVar = sqlite3_bind_parameter_count(pStmt); in bind_prepared_stmt()
H A Dsqlite3.c5030 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);
91752 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt *pStmt){
135874 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count
136320 sqlite3_bind_parameter_count,
195275 int nParam = sqlite3_bind_parameter_count(pStmt);
227935 if( rc==SQLITE_OK && sqlite3_bind_parameter_count(p->pDelete)>nCol ){
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d832 int sqlite3_bind_parameter_count(sqlite3_stmt*);
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1388 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()
1416 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()