Lines Matching defs:url
95 char *url;
126 pa_xfree(c->url);
616 pa_log_debug("Request for %s", c->url);
618 if (pa_streq(c->url, URL_ROOT))
620 else if (pa_streq(c->url, URL_CSS))
622 else if (pa_streq(c->url, URL_STATUS))
624 else if (pa_streq(c->url, URL_LISTEN))
626 else if (pa_startswith(c->url, URL_LISTEN_SOURCE))
627 handle_listen_prefix(c, c->url + sizeof(URL_LISTEN_SOURCE)-1);
655 c->url = pa_xstrndup(s, strcspn(s, " \r\n\t?"));