Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int * | destructor_count |
int | dup_number |
int | i |
Definition at line 75 of file test_astobj2.c.
int* destructor_count |
What to decrement when object is destroyed.
Definition at line 77 of file test_astobj2.c.
Referenced by AST_TEST_DEFINE(), astobj2_test_1_helper(), insert_test_duplicates(), insert_test_vector(), test_obj_destructor(), test_traversal_nonsorted(), and test_traversal_sorted().
int dup_number |
Identifier for duplicate object key tests.
Definition at line 81 of file test_astobj2.c.
Referenced by insert_test_duplicates(), test_expected_duplicates(), and test_sort_cb().
int i |
Container object key
Definition at line 79 of file test_astobj2.c.
Referenced by all_but_one_cb(), AST_TEST_DEFINE(), astobj2_test_1_helper(), increment_cb(), insert_test_duplicates(), insert_test_vector(), multiple_cb(), test_ao2_callback_traversal(), test_ao2_find_w_no_flags(), test_ao2_find_w_OBJ_KEY(), test_ao2_find_w_OBJ_PARTIAL_KEY(), test_ao2_find_w_OBJ_POINTER(), test_ao2_iteration(), test_cmp_cb(), test_expected_duplicates(), test_hash_cb(), test_performance(), test_sort_cb(), and testloop().