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

/dovecot/src/lib-http/
H A Dhttp-url.c107 bool relative = TRUE, have_scheme = FALSE, have_authority = FALSE, local
201 have_authority = TRUE;
214 if (have_scheme && !have_authority) {
219 if (have_authority) {
233 } else if (!have_authority && url != NULL) {

Completed in 11 milliseconds