Searched refs:GET_ARRAY_SIZE (Results 1 – 1 of 1) sorted by relevance
| /uoscore-uedhoc-latest/test/oscore_unit_tests/ |
| D | unit_test_option.c | 19 #define GET_ARRAY_SIZE(_array) (sizeof(_array) / sizeof(_array[0])) macro 122 uint32_t default_size = GET_ARRAY_SIZE(default_options); in t403_uri_path_create() 149 uint32_t wrong_size = GET_ARRAY_SIZE(wrong_option); in t403_uri_path_create() 163 uint32_t empty_size = GET_ARRAY_SIZE(empty_option); in t403_uri_path_create() 172 uint32_t no_options_size = GET_ARRAY_SIZE(no_options); in t403_uri_path_create() 208 …get_observe_value_and_compare(options_default, GET_ARRAY_SIZE(options_default), &output, true, &ex… in t404_get_observe_value() 209 …get_observe_value_and_compare(options_long_observe, GET_ARRAY_SIZE(options_long_observe), &output,… in t404_get_observe_value() 210 …get_observe_value_and_compare(options_empty_observe, GET_ARRAY_SIZE(options_empty_observe), &outpu… in t404_get_observe_value() 213 …get_observe_value_and_compare(options_no_observe, GET_ARRAY_SIZE(options_no_observe), &output, fal… in t404_get_observe_value()
|