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()
412 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count macro
5044 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);
26338 nVar = sqlite3_bind_parameter_count(pStmt); in bind_prepared_stmt()
5365 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);95619 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt *pStmt){ function142866 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count macro143322 sqlite3_bind_parameter_count,204739 int nParam = sqlite3_bind_parameter_count(pStmt);238774 if( rc==SQLITE_OK && sqlite3_bind_parameter_count(p->pDelete)>nCol ){
1445 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()1473 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()