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
5042 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);
26300 nVar = sqlite3_bind_parameter_count(pStmt); in bind_prepared_stmt()
5363 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);95461 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt *pStmt){ function142645 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count macro143101 sqlite3_bind_parameter_count,204425 int nParam = sqlite3_bind_parameter_count(pStmt);238363 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()