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

/dovecot/src/lib-http/
H A Dtest-http-url.c466 const char *urlnew = http_url_create(urlp); local
468 ("create %s", urlnew), strcmp(url, urlnew) == 0);
/dovecot/src/lib-imap/
H A Dtest-imap-url.c1010 const char *urlnew = imap_url_create(urlp); local
1012 ("create %s", urlnew), strcmp(url, urlnew) == 0);

Completed in 13 milliseconds