/PHP-7.3/win32/ |
H A D | console.c | 25 HANDLE handle = (HANDLE) _get_osfhandle(fileno); in php_win32_console_fileno_is_console() local 39 HANDLE handle = (HANDLE) _get_osfhandle(fileno); in php_win32_console_fileno_has_vt100() local 61 HANDLE handle = (HANDLE) _get_osfhandle(fileno); in php_win32_console_fileno_set_vt100() local
|
H A D | readdir.c | 31 HANDLE handle; in opendir() local 191 HANDLE handle; in rewinddir() local
|
H A D | readdir.h | 30 HANDLE handle; /* _findfirst/_findnext handle */ member
|
/PHP-7.3/Zend/ |
H A D | zend_stream.c | 49 static size_t zend_stream_stdio_reader(void *handle, char *buf, size_t len) /* {{{ */ in zend_stream_stdio_reader() 54 static void zend_stream_stdio_closer(void *handle) /* {{{ */ in zend_stream_stdio_closer() 61 static size_t zend_stream_stdio_fsizer(void *handle) /* {{{ */ in zend_stream_stdio_fsizer() 125 ZEND_API int zend_stream_open(const char *filename, zend_file_handle *handle) /* {{{ */ in zend_stream_open()
|
H A D | zend_extensions.c | 29 DL_HANDLE handle; in zend_load_extension() local 53 int zend_load_extension_handle(DL_HANDLE handle, const char *path) in zend_load_extension_handle() 140 int zend_register_extension(zend_extension *new_extension, DL_HANDLE handle) in zend_register_extension()
|
H A D | zend_objects_API.c | 133 int handle; in zend_objects_store_put() local 180 uint32_t handle = object->handle; in zend_objects_store_del() local
|
H A D | zend_stream.h | 55 void *handle; member 68 } handle; member
|
H A D | zend_extensions.h | 109 DL_HANDLE handle; member
|
H A D | zend_modules.h | 97 void *handle; member
|
/PHP-7.3/ext/standard/ |
H A D | dns.c | 360 dns_handle_t handle; in PHP_FUNCTION() local 363 struct __res_state *handle = &state; in PHP_FUNCTION() local 801 dns_handle_t handle; in PHP_FUNCTION() local 804 struct __res_state *handle = &state; in PHP_FUNCTION() local 1042 dns_handle_t handle; in PHP_FUNCTION() local 1045 struct __res_state *handle = &state; in PHP_FUNCTION() local
|
H A D | dl.c | 81 void *handle; in php_load_shlib() local 109 void *handle; in php_load_extension() local
|
/PHP-7.3/main/ |
H A D | main.c | 1545 static void php_zend_stream_closer(void *handle) /* {{{ */ in php_zend_stream_closer() 1551 static void php_zend_stream_mmap_closer(void *handle) /* {{{ */ in php_zend_stream_mmap_closer() 1558 static size_t php_zend_stream_fsizer(void *handle) /* {{{ */ in php_zend_stream_fsizer() 1568 static int php_stream_open_for_zend(const char *filename, zend_file_handle *handle) /* {{{ */ in php_stream_open_for_zend() 1574 PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode) /*… in php_stream_open_for_zend_ex()
|
H A D | php_ini.c | 364 DL_HANDLE handle; in php_load_zend_extension_cb() local
|
/PHP-7.3/ext/interbase/ |
H A D | ibase_service.c | 31 isc_svc_handle handle; member 213 isc_svc_handle handle = 0; in PHP_FUNCTION() local
|
H A D | php_ibase_includes.h | 72 isc_db_handle handle; member 79 isc_tr_handle handle; member
|
/PHP-7.3/ext/opcache/ |
H A D | zend_accelerator_module.c | 338 zend_file_handle handle = {{0}, NULL, NULL, 0, 0}; local 816 zend_file_handle handle; local
|
/PHP-7.3/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 970 zval *handle, *method_name; in PHP_FUNCTION() local 1000 zval *method_name, *handle; in PHP_FUNCTION() local 1029 zval *caller_params, *handle, *output_opts = NULL; in PHP_FUNCTION() local 1133 zval *handle, *desc; in PHP_FUNCTION() local
|
/PHP-7.3/ext/xsl/ |
H A D | php_xsl.h | 60 zval handle; member
|
/PHP-7.3/ext/com_dotnet/ |
H A D | com_dotnet.c | 273 IObjectHandle *handle = NULL; in PHP_FUNCTION() local
|
/PHP-7.3/ext/pcntl/ |
H A D | pcntl.c | 1005 zval *handle; in PHP_FUNCTION() local 1430 zval params[2], *handle, retval; in pcntl_signal_dispatch() local
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1288 DL_HANDLE handle; in phpdbg_load_module_or_extension() local 1481 FILE *handle = VCWD_FOPEN(param->str, "w+"); in PHPDBG_COMMAND() local
|
H A D | phpdbg_bp.c | 112 PHPDBG_API void phpdbg_export_breakpoints(FILE *handle) /* {{{ */ in phpdbg_export_breakpoints()
|
/PHP-7.3/main/streams/ |
H A D | plain_wrapper.c | 258 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_fd() local 297 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_file() local
|
/PHP-7.3/ext/ftp/ |
H A D | ftp.c | 1408 SSL *handle = NULL; in my_send() local 1501 SSL *handle = NULL; in my_recv() local
|
/PHP-7.3/ext/phar/ |
H A D | phar.c | 3266 static size_t phar_zend_stream_reader(void *handle, char *buf, size_t len) /* {{{ */ 3272 static size_t phar_zend_stream_fsizer(void *handle) /* {{{ */
|