• Home
  • Raw
  • Download

Lines Matching refs:SH_TRANS

239 	helper_bool_key_create(SH_TRANS);  in test_bool_key_create()
292 helper_bool_key_extract(SH_TRANS, SK_INDEX); in test_bool_key_extract()
331 helper_bool_compare(SH_TRANS, I_FIRST, I_FIRST); in test_bool_compare()
332 helper_bool_compare(SH_TRANS, I_FIRST, I_SECOND); in test_bool_compare()
333 helper_bool_compare(SH_TRANS, I_SECOND, I_FIRST); in test_bool_compare()
334 helper_bool_compare(SH_TRANS, I_SECOND, I_SECOND); in test_bool_compare()
369 helper_bool_compare2(SH_TRANS, I_FIRST, I_FIRST); in test_bool_compare2()
370 helper_bool_compare2(SH_TRANS, I_FIRST, I_SECOND); in test_bool_compare2()
371 helper_bool_compare2(SH_TRANS, I_SECOND, I_FIRST); in test_bool_compare2()
372 helper_bool_compare2(SH_TRANS, I_SECOND, I_SECOND); in test_bool_compare2()
405 helper_bool_get_set_name(SH_TRANS, I_FIRST, "testbool"); in test_bool_get_set_name()
406 helper_bool_get_set_name(SH_TRANS, I_FIRST, ""); in test_bool_get_set_name()
407 helper_bool_get_set_name(SH_TRANS, I_SECOND, "testbool"); in test_bool_get_set_name()
408 helper_bool_get_set_name(SH_TRANS, I_SECOND, ""); in test_bool_get_set_name()
457 helper_bool_create(SH_TRANS); in test_bool_create()
494 helper_bool_clone(SH_TRANS, I_FIRST); in test_bool_clone()
495 helper_bool_clone(SH_TRANS, I_SECOND); in test_bool_clone()
526 helper_bool_query(SH_TRANS, BOOL1_NAME, 1); in test_bool_query()
527 helper_bool_query(SH_TRANS, BOOL2_NAME, 1); in test_bool_query()
528 helper_bool_query(SH_TRANS, BOOL_NONEXISTENT, -1); in test_bool_query()
555 helper_bool_exists(SH_TRANS, BOOL1_NAME, 1); in test_bool_exists()
556 helper_bool_exists(SH_TRANS, BOOL2_NAME, 1); in test_bool_exists()
557 helper_bool_exists(SH_TRANS, BOOL_NONEXISTENT, 0); in test_bool_exists()
580 setup_handle(SH_TRANS); in test_bool_count()
583 cleanup_handle(SH_TRANS); in test_bool_count()
616 helper_bool_iterate(SH_TRANS); in test_bool_iterate()
657 helper_bool_list(SH_TRANS); in test_bool_list()
691 if (level == SH_TRANS) { in helper_bool_modify_del_local()
715 helper_bool_modify_del_local(SH_TRANS, BOOL1_NAME, BOOL1_VALUE, 1); in test_bool_modify_del_local()
716 helper_bool_modify_del_local(SH_TRANS, BOOL2_NAME, BOOL2_VALUE, 1); in test_bool_modify_del_local()
736 setup_handle(SH_TRANS); in test_bool_query_local()
758 cleanup_handle(SH_TRANS); in test_bool_query_local()
768 setup_handle(SH_TRANS); in test_bool_exists_local()
787 cleanup_handle(SH_TRANS); in test_bool_exists_local()
807 setup_handle(SH_TRANS); in test_bool_count_local()
829 cleanup_handle(SH_TRANS); in test_bool_count_local()
862 setup_handle(SH_TRANS); in test_bool_iterate_local()
884 cleanup_handle(SH_TRANS); in test_bool_iterate_local()
912 setup_handle(SH_TRANS); in test_bool_list_local()
931 cleanup_handle(SH_TRANS); in test_bool_list_local()