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()
402 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count macro
4736 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);
21619 nVar = sqlite3_bind_parameter_count(pStmt); in bind_prepared_stmt()
5049 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);92256 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt *pStmt){136835 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count137281 sqlite3_bind_parameter_count,196893 int nParam = sqlite3_bind_parameter_count(pStmt);229778 if( rc==SQLITE_OK && sqlite3_bind_parameter_count(p->pDelete)>nCol ){
1388 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()1416 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()