Searched refs:zcbor_compare_strings (Results 1 – 5 of 5) sorted by relevance
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 985 zassert_true(zcbor_compare_strings(&test_str1_hello, &test_str1_hello), NULL); in ZTEST() 986 zassert_true(zcbor_compare_strings(&test_str1_hello, &test_str7_hello2), NULL); in ZTEST() 987 zassert_true(zcbor_compare_strings(&test_str4_long, &test_str5_long2), NULL); in ZTEST() 988 zassert_true(zcbor_compare_strings(&test_str6_empty, &test_str8_empty), NULL); in ZTEST() 990 zassert_false(zcbor_compare_strings(&test_str2_hello_short, &test_str7_hello2), NULL); in ZTEST() 991 zassert_false(zcbor_compare_strings(&test_str3_hello_offset, &test_str7_hello2), NULL); in ZTEST() 992 zassert_false(zcbor_compare_strings(&test_str1_hello, NULL), NULL); in ZTEST() 993 zassert_false(zcbor_compare_strings(NULL, &test_str5_long2), NULL); in ZTEST() 994 zassert_false(zcbor_compare_strings(&test_str6_empty, NULL), NULL); in ZTEST() 995 zassert_false(zcbor_compare_strings(&test_str1_hello, &test_str9_NULL), NULL); in ZTEST() [all …]
|
| /zcbor-latest/include/ |
| D | zcbor_common.h | 462 bool zcbor_compare_strings(const struct zcbor_string *str1,
|
| /zcbor-latest/src/ |
| D | zcbor_common.c | 248 bool zcbor_compare_strings(const struct zcbor_string *str1, in zcbor_compare_strings() function
|
| D | zcbor_decode.c | 619 if (!zcbor_compare_strings(&tmp_result, result)) { in str_expect()
|
| /zcbor-latest/ |
| D | RELEASE_NOTES.md | 199 * Add helper functions zcbor_compare_strings() and zcbor_header_len() 204 * Use the zcbor_compare_strings() function in str_expect()
|