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

/dovecot/src/plugins/fts-lucene/
H A Dlucene-wrapper.cc660 char src_chars[GUID_128_SIZE*2 + 1]; local
663 for (i = 0; i < sizeof(src_chars)-1; i++) {
666 src_chars[i] = src[i];
672 src_chars[i] = '\0';
675 return hex_to_binary(src_chars, &buf);

Completed in 544 milliseconds