|
BSL v1.0.0 - 16.g9d98179
AMMOS Bundle Protocol Security Library (BSL)
|
Struct to be used as a BSL_HostEIDPattern_t::handle. More...
#include <eidpat.h>
Collaboration diagram for bsl_mock_eidpat_t:Data Fields | |
| bool | match_all |
| The match-all state. | |
| bsl_mock_eidpat_item_list_t | items |
| The list of pattern items. | |
Struct to be used as a BSL_HostEIDPattern_t::handle.
| bsl_mock_eidpat_item_list_t bsl_mock_eidpat_t::items |
The list of pattern items.
Referenced by bsl_mock_eidpat_deinit(), mock_bpa_eidpat_from_text(), mock_bpa_eidpat_init(), mock_bpa_eidpat_match(), test_BSL_HostEIDPattern_DecodeFromText_valid(), and TEST_CASE().
| bool bsl_mock_eidpat_t::match_all |
The match-all state.
Referenced by mock_bpa_eidpat_from_text(), and mock_bpa_eidpat_match().