• Home
  • Raw
  • Download

Lines Matching refs:SH_CONNECT

238 	helper_bool_key_create(SH_CONNECT);  in test_bool_key_create()
291 helper_bool_key_extract(SH_CONNECT, SK_INDEX); in test_bool_key_extract()
326 helper_bool_compare(SH_CONNECT, I_FIRST, I_FIRST); in test_bool_compare()
327 helper_bool_compare(SH_CONNECT, I_FIRST, I_SECOND); in test_bool_compare()
328 helper_bool_compare(SH_CONNECT, I_SECOND, I_FIRST); in test_bool_compare()
329 helper_bool_compare(SH_CONNECT, I_SECOND, I_SECOND); in test_bool_compare()
364 helper_bool_compare2(SH_CONNECT, I_FIRST, I_FIRST); in test_bool_compare2()
365 helper_bool_compare2(SH_CONNECT, I_FIRST, I_SECOND); in test_bool_compare2()
366 helper_bool_compare2(SH_CONNECT, I_SECOND, I_FIRST); in test_bool_compare2()
367 helper_bool_compare2(SH_CONNECT, I_SECOND, I_SECOND); in test_bool_compare2()
400 helper_bool_get_set_name(SH_CONNECT, I_FIRST, "testbool"); in test_bool_get_set_name()
401 helper_bool_get_set_name(SH_CONNECT, I_FIRST, ""); in test_bool_get_set_name()
402 helper_bool_get_set_name(SH_CONNECT, I_SECOND, "testbool"); in test_bool_get_set_name()
403 helper_bool_get_set_name(SH_CONNECT, I_SECOND, ""); in test_bool_get_set_name()
417 setup_handle(SH_CONNECT); in helper_bool_get_set_value()
419 cleanup_handle(SH_CONNECT); in helper_bool_get_set_value()
456 helper_bool_create(SH_CONNECT); in test_bool_create()
491 helper_bool_clone(SH_CONNECT, I_FIRST); in test_bool_clone()
492 helper_bool_clone(SH_CONNECT, I_SECOND); in test_bool_clone()
522 helper_bool_query(SH_CONNECT, BOOL1_NAME, 1); in test_bool_query()
523 helper_bool_query(SH_CONNECT, BOOL2_NAME, 1); in test_bool_query()
524 helper_bool_query(SH_CONNECT, BOOL_NONEXISTENT, -1); in test_bool_query()
551 helper_bool_exists(SH_CONNECT, BOOL1_NAME, 1); in test_bool_exists()
552 helper_bool_exists(SH_CONNECT, BOOL2_NAME, 1); in test_bool_exists()
553 helper_bool_exists(SH_CONNECT, BOOL_NONEXISTENT, 0); in test_bool_exists()
573 setup_handle(SH_CONNECT); in test_bool_count()
576 cleanup_handle(SH_CONNECT); in test_bool_count()
615 helper_bool_iterate(SH_CONNECT); in test_bool_iterate()
656 helper_bool_list(SH_CONNECT); in test_bool_list()
713 helper_bool_modify_del_local(SH_CONNECT, BOOL1_NAME, BOOL1_VALUE, -1); in test_bool_modify_del_local()
714 helper_bool_modify_del_local(SH_CONNECT, BOOL2_NAME, BOOL2_VALUE, -1); in test_bool_modify_del_local()
726 setup_handle(SH_CONNECT); in test_bool_query_local()
733 cleanup_handle(SH_CONNECT); in test_bool_query_local()
802 setup_handle(SH_CONNECT); in test_bool_count_local()
804 cleanup_handle(SH_CONNECT); in test_bool_count_local()
852 setup_handle(SH_CONNECT); in test_bool_iterate_local()
859 cleanup_handle(SH_CONNECT); in test_bool_iterate_local()
904 setup_handle(SH_CONNECT); in test_bool_list_local()
909 cleanup_handle(SH_CONNECT); in test_bool_list_local()