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

/dovecot/src/lib-dict/
H A Ddict-client.c718 const char *p, *dest_uri, *path; local
750 dest_uri = strchr(uri, ':');
751 if (dest_uri == NULL) {
776 path = t_strdup_until(uri, dest_uri);
780 t_strdup_until(uri, dest_uri), NULL);
783 dict->uri = i_strdup(dest_uri + 1);

Completed in 15 milliseconds