Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 30) sorted by relevance

12

/PHP-7.2/win32/
H A Dconsole.c27 HANDLE handle = (HANDLE) _get_osfhandle(fileno); in php_win32_console_fileno_is_console() local
41 HANDLE handle = (HANDLE) _get_osfhandle(fileno); in php_win32_console_fileno_has_vt100() local
63 HANDLE handle = (HANDLE) _get_osfhandle(fileno); in php_win32_console_fileno_set_vt100() local
H A Dreaddir.c31 HANDLE handle; in opendir() local
191 HANDLE handle; in rewinddir() local
H A Dreaddir.h34 HANDLE handle; /* _findfirst/_findnext handle */ member
/PHP-7.2/Zend/
H A Dzend_stream.c52 static size_t zend_stream_stdio_reader(void *handle, char *buf, size_t len) /* {{{ */ in zend_stream_stdio_reader()
57 static void zend_stream_stdio_closer(void *handle) /* {{{ */ in zend_stream_stdio_closer()
64 static size_t zend_stream_stdio_fsizer(void *handle) /* {{{ */ in zend_stream_stdio_fsizer()
128 ZEND_API int zend_stream_open(const char *filename, zend_file_handle *handle) /* {{{ */ in zend_stream_open()
H A Dzend_objects_API.c135 int handle; in zend_objects_store_put() local
156 #define ZEND_OBJECTS_STORE_ADD_TO_FREE_LIST(handle) \ argument
182 uint32_t handle = object->handle; in zend_objects_store_del() local
H A Dzend_extensions.c31 DL_HANDLE handle; in zend_load_extension() local
55 int zend_load_extension_handle(DL_HANDLE handle, const char *path) in zend_load_extension_handle()
150 int zend_register_extension(zend_extension *new_extension, DL_HANDLE handle) in zend_register_extension()
H A Dzend_stream.h57 void *handle; member
70 } handle; member
H A Dzend_extensions.h111 DL_HANDLE handle; member
H A Dzend_modules.h99 void *handle; member
/PHP-7.2/ext/standard/
H A Ddns.c364 dns_handle_t handle; in PHP_FUNCTION() local
367 struct __res_state *handle = &state; in PHP_FUNCTION() local
805 dns_handle_t handle; in PHP_FUNCTION() local
808 struct __res_state *handle = &state; in PHP_FUNCTION() local
1046 dns_handle_t handle; in PHP_FUNCTION() local
1049 struct __res_state *handle = &state; in PHP_FUNCTION() local
H A Ddl.c83 void *handle; in php_load_shlib() local
111 void *handle; in php_load_extension() local
/PHP-7.2/ext/interbase/
H A Dibase_service.c31 isc_svc_handle handle; member
213 isc_svc_handle handle = 0; in PHP_FUNCTION() local
H A Dphp_ibase_includes.h72 isc_db_handle handle; member
79 isc_tr_handle handle; member
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_module.c339 zend_file_handle handle = {{0}, NULL, NULL, 0, 0}; local
818 zend_file_handle handle; local
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c976 zval *handle, *method_name; in PHP_FUNCTION() local
1008 zval *method_name, *handle; in PHP_FUNCTION() local
1039 zval *caller_params, *handle, *output_opts = NULL; in PHP_FUNCTION() local
1143 zval *handle, *desc; in PHP_FUNCTION() local
/PHP-7.2/main/
H A Dmain.c1381 static void php_zend_stream_closer(void *handle) /* {{{ */ in php_zend_stream_closer()
1387 static void php_zend_stream_mmap_closer(void *handle) /* {{{ */ in php_zend_stream_mmap_closer()
1394 static size_t php_zend_stream_fsizer(void *handle) /* {{{ */ in php_zend_stream_fsizer()
1404 static int php_stream_open_for_zend(const char *filename, zend_file_handle *handle) /* {{{ */ in php_stream_open_for_zend()
1410 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 Dphp_ini.c366 DL_HANDLE handle; in php_load_zend_extension_cb() local
/PHP-7.2/ext/xsl/
H A Dphp_xsl.h62 zval handle; member
/PHP-7.2/ext/com_dotnet/
H A Dcom_dotnet.c275 IObjectHandle *handle = NULL; in PHP_FUNCTION() local
/PHP-7.2/ext/pcntl/
H A Dpcntl.c1007 zval *handle; in PHP_FUNCTION() local
1430 zval params[2], *handle, retval; in pcntl_signal_dispatch() local
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_prompt.c1288 DL_HANDLE handle; in phpdbg_load_module_or_extension() local
1481 FILE *handle = VCWD_FOPEN(param->str, "w+"); in PHPDBG_COMMAND() local
H A Dphpdbg_bp.c112 PHPDBG_API void phpdbg_export_breakpoints(FILE *handle) /* {{{ */ in phpdbg_export_breakpoints()
/PHP-7.2/main/streams/
H A Dplain_wrapper.c260 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_fd() local
299 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_file() local
/PHP-7.2/ext/ftp/
H A Dftp.c1407 SSL *handle = NULL; in my_send() local
1500 SSL *handle = NULL; in my_recv() local
/PHP-7.2/ext/phar/
H A Dphar.c3251 static size_t phar_zend_stream_reader(void *handle, char *buf, size_t len) /* {{{ */
3257 static size_t phar_zend_stream_fsizer(void *handle) /* {{{ */

Completed in 98 milliseconds

12