Searched refs:http_url_parse (Results 1 - 12 of 12) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-url.h48 int http_url_parse(const char *url, struct http_url *base,
H A Dtest-http-url.c311 if (http_url_parse(url, urlb, flags, pool_datastack_create(), &urlp, &error) < 0)
314 test_out_reason(t_strdup_printf("http_url_parse(%s)",
424 if (http_url_parse(url, urlb, flags,
460 if (http_url_parse
H A Dhttp-url.c328 int http_url_parse(const char *url, struct http_url *base, function
H A Dtest-http-client.c303 if (http_url_parse(url_str, NULL, 0, pool_datastack_create(),
H A Dhttp-client-request.c174 if (http_url_parse(url_str, NULL, HTTP_URL_ALLOW_USERINFO_PART,
1554 if (http_url_parse(location, NULL, 0,
/dovecot/src/lib-oauth2/
H A Doauth2-introspect.c96 if (http_url_parse(str_c(enc), NULL, HTTP_URL_ALLOW_USERINFO_PART, pool,
99 "http_url_parse(%s) failed: %s", str_c(enc), error);
H A Doauth2-refresh.c130 if (http_url_parse(req->set->refresh_url, NULL, HTTP_URL_ALLOW_USERINFO_PART,
133 "http_url_parse(%s) failed: %s",
H A Doauth2-token-validate.c123 if (http_url_parse(str_c(enc), NULL, HTTP_URL_ALLOW_USERINFO_PART, pool,
126 "http_url_parse(%s) failed: %s", str_c(enc), error);
/dovecot/src/plugins/fts/
H A Dfts-parser-tika.c60 if (http_url_parse(url, NULL, 0, user->pool,
/dovecot/src/plugins/push-notification/
H A Dpush-notification-driver-ox.c93 if (http_url_parse(tmp, NULL, HTTP_URL_ALLOW_USERINFO_PART, pool,
/dovecot/src/plugins/fts-solr/
H A Dsolr-connection.c114 if (http_url_parse(url, NULL, HTTP_URL_ALLOW_USERINFO_PART, pool_datastack_create(),
/dovecot/src/auth/
H A Dauth-policy.c379 if (http_url_parse(context->url, NULL, HTTP_URL_ALLOW_USERINFO_PART,

Completed in 27 milliseconds