Home
last modified time | relevance | path

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

12345678910>>...32

/PHP-7.3/
H A DNEWS1732 close tag). (Laruence)
1736 close tag with newline). (Nikita)
H A Dacinclude.m41365 close(dir);
1368 close(dir);
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_children.c74 close(child->fd_stdout); in fpm_child_close()
83 close(child->fd_stderr); in fpm_child_close()
H A Dfpm_main.c1852 close(fpm_globals.send_config_pipe[1]); in main()
1861 close(fpm_globals.send_config_pipe[1]); in main()
1959 close(request_body_fd); in main()
/PHP-7.3/ext/zip/
H A Dphp_zip.c1545 static ZIPARCHIVE_METHOD(close) in ZIPARCHIVE_METHOD() argument
3124 ZIPARCHIVE_ME(close, arginfo_ziparchive__void, ZEND_ACC_PUBLIC)
/PHP-7.3/ext/soap/
H A Dphp_sdl.c1550 close(f); in get_sdl_from_cache()
1555 close(f); in get_sdl_from_cache()
1559 close(f); in get_sdl_from_cache()
2369 close(f); in add_sdl_to_cache()
H A Dphp_http.c28 static zend_string *get_http_body(php_stream *socketd, int close, char *headers);
1430 static zend_string* get_http_body(php_stream *stream, int close, char *headers) in get_http_body() argument
1434 int header_close = close, header_chunked = 0, header_length = 0, http_buf_size = 0; in get_http_body()
1436 if (!close) { in get_http_body()
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_expire_password.phpt97 $link->close();
111 $link->close();
123 $link->close();
H A Dmysqli_real_connect_compression_error.phpt35 $mysqli->close();
46 $mysqli->close();
/PHP-7.3/ext/snmp/
H A Dsnmp.c1798 PHP_METHOD(snmp, close) in PHP_METHOD() argument
2228 PHP_ME(snmp, close, arginfo_snmp_void, ZEND_ACC_PUBLIC)
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c1344 close(params[i].fp); in PHP_FUNCTION()
1358 close(params[i].fp); in PHP_FUNCTION()
1390 close(params[i].fp); in PHP_FUNCTION()
1402 close(params[i].fp); in PHP_FUNCTION()
1436 close(params[i].fp); in PHP_FUNCTION()
1484 close(params[i].fp); in PHP_FUNCTION()
/PHP-7.3/Zend/
H A DZend.m4352 if (close(fd) != 0) {
/PHP-7.3/main/streams/
H A Dplain_wrapper.c230 close(fd); in _php_stream_fopen_temporary_file()
468 ret = close(data->fd); in php_stdiop_close()
1100 close(fd); in _php_stream_fopen()
H A Dstreams.c466 ret = stream->ops->close(stream, preserve_handle ? 0 : 1); in _php_stream_free()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_connection.c2419 MYSQLND_METHOD(mysqlnd_conn, close)(MYSQLND * conn_handle, const enum_connection_close_type close_t… argument
2421 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn), close);
2458 MYSQLND_METHOD(mysqlnd_conn, close)
H A Dmysqlnd_debug.c132 self->m->close(self); in MYSQLND_METHOD()
234 self->m->close(self); in MYSQLND_METHOD()
424 MYSQLND_METHOD(mysqlnd_debug, close)(MYSQLND_DEBUG * self) in MYSQLND_METHOD() argument
697 MYSQLND_METHOD(mysqlnd_debug, close),
739 dbg->m->close(dbg); in mysqlnd_debug()
/PHP-7.3/ext/soap/tests/
H A Dbug47021.phpt40 "Connection: close\r\n".
46 "Connection: close\r\n".
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c413 ret = close( fd ); in lsapi_close()
854 close( fd ); in readSecret()
868 close( fd ); in readSecret()
874 close( fd ); in readSecret()
877 close( fd ); in readSecret()
1170 close( pReq->m_fdListen ); in lsapi_changeUGid()
2604 close(fd); in LSAPI_CreateListenSock2()
3302 close( pReq->m_fd ); in lsapi_prefork_server_accept()
3357 close(pReq->m_fdListen); in LSAPI_Postfork_Child()
3379 close(pReq->m_fd); in LSAPI_Postfork_Parent()
[all …]
H A Dlsapi_main.c1569 close( bindFd ); in main()
/PHP-7.3/ext/opcache/
H A Dzend_file_cache.c844 close(fd);
883 close(fd);
897 close(fd);
910 close(fd);
1375 close(fd);
1383 close(fd);
1393 close(fd);
1401 close(fd);
1413 close(fd);
1431 close(fd);
[all …]
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c1870 close(client->file_fd); in php_cli_server_client_dtor()
2409 close(client->file_fd); in php_cli_server_send_event()
/PHP-7.3/ext/standard/
H A Dfile.c844 close(fd); in PHP_FUNCTION()
/PHP-7.3/main/
H A Drfc1867.c1084 close(fd);
H A Dmain.c881 close(fd); in php_log_err_with_severity()
2650 close(old_cwd_fd); in php_execute_script()
/PHP-7.3/ext/session/
H A Dsession.c2695 ZEND_ARG_INFO(0, close)
2797 PHP_ABSTRACT_ME(SessionHandlerInterface, close, arginfo_session_class_close)
2827 PHP_ME(SessionHandler, close, arginfo_session_class_close, ZEND_ACC_PUBLIC)

Completed in 380 milliseconds

12345678910>>...32