Searched refs:expected (Results 1 - 7 of 7) sorted by relevance
/dovecot/src/lib/ |
H A D | test-ostream-multiplex.c | 18 const unsigned char expected[] = { local 36 test_assert(sizeof(expected) == result->used); 37 test_assert(memcmp(result->data, expected, I_MIN(sizeof(expected),
|
H A D | test-path-util.c | 24 const char *expected = t_strconcat(cwd, "/README.md", NULL); local 27 test_assert_strcmp(npath, expected); 75 const char *expected = t_strconcat(cwd, "/nonexistent", NULL); local 77 test_assert_strcmp(npath, expected);
|
H A D | test-unichar.c | 44 unichar_t expected; member in struct:__anon72 101 test_assert_idx(test_cases[i].expected == chr, i);
|
/dovecot/src/auth/ |
H A D | password-scheme-crypt.c | 150 const char *expected; member in struct:__anon14 191 (strcmp(crypted, sample[i].expected) == 0))
|
/dovecot/src/lib-test/ |
H A D | test-common.h | 41 void test_expect_errors(unsigned int expected);
|
H A D | test-common.c | 159 test_expect_errors(unsigned int expected) argument 162 expected_errors = expected;
|
/dovecot/src/lib-sql/ |
H A D | driver-test.c | 16 ARRAY(struct test_driver_result) expected; member in struct:test_sql_db 192 p_array_init(&ret->expected, pool, 8); 251 array_idx_modifiable(&db->expected, 0); 281 array_idx_modifiable(&db->expected, 0); 300 array_delete(&db->expected, 0, 1); 356 array_idx_modifiable(&db->expected, 0); 364 array_delete(&db->expected, 0, 1); 505 array_append(&db->expected, result, 1); 511 array_clear(&db->expected);
|
Completed in 11 milliseconds