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

/dovecot/src/lib-dict/
H A Ddict-memcached-ascii.c14 #define DICT_USERNAME_SEPARATOR '/' macro
363 case DICT_USERNAME_SEPARATOR:
440 if (strchr(set->username, DICT_USERNAME_SEPARATOR) == NULL)
508 DICT_USERNAME_SEPARATOR,
H A Ddict-redis.c13 #define DICT_USERNAME_SEPARATOR '/' macro
339 case DICT_USERNAME_SEPARATOR:
446 if (strchr(set->username, DICT_USERNAME_SEPARATOR) == NULL)
494 DICT_USERNAME_SEPARATOR,

Completed in 816 milliseconds