Searched refs:MAXHOSTNAMELEN (Results 1 – 5 of 5) sorted by relevance
13 std::string hostname = fdp.ConsumeRandomLengthString(MAXHOSTNAMELEN); in TestResolvGetaddrinfo()14 std::string servname = fdp.ConsumeRandomLengthString(MAXHOSTNAMELEN); in TestResolvGetaddrinfo()
13 std::string hostname = fdp.ConsumeRandomLengthString(MAXHOSTNAMELEN); in TestResolvGethostbyname()
68 #ifdef MAXHOSTNAMELEN69 #undef MAXHOSTNAMELEN71 #define MAXHOSTNAMELEN 256 macro
169 if (n >= MAXHOSTNAMELEN) goto no_recovery; in getanswer()211 if (n >= MAXHOSTNAMELEN) { in getanswer()218 if (n > ep - bp || n >= MAXHOSTNAMELEN) { in getanswer()237 if (n > ep - bp || n >= MAXHOSTNAMELEN) { in getanswer()274 if (n >= MAXHOSTNAMELEN) { in getanswer()340 if (n > ep - bp || n >= MAXHOSTNAMELEN) goto no_recovery; in getanswer()
877 if (n >= MAXHOSTNAMELEN) { in getanswer()917 if (n > ep - bp || n >= MAXHOSTNAMELEN) { in getanswer()