/PHP-8.3/Zend/ |
H A D | zend_stream.c | 28 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 D | zend_objects_API.c | 133 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 D | zend_extensions.c | 31 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 D | zend_stream.h | 44 void *handle; member 55 } handle; member
|
H A D | zend_fibers.h | 78 void *handle; member
|
H A D | zend_extensions.h | 109 DL_HANDLE handle; member
|
H A D | zend_fibers.c | 170 void *handle; member 415 ucontext_t *handle = &context->stack->ucontext; in zend_fiber_init_context() local
|
H A D | zend_modules.h | 97 void *handle; member
|
/PHP-8.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 | winutil.c | 442 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 D | readdir.c | 28 HANDLE handle; in opendir() local 155 HANDLE handle; in rewinddir() local
|
H A D | readdir.h | 34 HANDLE handle; /* _findfirst/_findnext handle */ member
|
/PHP-8.3/ext/standard/ |
H A D | php_dns.h | 27 #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 D | dns.c | 375 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 D | dl.c | 85 void *handle; in php_load_shlib() local 112 void *handle; in php_load_extension() local
|
H A D | dir.stub.php | 10 public readonly mixed $handle; variable in Directory
|
/PHP-8.3/ext/curl/ |
H A D | curl.stub.php | 3647 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 D | pcntl.c | 146 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 D | php_xsl.h | 57 zval handle; member
|
/PHP-8.3/ext/opcache/ |
H A D | zend_accelerator_module.c | 351 zend_file_handle handle; local 920 zend_file_handle handle; local
|
/PHP-8.3/main/ |
H A D | main.c | 1550 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 D | com_dotnet.c | 303 IObjectHandle *handle = NULL; in PHP_METHOD() local
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1215 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/ftp/ |
H A D | ftp.c | 1394 SSL *handle = NULL; in single_send() local 1493 SSL *handle = NULL; in my_recv() local
|
/PHP-8.3/ext/opcache/jit/vtune/ |
H A D | ittnotify_config.h | 280 #define __itt_unload_lib(handle) FreeLibrary(handle) argument 321 #define __itt_unload_lib(handle) dlclose(handle) argument
|