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

/httpd/test/
H A Dtest_limits.c83 struct hostent *he; local
123 if ((he = gethostbyname(addr)) == NULL) {
128 memcpy((char *)&sin.sin_addr, he->h_addr, he->h_length);
129 sin.sin_family = he->h_addrtype;
/httpd/modules/filters/
H A Dmod_include.c2779 const char *he, *p, *pi; local
2783 he = h + hl;
2792 while (p < he) {

Completed in 207 milliseconds