Home
last modified time | relevance | path

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

12

/PHP-8.3/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 void zend_stream_init_filename_ex(zend_file_handle *handle, zend_string *filename) { in zend_stream_init_filename_ex()
82 ZEND_API zend_result zend_stream_open(zend_file_handle *handle) /* {{{ */ in zend_stream_open()
H A Dzend_objects_API.c133 int handle; in zend_objects_store_put_cold() local
146 int handle; in zend_objects_store_put() local
191 uint32_t handle = object->handle; in zend_objects_store_del() local
H A Dzend_extensions.c31 DL_HANDLE handle; in zend_load_extension() local
62 zend_result zend_load_extension_handle(DL_HANDLE handle, const char *path) in zend_load_extension_handle()
149 void zend_register_extension(zend_extension *new_extension, DL_HANDLE handle) in zend_register_extension()
290 int handle = zend_op_array_extension_handles++; in zend_get_op_array_extension_handle() local
298 int handle = zend_op_array_extension_handles; in zend_get_op_array_extension_handles() local
H A Dzend_stream.h44 void *handle; member
55 } handle; member
H A Dzend_fibers.h78 void *handle; member
H A Dzend_extensions.h109 DL_HANDLE handle; member
H A Dzend_fibers.c170 void *handle; member
415 ucontext_t *handle = &context->stack->ucontext; in zend_fiber_init_context() local
H A Dzend_modules.h97 void *handle; member
/PHP-8.3/win32/
H A Dconsole.c25 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 Dwinutil.c442 static zend_always_inline BOOL is_compatible(HMODULE handle, BOOL is_smaller, char *format, char **… in is_compatible()
479 PHP_WINUTIL_API BOOL php_win32_image_compatible(HMODULE handle, char **err) in php_win32_image_compatible()
494 HMODULE handle = GetModuleHandle(crt_name); in php_win32_crt_compatible() local
H A Dreaddir.c28 HANDLE handle; in opendir() local
155 HANDLE handle; in rewinddir() local
H A Dreaddir.h34 HANDLE handle; /* _findfirst/_findnext handle */ member
/PHP-8.3/ext/standard/
H A Dphp_dns.h27 #define php_dns_errno(handle) h_errno argument
41 #define php_dns_errno(handle) handle->res_h_errno argument
47 #define php_dns_errno(handle) h_errno argument
H A Ddns.c375 dns_handle_t handle; in PHP_FUNCTION() local
378 struct __res_state *handle = &state; in PHP_FUNCTION() local
816 dns_handle_t handle; in PHP_FUNCTION() local
819 struct __res_state *handle = &state; in PHP_FUNCTION() local
1060 dns_handle_t handle; in PHP_FUNCTION() local
1063 struct __res_state *handle = &state; in PHP_FUNCTION() local
H A Ddl.c85 void *handle; in php_load_shlib() local
112 void *handle; in php_load_extension() local
H A Ddir.stub.php10 public readonly mixed $handle; variable in Directory
/PHP-8.3/ext/curl/
H A Dcurl.stub.php3647 function curl_close(CurlHandle $handle): void {}
3650 function curl_copy_handle(CurlHandle $handle): CurlHandle|false {}
3652 function curl_errno(CurlHandle $handle): int {}
3655 function curl_error(CurlHandle $handle): string {}
3665 function curl_exec(CurlHandle $handle): string|bool {}
3670 function curl_getinfo(CurlHandle $handle, ?int $option = null): mixed {}
3676 function curl_upkeep(CurlHandle $handle): bool {}
3688 function curl_multi_getcontent(CurlHandle $handle): ?string {}
3707 function curl_pause(CurlHandle $handle, int $flags): int {}
3709 function curl_reset(CurlHandle $handle): void {}
[all …]
/PHP-8.3/ext/pcntl/
H A Dpcntl.c146 zval *handle; in PHP_RSHUTDOWN_FUNCTION() local
599 zval *handle; in PHP_FUNCTION() local
1081 zval params[2], *handle, retval; in pcntl_signal_dispatch() local
/PHP-8.3/ext/xsl/
H A Dphp_xsl.h57 zval handle; member
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c351 zend_file_handle handle; local
920 zend_file_handle handle; local
/PHP-8.3/main/
H A Dmain.c1550 static void php_zend_stream_closer(void *handle) /* {{{ */ in php_zend_stream_closer()
1556 static size_t php_zend_stream_fsizer(void *handle) /* {{{ */ in php_zend_stream_fsizer()
1574 static zend_result php_stream_open_for_zend(zend_file_handle *handle) /* {{{ */ in php_stream_open_for_zend()
1580 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode) /* {{{ */ in php_stream_open_for_zend_ex()
/PHP-8.3/ext/com_dotnet/
H A Dcom_dotnet.c303 IObjectHandle *handle = NULL; in PHP_METHOD() local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_prompt.c1215 DL_HANDLE handle; in phpdbg_load_module_or_extension() local
1406 FILE *handle = VCWD_FOPEN(param->str, "w+"); in PHPDBG_COMMAND() local
/PHP-8.3/ext/opcache/jit/vtune/
H A Dittnotify_config.h280 #define __itt_unload_lib(handle) FreeLibrary(handle) argument
321 #define __itt_unload_lib(handle) dlclose(handle) argument
/PHP-8.3/ext/ftp/
H A Dftp.c1394 SSL *handle = NULL; in single_send() local
1493 SSL *handle = NULL; in my_recv() local

Completed in 64 milliseconds

12