Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Ddirent_uri.c2636 apr_size_t pattern_pos = 0, hostname_pos = 0; in svn_cert__match_dns_identity() local
2644 while (hostname_pos < hostname->len && in svn_cert__match_dns_identity()
2645 hostname->data[hostname_pos] != '.') in svn_cert__match_dns_identity()
2647 hostname_pos++; in svn_cert__match_dns_identity()
2653 if (hostname_pos == 0) in svn_cert__match_dns_identity()
2659 while (pattern_pos < pattern->len && hostname_pos < hostname->len) in svn_cert__match_dns_identity()
2662 char hostname_c = hostname->data[hostname_pos]; in svn_cert__match_dns_identity()
2685 hostname_pos++; in svn_cert__match_dns_identity()
2695 hostname_pos == hostname->len - 1 && in svn_cert__match_dns_identity()
2696 hostname->data[hostname_pos] == '.') in svn_cert__match_dns_identity()
[all …]