Lines Matching defs:url
10 #include "http-url.h"
104 int solr_connection_init(const char *url,
114 if (http_url_parse(url, NULL, HTTP_URL_ALLOW_USERINFO_PART, pool_datastack_create(),
117 "fts_solr: Failed to parse HTTP url: %s", error);
438 const char *url;
455 url = t_strconcat(conn->http_base_url, "select?", query, NULL);
458 conn->http_host, url,
497 const char *url;
499 url = t_strconcat(conn->http_base_url, "update", NULL);
502 conn->http_host, url,