Searched refs:sqlite3_bind_parameter_count (Results 1 – 9 of 9) sorted by relevance
60 sqlite3_bind_parameter_count.3 \
575 return ::sqlite3_bind_parameter_count(_pimpl->stmt); in bind_parameter_count()
235 lua_pushinteger(L, sqlite3_bind_parameter_count(*stmt)); in stmt_bind_parameter_count()
402 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count macro
4717 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);
20356 nVar = sqlite3_bind_parameter_count(pStmt); in bind_prepared_stmt()
5030 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_count136320 sqlite3_bind_parameter_count,195275 int nParam = sqlite3_bind_parameter_count(pStmt);227935 if( rc==SQLITE_OK && sqlite3_bind_parameter_count(p->pDelete)>nCol ){
832 int sqlite3_bind_parameter_count(sqlite3_stmt*);
1388 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()1416 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()