Searched refs:imap_urlauth_fetch (Results 1 - 7 of 7) sorted by relevance

/dovecot/src/lib-imap-urlauth/
H A Dimap-urlauth-fetch.h6 struct imap_urlauth_fetch;
42 struct imap_urlauth_fetch *
45 void imap_urlauth_fetch_deinit(struct imap_urlauth_fetch **ufetch);
47 int imap_urlauth_fetch_url(struct imap_urlauth_fetch *ufetch, const char *url,
49 int imap_urlauth_fetch_url_parsed(struct imap_urlauth_fetch *ufetch,
53 bool imap_urlauth_fetch_continue(struct imap_urlauth_fetch *ufetch);
54 bool imap_urlauth_fetch_is_pending(struct imap_urlauth_fetch *ufetch);
H A Dimap-urlauth-fetch.c24 struct imap_urlauth_fetch { struct
56 static void imap_urlauth_fetch_abort_local(struct imap_urlauth_fetch *ufetch)
80 static void imap_urlauth_fetch_abort(struct imap_urlauth_fetch *ufetch)
90 static void imap_urlauth_fetch_fail(struct imap_urlauth_fetch *ufetch)
96 struct imap_urlauth_fetch *
100 struct imap_urlauth_fetch *ufetch;
102 ufetch = i_new(struct imap_urlauth_fetch, 1);
110 static void imap_urlauth_fetch_ref(struct imap_urlauth_fetch *ufetch)
116 static void imap_urlauth_fetch_unref(struct imap_urlauth_fetch **_ufetch)
118 struct imap_urlauth_fetch *ufetc
[all...]
H A Dimap-urlauth.h47 int imap_urlauth_fetch(struct imap_urlauth_context *uctx,
H A Dimap-urlauth.c457 int imap_urlauth_fetch(struct imap_urlauth_context *uctx, function
/dovecot/src/submission/
H A Dcmd-data.c158 struct imap_urlauth_fetch *urlauth_fetch;
/dovecot/src/imap/
H A Dcmd-urlfetch.c19 struct imap_urlauth_fetch *ufetch;
/dovecot/src/imap-urlauth/
H A Dimap-urlauth-worker.c347 ret = imap_urlauth_fetch(client->urlauth_ctx, url,

Completed in 17 milliseconds