Searched refs:forbiddenUrl (Results 1 – 4 of 4) sorted by relevance
66 const QUrl forbiddenUrl(fu); in isUrlForbidden() local67 const QString forbidden_host = forbiddenUrl.host(); in isUrlForbidden()70 (forbiddenUrl.port(80) == url.port(80)) && in isUrlForbidden()71 (forbiddenUrl.path().compare(url.path()) == 0) && in isUrlForbidden()72 (forbiddenUrl.fileName().compare(url.path()) == 0)) in isUrlForbidden()
23 extern AtomPtr forbiddenUrl;
36 AtomPtr forbiddenUrl = NULL; variable74 CONFIG_VARIABLE_SETTABLE(forbiddenUrl, CONFIG_ATOM, configAtomSetter, in preinitForbidden()449 if(forbiddenUrl) { in urlForbidden()451 headers = internAtomF("\r\nLocation: %s", forbiddenUrl->string); in urlForbidden()
1058 @vindex forbiddenUrl1076 If @code{forbiddenUrl} is not null, it should represent a URL to which