Searched refs:imap_urlauth_fetch_url (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-imap-urlauth/
H A Dimap-urlauth-fetch.h47 int imap_urlauth_fetch_url(struct imap_urlauth_fetch *ufetch, const char *url,
H A Dimap-urlauth-fetch.c17 struct imap_urlauth_fetch_url { struct
18 struct imap_urlauth_fetch_url *prev, *next;
32 struct imap_urlauth_fetch_url *local_urls_head, *local_urls_tail;
58 struct imap_urlauth_fetch_url *url, *url_next;
341 int imap_urlauth_fetch_url(struct imap_urlauth_fetch *ufetch, const char *url, function
386 struct imap_urlauth_fetch_url *url_local;
388 url_local = i_new(struct imap_urlauth_fetch_url, 1);
428 struct imap_urlauth_fetch_url *url, *url_next;
/dovecot/src/imap/
H A Dcmd-urlfetch.c393 if (imap_urlauth_fetch_url(ctx->ufetch, url->url, url->flags) < 0) {

Completed in 12 milliseconds