Home
last modified time | relevance | path

Searched refs:urlGetURL (Results 1 – 5 of 5) sorted by relevance

/dports/www/shellinabox/shellinabox-2.20/libhttp/
H A Dlibhttp.sym48 urlGetURL
H A Durl.h83 const char *urlGetURL(struct URL *url);
H A Dhttp.h145 const char *urlGetURL(URL *url);
H A Durl.c415 const char *urlGetURL(struct URL *url) { in urlGetURL() function
/dports/www/shellinabox/shellinabox-2.20/shellinabox/
H A Dshellinaboxd.c433 rootURL && *rootURL ? rootURL : urlGetURL(url)) < 0) { in dataHandler()