libamxc
1.10.3
C Generic Data Containers
|
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include <amxc/amxc_hash.h>
#include <amxc/amxc_htable.h>
#include "test_amxc_htable.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Variables | |
static unsigned int | deletes = 0 |
static amxc_htable_t * | htable = NULL |
static amxc_htable_it_t | it [2000] |
|
static |
Definition at line 83 of file test_amxc_htable.c.
void amxc_htable_capacity_check | ( | UNUSED void ** | state | ) |
Definition at line 367 of file test_amxc_htable.c.
void amxc_htable_capacity_null_check | ( | UNUSED void ** | state | ) |
Definition at line 361 of file test_amxc_htable.c.
void amxc_htable_check_null_ptr | ( | UNUSED void ** | state | ) |
Definition at line 989 of file test_amxc_htable.c.
void amxc_htable_contains_check | ( | UNUSED void ** | state | ) |
Definition at line 595 of file test_amxc_htable.c.
void amxc_htable_contains_null_check | ( | UNUSED void ** | state | ) |
Definition at line 586 of file test_amxc_htable.c.
void amxc_htable_delete_func_check | ( | UNUSED void ** | state | ) |
Definition at line 115 of file test_amxc_htable.c.
void amxc_htable_get_chained_check | ( | UNUSED void ** | state | ) |
Definition at line 429 of file test_amxc_htable.c.
void amxc_htable_get_check | ( | UNUSED void ** | state | ) |
Definition at line 393 of file test_amxc_htable.c.
void amxc_htable_get_first_check | ( | UNUSED void ** | state | ) |
Definition at line 453 of file test_amxc_htable.c.
void amxc_htable_get_first_null_check | ( | UNUSED void ** | state | ) |
Definition at line 445 of file test_amxc_htable.c.
void amxc_htable_get_last_check | ( | UNUSED void ** | state | ) |
Definition at line 475 of file test_amxc_htable.c.
void amxc_htable_get_last_null_check | ( | UNUSED void ** | state | ) |
Definition at line 467 of file test_amxc_htable.c.
void amxc_htable_get_null_check | ( | UNUSED void ** | state | ) |
Definition at line 384 of file test_amxc_htable.c.
void amxc_htable_get_sorted_keys_check | ( | UNUSED void ** | state | ) |
Definition at line 910 of file test_amxc_htable.c.
void amxc_htable_init_clean_check | ( | UNUSED void ** | state | ) |
Definition at line 137 of file test_amxc_htable.c.
void amxc_htable_init_clean_null_check | ( | UNUSED void ** | state | ) |
Definition at line 129 of file test_amxc_htable.c.
void amxc_htable_init_reserve_check | ( | UNUSED void ** | state | ) |
Definition at line 155 of file test_amxc_htable.c.
void amxc_htable_insert_check | ( | UNUSED void ** | state | ) |
Definition at line 231 of file test_amxc_htable.c.
void amxc_htable_insert_grow_big_check | ( | UNUSED void ** | state | ) |
Definition at line 306 of file test_amxc_htable.c.
void amxc_htable_insert_grow_check | ( | UNUSED void ** | state | ) |
Definition at line 282 of file test_amxc_htable.c.
void amxc_htable_insert_null_check | ( | UNUSED void ** | state | ) |
Definition at line 213 of file test_amxc_htable.c.
void amxc_htable_insert_same_it_check | ( | UNUSED void ** | state | ) |
Definition at line 266 of file test_amxc_htable.c.
void amxc_htable_insert_same_key_check | ( | UNUSED void ** | state | ) |
Definition at line 243 of file test_amxc_htable.c.
void amxc_htable_is_empty_check | ( | UNUSED void ** | state | ) |
Definition at line 330 of file test_amxc_htable.c.
void amxc_htable_is_empty_null_check | ( | UNUSED void ** | state | ) |
Definition at line 324 of file test_amxc_htable.c.
void amxc_htable_it_clean_func_check | ( | UNUSED void ** | state | ) |
Definition at line 900 of file test_amxc_htable.c.
void amxc_htable_it_clean_null_check | ( | UNUSED void ** | state | ) |
Definition at line 894 of file test_amxc_htable.c.
void amxc_htable_it_get_key_check | ( | UNUSED void ** | state | ) |
Definition at line 874 of file test_amxc_htable.c.
void amxc_htable_it_get_next_chained_check | ( | UNUSED void ** | state | ) |
Definition at line 632 of file test_amxc_htable.c.
void amxc_htable_it_get_next_check | ( | UNUSED void ** | state | ) |
Definition at line 613 of file test_amxc_htable.c.
void amxc_htable_it_get_next_key_check | ( | UNUSED void ** | state | ) |
Definition at line 660 of file test_amxc_htable.c.
void amxc_htable_it_get_next_key_null_check | ( | UNUSED void ** | state | ) |
Definition at line 653 of file test_amxc_htable.c.
void amxc_htable_it_get_next_null_check | ( | UNUSED void ** | state | ) |
Definition at line 606 of file test_amxc_htable.c.
void amxc_htable_it_get_previous_chained_check | ( | UNUSED void ** | state | ) |
Definition at line 734 of file test_amxc_htable.c.
void amxc_htable_it_get_previous_check | ( | UNUSED void ** | state | ) |
Definition at line 715 of file test_amxc_htable.c.
void amxc_htable_it_get_previous_key_check | ( | UNUSED void ** | state | ) |
Definition at line 762 of file test_amxc_htable.c.
void amxc_htable_it_get_previous_key_null_check | ( | UNUSED void ** | state | ) |
Definition at line 755 of file test_amxc_htable.c.
void amxc_htable_it_get_previous_null_check | ( | UNUSED void ** | state | ) |
Definition at line 708 of file test_amxc_htable.c.
void amxc_htable_it_init_null_check | ( | UNUSED void ** | state | ) |
Definition at line 888 of file test_amxc_htable.c.
void amxc_htable_it_take_chained_check | ( | UNUSED void ** | state | ) |
Definition at line 842 of file test_amxc_htable.c.
void amxc_htable_it_take_check | ( | UNUSED void ** | state | ) |
Definition at line 817 of file test_amxc_htable.c.
void amxc_htable_it_take_null_check | ( | UNUSED void ** | state | ) |
Definition at line 810 of file test_amxc_htable.c.
void amxc_htable_key2index_check | ( | UNUSED void ** | state | ) |
Definition at line 205 of file test_amxc_htable.c.
void amxc_htable_key2index_null_check | ( | UNUSED void ** | state | ) |
Definition at line 193 of file test_amxc_htable.c.
void amxc_htable_move_check | ( | UNUSED void ** | state | ) |
Definition at line 947 of file test_amxc_htable.c.
void amxc_htable_new_delete_check | ( | UNUSED void ** | state | ) |
Definition at line 100 of file test_amxc_htable.c.
void amxc_htable_new_delete_null_check | ( | UNUSED void ** | state | ) |
Definition at line 92 of file test_amxc_htable.c.
void amxc_htable_set_hash_func_check | ( | UNUSED void ** | state | ) |
Definition at line 175 of file test_amxc_htable.c.
|
static |
Definition at line 71 of file test_amxc_htable.c.
void amxc_htable_size_check | ( | UNUSED void ** | state | ) |
Definition at line 346 of file test_amxc_htable.c.
void amxc_htable_size_null_check | ( | UNUSED void ** | state | ) |
Definition at line 340 of file test_amxc_htable.c.
void amxc_htable_take_chained_check | ( | UNUSED void ** | state | ) |
Definition at line 539 of file test_amxc_htable.c.
void amxc_htable_take_check | ( | UNUSED void ** | state | ) |
Definition at line 498 of file test_amxc_htable.c.
void amxc_htable_take_first_check | ( | UNUSED void ** | state | ) |
Definition at line 570 of file test_amxc_htable.c.
void amxc_htable_take_first_null_check | ( | UNUSED void ** | state | ) |
Definition at line 562 of file test_amxc_htable.c.
void amxc_htable_take_null_check | ( | UNUSED void ** | state | ) |
Definition at line 489 of file test_amxc_htable.c.
|
static |
Definition at line 79 of file test_amxc_htable.c.
|
static |
Definition at line 67 of file test_amxc_htable.c.
|
static |
Definition at line 68 of file test_amxc_htable.c.
|
static |
Definition at line 69 of file test_amxc_htable.c.