Searched refs:bind_parameter_count (Results 1 – 5 of 5) sorted by relevance
126 int bind_parameter_count(void);
670 ATF_TEST_CASE_WITHOUT_HEAD(bind_parameter_count);671 ATF_TEST_CASE_BODY(bind_parameter_count) in ATF_TEST_CASE_BODY() argument675 ATF_REQUIRE_EQ(2, stmt.bind_parameter_count()); in ATF_TEST_CASE_BODY()779 ATF_ADD_TEST_CASE(tcs, bind_parameter_count); in ATF_INIT_TEST_CASES()
579 sqlite::statement::bind_parameter_count(void) in bind_parameter_count() function in sqlite::statement
40 int (*bind_parameter_count)(sqlite3_stmt*); member402 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count
[all...]