Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 739) sorted by last modified time

12345678910>>...30

/PHP-5.5/win32/
H A Dreaddir.c26 HANDLE handle; in opendir() local
54 if ((handle = FindFirstFile(filespec, &(dp->fileinfo))) == INVALID_HANDLE_VALUE) { in opendir()
65 dp->handle = handle; in opendir()
77 if (FindNextFile(dp->handle, &(dp->fileinfo)) == 0) { in readdir()
100 if (FindNextFile(dp->handle, &(dp->fileinfo)) == 0) { in readdir_r()
126 if (dp->handle != INVALID_HANDLE_VALUE) { in closedir()
127 FindClose(dp->handle); in closedir()
141 HANDLE handle; in rewinddir() local
144 FindClose(dp->handle); in rewinddir()
161 if ((handle = FindFirstFile(filespec, &(dp->fileinfo))) == INVALID_HANDLE_VALUE) { in rewinddir()
[all …]
H A Dreaddir.h34 HANDLE handle; /* _findfirst/_findnext handle */ member
H A Dinstall.txt721 important lines in obj.conf and allow the web server to handle
1801 No, it is possible to handle any request method, e.g. CONNECT. Proper
/PHP-5.5/tests/security/
H A Dopen_basedir.inc36 $handle = opendir($directory);
39 while (FALSE !== ($item = readdir($handle))) {
53 closedir($handle);
H A Dopen_basedir_dir.phpt73 ["handle"]=>
79 ["handle"]=>
85 ["handle"]=>
/PHP-5.5/sapi/roxen/
H A DREADME13 PHP5-execution is limited to the number of handle threads Roxen is
/PHP-5.5/sapi/fpm/tests/
H A D003.phpt46 string(%d) "[%d-%s-%d %d:%d:%d] NOTICE: ready to handle connections
/PHP-5.5/sapi/litespeed/
H A DREADME113 There are two ways to let PHP handle multiple requests concurrently,
153 This controls how many requests each child process will handle before
H A Dlsapi_main.c557 file_handle->handle.fp = fp; in lsapi_fopen_primary_script()
572 file_handle->handle.fd = 0; in lsapi_execute_script()
878 file_handle.handle.fp = VCWD_FOPEN(*p, "rb"); in cli_main()
880 if ( file_handle.handle.fp ) { in cli_main()
889 fclose( file_handle.handle.fp ); in cli_main()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c136 if (!(file_handle.handle.fp = VCWD_FOPEN(filename, "rb"))) { in ZEND_DECLARE_MODULE_GLOBALS()
202 if (!(file_handle.handle.fp = VCWD_FOPEN(filename, "rb"))) { in mlfi_connect()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in125 ; FPM can handle. Your system will tell you anyway :)
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server.inc26 …$handle = proc_open(addslashes($cmd), $descriptorspec, $pipes, $doc_root, NULL, array("bypass_shel…
34 $handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root);
49 function($handle) use($router) {
50 proc_terminate($handle);
53 $handle
/PHP-5.5/sapi/cli/
H A Dphp_cli.c631 if (!(file_handle->handle.fp = VCWD_FOPEN(script_file, "rb"))) { in cli_seek_file_begin()
638 c = fgetc(file_handle->handle.fp); in cli_seek_file_begin()
639 if (c == '#' && (c = fgetc(file_handle->handle.fp)) == '!') { in cli_seek_file_begin()
641 c = fgetc(file_handle->handle.fp); /* skip to end of line */ in cli_seek_file_begin()
645 if (fgetc(file_handle->handle.fp) != '\n') { in cli_seek_file_begin()
646 long pos = ftell(file_handle->handle.fp); in cli_seek_file_begin()
647 fseek(file_handle->handle.fp, pos - 1, SEEK_SET); in cli_seek_file_begin()
652 rewind(file_handle->handle.fp); in cli_seek_file_begin()
949 file_handle.handle.fp = stdin; in do_cli()
967 fclose(file_handle.handle.fp); in do_cli()
[all …]
H A Dphp_cli_server.c2024 zfd.handle.fp = NULL; in php_cli_server_dispatch_script()
2135 zfd.handle.fp = NULL; in php_cli_server_dispatch_router()
/PHP-5.5/sapi/apache_hooks/
H A Dsapi_apache.c49 file_handle.handle.fd = 0; in apache_php_module_main()
H A DREADME43 phpResponseHandler /path/to/file = sets file to be called to handle
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI132 fastcgi starts, it creates a number of child processes which handle one
134 processes and main process will handle FastCGI requests by itself. Note that
137 those will handle requests. The main process will restart children in case of
138 their death. So by default, you will be able to handle 1 concurrent PHP page
148 This controls how many requests each child process will handle before
H A Dcgi_main.c2318 file_handle.handle.fp = NULL;
2322 file_handle.handle.fp = stdin;
2393 file_handle.handle.fp = fdopen(file_handle.handle.fd, "rb");
2396 if (!file_handle.handle.fp ||
2418 c = php_stream_getc((php_stream*)file_handle.handle.stream.handle);
2421 … c = php_stream_getc((php_stream*)file_handle.handle.stream.handle); /* skip to end of line */
2425 if (php_stream_getc((php_stream*)file_handle.handle.stream.handle) != '\n') {
2426 long pos = php_stream_tell((php_stream*)file_handle.handle.stream.handle);
2427 php_stream_seek((php_stream*)file_handle.handle.stream.handle, pos - 1, SEEK_SET);
2432 php_stream_rewind((php_stream*)file_handle.handle.stream.handle);
[all …]
/PHP-5.5/sapi/apache/
H A Dsapi_apache.c48 file_handle.handle.fd = 0; in apache_php_module_main()
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c541 zfd.handle.stream.handle = pbb; in php_output_filter()
542 zfd.handle.stream.reader = php_apache_read_stream; in php_output_filter()
543 zfd.handle.stream.closer = NULL; in php_output_filter()
544 zfd.handle.stream.fsizer = php_apache_fsizer_stream; in php_output_filter()
545 zfd.handle.stream.isatty = 0; in php_output_filter()
715 static size_t php_apache_read_stream(void *handle, char *buf, size_t wantlen TSRMLS_DC) in php_apache_read_stream() argument
717 php_apr_bucket_brigade *pbb = (php_apr_bucket_brigade *)handle; in php_apache_read_stream()
735 static size_t php_apache_fsizer_stream(void *handle TSRMLS_DC) in php_apache_fsizer_stream()
737 php_apr_bucket_brigade *pbb = (php_apr_bucket_brigade *)handle; in php_apache_fsizer_stream()
/PHP-5.5/
H A Dphp.ini-development1372 ; a more efficient layout for servers that handle lots of sessions.
H A Dphp.ini-production1372 ; a more efficient layout for servers that handle lots of sessions.
/PHP-5.5/main/streams/
H A Dplain_wrapper.c245 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_fd() local
247 if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { in _php_stream_fopen_from_fd()
248 self->is_pipe = GetFileType((HANDLE)handle) == FILE_TYPE_PIPE; in _php_stream_fopen_from_fd()
284 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_file() local
286 if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { in _php_stream_fopen_from_file()
287 self->is_pipe = GetFileType((HANDLE)handle) == FILE_TYPE_PIPE; in _php_stream_fopen_from_file()
/PHP-5.5/main/
H A Dphp_ini.c557 fh.handle.fp = VCWD_FOPEN(php_ini_file_name, "r"); in php_init_config()
558 if (fh.handle.fp) { in php_init_config()
566 if (!fh.handle.fp) { in php_init_config()
570 …fh.handle.fp = php_fopen_with_path(ini_fname, "r", php_ini_search_path, &php_ini_opened_path TSRML… in php_init_config()
572 if (fh.handle.fp) { in php_init_config()
578 if (!fh.handle.fp) { in php_init_config()
579 …fh.handle.fp = php_fopen_with_path("php.ini", "r", php_ini_search_path, &php_ini_opened_path TSRML… in php_init_config()
580 if (fh.handle.fp) { in php_init_config()
592 if (fh.handle.fp) { in php_init_config()
671 if ((fh2.handle.fp = VCWD_FOPEN(ini_file, "r"))) { in php_init_config()
[all …]
H A Dphp_main.h51 PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode TSR…

Completed in 109 milliseconds

12345678910>>...30