Searched refs:guid_128_from_uuid_string (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib/
H A Dguid.h42 int guid_128_from_uuid_string(const char *str, guid_128_t guid_r);
H A Dtest-guid.c245 test_assert(guid_128_from_uuid_string("fee0ceac-0327-11e7-ad39-52540078f374", guid3) == 0);
246 test_assert(guid_128_from_uuid_string("fee0ceac032711e7ad3952540078f374", guid2) == 0);
248 test_assert(guid_128_from_uuid_string("{fee0ceac-0327-11e7-ad39-52540078f374}", guid2) == 0);
254 test_assert(guid_128_from_uuid_string("fe-e0ceac-0327-11e7-ad39-52540078f374", guid3) < 0);
H A Dguid.c154 int guid_128_from_uuid_string(const char *str, guid_128_t guid_r) function

Completed in 7 milliseconds