Home
last modified time | relevance | path

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

12

/PHP-7.4/Zend/
H A Dzend_stream.c28 static ssize_t zend_stream_stdio_reader(void *handle, char *buf, size_t len) /* {{{ */ in zend_stream_stdio_reader()
33 static void zend_stream_stdio_closer(void *handle) /* {{{ */ in zend_stream_stdio_closer()
40 static size_t zend_stream_stdio_fsizer(void *handle) /* {{{ */ in zend_stream_stdio_fsizer()
63 ZEND_API void zend_stream_init_fp(zend_file_handle *handle, FILE *fp, const char *filename) { in zend_stream_init_fp()
70 ZEND_API void zend_stream_init_filename(zend_file_handle *handle, const char *filename) { in zend_stream_init_filename()
76 ZEND_API int zend_stream_open(const char *filename, zend_file_handle *handle) /* {{{ */ in zend_stream_open()
H A Dzend_objects_API.c128 int handle; in zend_objects_store_put_cold() local
141 int handle; in zend_objects_store_put() local
184 uint32_t handle = object->handle; in zend_objects_store_del() local
H A Dzend_extensions.c30 DL_HANDLE handle; in zend_load_extension() local
54 int zend_load_extension_handle(DL_HANDLE handle, const char *path) in zend_load_extension_handle()
141 int zend_register_extension(zend_extension *new_extension, DL_HANDLE handle) in zend_register_extension()
H A Dzend_stream.h44 void *handle; member
55 } handle; member
H A Dzend_extensions.h109 DL_HANDLE handle; member
H A Dzend_modules.h97 void *handle; member
/PHP-7.4/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
151 HANDLE handle; in rewinddir() local
H A Dreaddir.h28 HANDLE handle; /* _findfirst/_findnext handle */ member
/PHP-7.4/ext/standard/
H A Dphp_dns.h29 #define php_dns_errno(handle) h_errno argument
43 #define php_dns_errno(handle) handle->res_h_errno argument
49 #define php_dns_errno(handle) h_errno argument
H A Ddns.c373 dns_handle_t handle; in PHP_FUNCTION() local
376 struct __res_state *handle = &state; in PHP_FUNCTION() local
815 dns_handle_t handle; in PHP_FUNCTION() local
818 struct __res_state *handle = &state; in PHP_FUNCTION() local
1061 dns_handle_t handle; in PHP_FUNCTION() local
1064 struct __res_state *handle = &state; in PHP_FUNCTION() local
H A Ddl.c77 void *handle; in php_load_shlib() local
105 void *handle; in php_load_extension() local
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c975 zval *handle, *method_name; in PHP_FUNCTION() local
1005 zval *method_name, *handle; in PHP_FUNCTION() local
1034 zval *caller_params, *handle, *output_opts = NULL; in PHP_FUNCTION() local
1138 zval *handle, *desc; in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c342 zend_file_handle handle; local
852 zend_file_handle handle; local
/PHP-7.4/main/
H A Dmain.c1604 static void php_zend_stream_closer(void *handle) /* {{{ */ in php_zend_stream_closer()
1610 static size_t php_zend_stream_fsizer(void *handle) /* {{{ */ in php_zend_stream_fsizer()
1628 static int php_stream_open_for_zend(const char *filename, zend_file_handle *handle) /* {{{ */ in php_stream_open_for_zend()
1634 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.c351 DL_HANDLE handle; in php_load_zend_extension_cb() local
/PHP-7.4/ext/xsl/
H A Dphp_xsl.h60 zval handle; member
/PHP-7.4/ext/com_dotnet/
H A Dcom_dotnet.c270 IObjectHandle *handle = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1058 zval *handle; in PHP_FUNCTION() local
1489 zval params[2], *handle, retval; in pcntl_signal_dispatch() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1242 DL_HANDLE handle; in phpdbg_load_module_or_extension() local
1435 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.4/ext/ftp/
H A Dftp.c1410 SSL *handle = NULL; in single_send() local
1511 SSL *handle = NULL; in my_recv() local
/PHP-7.4/ext/phar/
H A Dphar.c3252 static ssize_t phar_zend_stream_reader(void *handle, char *buf, size_t len) /* {{{ */ in phar_zend_stream_reader()
3258 static size_t phar_zend_stream_fsizer(void *handle) /* {{{ */ in phar_zend_stream_fsizer()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c3386 void delete_sdl_impl(void *handle) in delete_sdl_impl()
3424 void delete_sdl(void *handle) in delete_sdl()
H A Dsoap.c1483 PHP_METHOD(SoapServer, handle) argument
4848 static void delete_url(void *handle) /* {{{ */

Completed in 125 milliseconds

12