Searched refs:sqlite3_bind_parameter_count (Results 1 – 6 of 6) sorted by relevance
581 return ::sqlite3_bind_parameter_count(_pimpl->stmt); in bind_parameter_count()
380 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count macro
4545 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);
14100 nVar = sqlite3_bind_parameter_count(pStmt); in bind_prepared_stmt()
4851 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);86027 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt *pStmt){127694 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count128118 sqlite3_bind_parameter_count,183291 int nParam = sqlite3_bind_parameter_count(pStmt);212869 if( rc==SQLITE_OK && sqlite3_bind_parameter_count(p->pDelete)>nCol ){
1369 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()1397 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()