Searched refs:bind_bool (Results 1 – 3 of 3) sorted by relevance
110 do_ok_test(store::bind_bool, true, store::column_bool); in ATF_TEST_CASE_BODY()111 do_ok_test(store::bind_bool, false, store::column_bool); in ATF_TEST_CASE_BODY()
50 void bind_bool(utils::sqlite::statement&, const char*, const bool);
49 store::bind_bool(sqlite::statement& stmt, const char* field, const bool value) in bind_bool() function in store