Home
last modified time | relevance | path

Searched refs:close (Results 1 – 25 of 655) sorted by last modified time

12345678910>>...27

/PHP-5.5/
H A Dserver-tests.php156 $d->close();
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch275 …ontent-Type: %s\r\nDate: %s\r\nLast-Modified: %s\r\nAccept-Ranges: bytes\r\nConnection: close\r\n",
363 + smart_str_appends(&s, "Connection: close\r\n\r\n" );
630 - ** implement keep-alives yet, if we close such a connection there
632 - ** do a lingering close.
674 (void) close( hc->conn_fd );
1821 + close(tmp);
1897 + ** Connection: close
2075 /* In lingering-close mode we just read and ignore bytes. An error
2173 ** circumstances that make a lingering close necessary. If the flag
2174 ** isn't set we do the real close now.
/PHP-5.5/sapi/webjames/
H A Dwebjames.c235 WG(oldclose) = conn->close; in webjames_php_request()
236 conn->close=webjames_php_close; in webjames_php_request()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c1097 close( bindFd ); in main()
H A Dlsapilib.c279 ret = close( fd ); in lsapi_close()
656 close( fd ); in readSecret()
670 close( fd ); in readSecret()
676 close( fd ); in readSecret()
679 close( fd ); in readSecret()
2283 close(fd); in LSAPI_CreateListenSock2()
2837 close( pReq->m_fdListen ); in lsapi_prefork_server_accept()
2867 close( pReq->m_fd ); in lsapi_prefork_server_accept()
2977 close( pReq->m_fdListen ); in LSAPI_Prefork_Accept_r()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_signals.c147 close(0); in sig_soft_quit()
231 close(sp[0]); in fpm_signals_init_child()
232 close(sp[1]); in fpm_signals_init_child()
H A Dfpm_sockets.c53 close(ls->sock); in fpm_sockets_cleanup()
183 close(sock); in fpm_sockets_new_listening_socket()
195 close(sock); in fpm_sockets_new_listening_socket()
207 close(sock); in fpm_sockets_new_listening_socket()
215 close(sock); in fpm_sockets_new_listening_socket()
401 close(ls->sock); in fpm_sockets_init_main()
517 close(fd); in fpm_socket_unix_test_connect()
521 close(fd); in fpm_socket_unix_test_connect()
H A Dfpm_stdio.c37 close(fd); in fpm_stdio_init_main()
40 close(fd); in fpm_stdio_init_main()
219 close(fd_stdout[1]); in fpm_stdio_parent_use_pipes()
220 close(fd_stderr[1]); in fpm_stdio_parent_use_pipes()
240 close(fd_stdout[1]); in fpm_stdio_discard_pipes()
241 close(fd_stderr[1]); in fpm_stdio_discard_pipes()
243 close(fd_stdout[0]); in fpm_stdio_discard_pipes()
244 close(fd_stderr[0]); in fpm_stdio_discard_pipes()
254 close(fd_stdout[0]); close(fd_stdout[1]); in fpm_stdio_child_use_pipes()
255 close(fd_stderr[0]); close(fd_stderr[1]); in fpm_stdio_child_use_pipes()
[all …]
H A Dfpm_trace_pread.c52 close(mem_file); in fpm_trace_close()
H A Dfpm_unix.c288 close(fpm_globals.send_config_pipe[0]); /* close the read side of the pipe */ in fpm_unix_init_main()
292 close(fpm_globals.send_config_pipe[1]); /* close the write side of the pipe */ in fpm_unix_init_main()
H A Dfastcgi.c78 # define closesocket(s) close(s)
762 close(req->fd); in fcgi_close()
956 int fcgi_flush(fcgi_request *req, int close) argument
964 if (close) {
H A Dfastcgi.h131 int fcgi_flush(fcgi_request *req, int close);
H A Dfpm_children.c72 close(child->fd_stdout); in fpm_child_close()
81 close(child->fd_stderr); in fpm_child_close()
H A Dfpm_conf.c950 close(fd); in fpm_conf_process_all_pools()
1133 close(fd); in fpm_conf_write_pid()
1136 close(fd); in fpm_conf_write_pid()
1494 close(fd); in fpm_conf_load_ini_file()
1513 close(fd); in fpm_conf_load_ini_file()
1524 close(fd); in fpm_conf_load_ini_file()
1532 close(fd); in fpm_conf_load_ini_file()
H A Dfpm_log.c55 close(fd); in fpm_log_open()
91 close(wp->log_fd); in fpm_log_init_child()
H A Dfpm_main.c1853 close(fpm_globals.send_config_pipe[1]);
1862 close(fpm_globals.send_config_pipe[1]);
1961 close(request_body_fd);
/PHP-5.5/sapi/fpm/
H A Dconfig.m4259 close(fd);
262 close(fd);
/PHP-5.5/sapi/fpm/fpm/events/
H A Ddevpoll.c124 close(dpfd); in fpm_event_devpoll_clean()
H A Depoll.c107 close(epollfd); in fpm_event_epoll_clean()
H A Dport.c100 close(pfd); in fpm_event_port_clean()
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt61 Connection: close
68 Connection: close
74 Connection: close
80 Connection: close
H A Dbug65066_100.phpt37 Connection: close
H A Dbug65066_422.phpt37 Connection: close
H A Dbug65066_511.phpt37 Connection: close
H A Dbug65633.phpt40 Connection: close

Completed in 82 milliseconds

12345678910>>...27