Searched defs:cd (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dtest-imem.c11 struct test_struct ab, bc, cd, de; local
17 memset(cd.num, 0xcd, sizeof(cd.num));
31 s1[2] = cd; s2[2] = cd;
35 test_assert(memcmp(&s1[2], &cd, sizeof(cd)) == 0);
/dovecot/src/lib-charset/
H A Dcharset-iconv.c13 iconv_t cd; member in struct:charset_translation
22 iconv_t cd; local
25 cd = (iconv_t)-1;
29 cd = iconv_open("UTF-8", charset);
30 if (cd == (iconv_t)-1)
35 t->cd = cd;
43 if (t->cd != (iconv_t)-1)
44 iconv_close(t->cd);
50 if (t->cd !
[all...]

Completed in 68 milliseconds