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()
404 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count macro
4931 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);
24068 nVar = sqlite3_bind_parameter_count(pStmt); in bind_prepared_stmt()
5250 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);93357 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt *pStmt){138775 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count139223 sqlite3_bind_parameter_count,199860 int nParam = sqlite3_bind_parameter_count(pStmt);233101 if( rc==SQLITE_OK && sqlite3_bind_parameter_count(p->pDelete)>nCol ){
1430 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()1458 nVar = sqlite3_bind_parameter_count(pStmt); in dbPrepareAndBind()