Home
last modified time | relevance | path

Searched refs:bind_parameter_count (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.hpp136 int bind_parameter_count(void);
H A Dstatement_test.cpp670 ATF_TEST_CASE_WITHOUT_HEAD(bind_parameter_count);
671 ATF_TEST_CASE_BODY(bind_parameter_count) in ATF_TEST_CASE_BODY() argument
675 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()
H A Dstatement.cpp576 sqlite::statement::bind_parameter_count(void) in bind_parameter_count() function in sqlite::statement
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h42 int (*bind_parameter_count)(sqlite3_stmt*); member
276 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count
H A Dsqlite3.c95118 int (*bind_parameter_count)(sqlite3_stmt*);
95352 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count