Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/curl/
H A Dcurl.stub.php29 function curl_close(CurlHandle $handle): void {}
32 function curl_copy_handle(CurlHandle $handle): CurlHandle|false {}
34 function curl_errno(CurlHandle $handle): int {}
37 function curl_error(CurlHandle $handle): string {}
40 function curl_escape(CurlHandle $handle, string $string): string|false {}
47 function curl_exec(CurlHandle $handle): string|bool {}
52 function curl_getinfo(CurlHandle $handle, ?int $option = null): mixed {}
66 function curl_multi_getcontent(CurlHandle $handle): ?string {}
85 function curl_pause(CurlHandle $handle, int $flags): int {}
87 function curl_reset(CurlHandle $handle): void {}
[all …]
/PHP-8.1/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_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()
150 void zend_register_extension(zend_extension *new_extension, DL_HANDLE handle) in zend_register_extension()
270 int handle = zend_op_array_extension_handles++; in zend_get_op_array_extension_handle() local
277 int handle = zend_op_array_extension_handles; in zend_get_op_array_extension_handles() local
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_stream.h44 void *handle; member
55 } handle; member
H A Dzend_fibers.h77 void *handle; member
H A Dzend_fibers.c140 void *handle; member
331 ucontext_t *handle = &context->stack->ucontext; in zend_fiber_init_context() local
H A Dzend_extensions.h109 DL_HANDLE handle; member
H A Dzend_modules.h97 void *handle; member
/PHP-8.1/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
148 HANDLE handle; in rewinddir() local
H A Dreaddir.h28 HANDLE handle; /* _findfirst/_findnext handle */ member
/PHP-8.1/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.c395 dns_handle_t handle; in PHP_FUNCTION() local
398 struct __res_state *handle = &state; in PHP_FUNCTION() local
836 dns_handle_t handle; in PHP_FUNCTION() local
839 struct __res_state *handle = &state; in PHP_FUNCTION() local
1080 dns_handle_t handle; in PHP_FUNCTION() local
1083 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.1/ext/xsl/
H A Dphp_xsl.h57 zval handle; member
/PHP-8.1/ext/pcntl/
H A Dpcntl.c491 zval *handle; in PHP_RSHUTDOWN_FUNCTION() local
935 zval *handle; in PHP_FUNCTION() local
1371 zval params[2], *handle, retval; in pcntl_signal_dispatch() local
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c330 zend_file_handle handle; local
874 zend_file_handle handle; local
/PHP-8.1/main/
H A Dmain.c1500 static void php_zend_stream_closer(void *handle) /* {{{ */ in php_zend_stream_closer()
1506 static size_t php_zend_stream_fsizer(void *handle) /* {{{ */ in php_zend_stream_fsizer()
1524 static zend_result php_stream_open_for_zend(zend_file_handle *handle) /* {{{ */ in php_stream_open_for_zend()
1530 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode) /* {{{ */ in php_stream_open_for_zend_ex()
/PHP-8.1/ext/com_dotnet/
H A Dcom_dotnet.c303 IObjectHandle *handle = NULL; in PHP_METHOD() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c1216 DL_HANDLE handle; in phpdbg_load_module_or_extension() local
1408 FILE *handle = VCWD_FOPEN(param->str, "w+"); in PHPDBG_COMMAND() local
/PHP-8.1/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.1/ext/ftp/
H A Dftp.c1370 SSL *handle = NULL; in single_send() local
1469 SSL *handle = NULL; in my_recv() local

Completed in 79 milliseconds

12