Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/include/
Dapr_network_io.h53 #ifndef APRMAXHOSTLEN
55 #define APRMAXHOSTLEN 256 macro
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
Dutil.c165 char hostname_str[APRMAXHOSTLEN + 1] = { 0 }; in svn_ra__get_operational_lock()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
Dcram.c140 char hostbuf[APRMAXHOSTLEN + 1]; in svn_ra_svn_cram_server()
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
Dcyrus_auth.c267 char hostname[APRMAXHOSTLEN + 1]; in cyrus_auth_request()