Searched refs:sqlite3_bind_parameter_count (Results 1 – 5 of 5) sorted by relevance
578 return ::sqlite3_bind_parameter_count(_pimpl->stmt); in bind_parameter_count()
231 lua_pushinteger(L, sqlite3_bind_parameter_count(*stmt)); in stmt_bind_parameter_count()
276 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count macro
3417 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);
3445 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt*);65946 SQLITE_API int sqlite3_bind_parameter_count(sqlite3_stmt *pStmt){95352 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count95688 sqlite3_bind_parameter_count,134284 int nParam = sqlite3_bind_parameter_count(pStmt);