libamxc
1.10.3
C Generic Data Containers
|
#include <stdlib.h>
#include <stdio.h>
#include <setjmp.h>
#include <string.h>
#include <cmocka.h>
#include <amxc/amxc_rbuffer.h>
#include "test_amxc_rbuffer.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
void amxc_rbuffer_capacity_check | ( | UNUSED void ** | state | ) |
Definition at line 305 of file test_amx_rbuffer.c.
void amxc_rbuffer_capacity_null_check | ( | UNUSED void ** | state | ) |
Definition at line 300 of file test_amx_rbuffer.c.
void amxc_rbuffer_grow_check | ( | UNUSED void ** | state | ) |
Definition at line 124 of file test_amx_rbuffer.c.
void amxc_rbuffer_grow_read_before_write_check | ( | UNUSED void ** | state | ) |
Definition at line 138 of file test_amx_rbuffer.c.
void amxc_rbuffer_grow_shrink_null_check | ( | UNUSED void ** | state | ) |
Definition at line 118 of file test_amx_rbuffer.c.
void amxc_rbuffer_grow_write_before_read_check | ( | UNUSED void ** | state | ) |
Definition at line 154 of file test_amx_rbuffer.c.
void amxc_rbuffer_init_clean_check | ( | UNUSED void ** | state | ) |
Definition at line 102 of file test_amx_rbuffer.c.
void amxc_rbuffer_init_clean_null_check | ( | UNUSED void ** | state | ) |
Definition at line 96 of file test_amx_rbuffer.c.
void amxc_rbuffer_is_empty_check | ( | UNUSED void ** | state | ) |
Definition at line 325 of file test_amx_rbuffer.c.
void amxc_rbuffer_is_empty_null_check | ( | UNUSED void ** | state | ) |
Definition at line 320 of file test_amx_rbuffer.c.
void amxc_rbuffer_new_delete_check | ( | UNUSED void ** | state | ) |
Definition at line 72 of file test_amx_rbuffer.c.
void amxc_rbuffer_new_delete_null_check | ( | UNUSED void ** | state | ) |
Definition at line 66 of file test_amx_rbuffer.c.
void amxc_rbuffer_read_buffer_empty_check | ( | UNUSED void ** | state | ) |
Definition at line 414 of file test_amx_rbuffer.c.
void amxc_rbuffer_read_check | ( | UNUSED void ** | state | ) |
Definition at line 443 of file test_amx_rbuffer.c.
void amxc_rbuffer_read_null_check | ( | UNUSED void ** | state | ) |
Definition at line 404 of file test_amx_rbuffer.c.
void amxc_rbuffer_read_short_check | ( | UNUSED void ** | state | ) |
Definition at line 469 of file test_amx_rbuffer.c.
void amxc_rbuffer_read_wrap_check | ( | UNUSED void ** | state | ) |
Definition at line 498 of file test_amx_rbuffer.c.
void amxc_rbuffer_read_zero_bytes_check | ( | UNUSED void ** | state | ) |
Definition at line 427 of file test_amx_rbuffer.c.
void amxc_rbuffer_shrink_check | ( | UNUSED void ** | state | ) |
Definition at line 170 of file test_amx_rbuffer.c.
void amxc_rbuffer_shrink_full | ( | UNUSED void ** | state | ) |
Definition at line 262 of file test_amx_rbuffer.c.
void amxc_rbuffer_shrink_read_before_write_check | ( | UNUSED void ** | state | ) |
Definition at line 186 of file test_amx_rbuffer.c.
void amxc_rbuffer_shrink_read_before_write_data_loss_check | ( | UNUSED void ** | state | ) |
Definition at line 202 of file test_amx_rbuffer.c.
void amxc_rbuffer_shrink_write_before_read_check | ( | UNUSED void ** | state | ) |
Definition at line 218 of file test_amx_rbuffer.c.
void amxc_rbuffer_shrink_write_before_read_data_loss_check | ( | UNUSED void ** | state | ) |
Definition at line 234 of file test_amx_rbuffer.c.
void amxc_rbuffer_size_check | ( | UNUSED void ** | state | ) |
Definition at line 283 of file test_amx_rbuffer.c.
void amxc_rbuffer_size_null_check | ( | UNUSED void ** | state | ) |
Definition at line 278 of file test_amx_rbuffer.c.
void amxc_rbuffer_write_buffer_empty_check | ( | UNUSED void ** | state | ) |
Definition at line 350 of file test_amx_rbuffer.c.
void amxc_rbuffer_write_buffer_need_to_grow_check | ( | UNUSED void ** | state | ) |
Definition at line 387 of file test_amx_rbuffer.c.
void amxc_rbuffer_write_buffer_wrap_buffer_check | ( | UNUSED void ** | state | ) |
Definition at line 370 of file test_amx_rbuffer.c.
void amxc_rbuffer_write_null_check | ( | UNUSED void ** | state | ) |
Definition at line 345 of file test_amx_rbuffer.c.