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

/dovecot/src/director/
H A Ddirector.c856 string_t *s_sock = str_new(default_pool, 32); local
857 if (var_expand(s_sock, dir->set->director_flush_socket, tab, &error) <= 0) {
863 ctx->socket_path = str_free_without_data(&s_sock);

Completed in 227 milliseconds