Searched refs:he (Results 1 – 8 of 8) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | trigger_b4_dl.txt | 26 …* if user requests ''download-url'' directly, the request is denied and he is redirected to ''deny… 28 …l'' again after ''trigger-timeout'' has elapsed, the request is denied and he is redirected to ''d…
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | network.c | 332 struct hostent *he; local 333 if (NULL == (he = gethostbyname(host))) { 340 if (he->h_addrtype != AF_INET) { 341 log_error_write(srv, __FILE__, __LINE__, "sd", "addr-type != AF_INET: ", he->h_addrtype); 345 if (he->h_length != sizeof(struct in_addr)) { 346 … log_error_write(srv, __FILE__, __LINE__, "sd", "addr-length != sizeof(in_addr): ", he->h_length); 350 memcpy(&(srv_socket->addr.ipv4.sin_addr.s_addr), he->h_addr_list[0], he->h_length);
|
| H A D | http-header-glue.c | 135 struct hostent *he; in http_response_redirect_to_directory() local 178 …if (NULL == (he = gethostbyaddr((char *)&our_addr.ipv4.sin_addr, sizeof(struct in_addr), AF_INET))… in http_response_redirect_to_directory() 185 buffer_append_string(o, he->h_name); in http_response_redirect_to_directory()
|
| H A D | mod_scgi.c | 694 struct hostent *he; in scgi_spawn_connection() local 700 if (NULL == (he = gethostbyname(host->host->ptr))) { in scgi_spawn_connection() 707 if (he->h_addrtype != AF_INET) { in scgi_spawn_connection() 708 log_error_write(srv, __FILE__, __LINE__, "sd", "addr-type != AF_INET: ", he->h_addrtype); in scgi_spawn_connection() 712 if (he->h_length != sizeof(struct in_addr)) { in scgi_spawn_connection() 713 … log_error_write(srv, __FILE__, __LINE__, "sd", "addr-length != sizeof(in_addr): ", he->h_length); in scgi_spawn_connection() 717 memcpy(&(scgi_addr_in.sin_addr.s_addr), he->h_addr_list[0], he->h_length); in scgi_spawn_connection()
|
| H A D | mod_fastcgi.c | 901 struct hostent *he; in fcgi_spawn_connection() local 907 if (NULL == (he = gethostbyname(host->host->ptr))) { in fcgi_spawn_connection() 914 if (he->h_addrtype != AF_INET) { in fcgi_spawn_connection() 915 log_error_write(srv, __FILE__, __LINE__, "sd", "addr-type != AF_INET: ", he->h_addrtype); in fcgi_spawn_connection() 919 if (he->h_length != sizeof(struct in_addr)) { in fcgi_spawn_connection() 920 … log_error_write(srv, __FILE__, __LINE__, "sd", "addr-length != sizeof(in_addr): ", he->h_length); in fcgi_spawn_connection() 924 memcpy(&(fcgi_addr_in.sin_addr.s_addr), he->h_addr_list[0], he->h_length); in fcgi_spawn_connection()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | missing | 45 -h|--h|--he|--hel|--help)
|
| H A D | configure | 1022 -help | --help | --hel | --he | -h) 1024 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 1026 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 856 -help | --help | --hel | --he | -h) 858 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 860 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
|