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

/dovecot/src/lib-http/
H A Dhttp-url.c109 int path_relative; local
225 if ((ret = uri_parse_path(parser, &path_relative, &path)) < 0)
253 if (relative && path_relative > 0 && base->path != NULL) {
263 while (path_relative > 0 && p > pbegin) {
267 path_relative--;

Completed in 557 milliseconds