Home
last modified time | relevance | path

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

12

/php-src/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.c168 void *handle; member
419 ucontext_t *handle = &context->stack->ucontext; in zend_fiber_init_context() local
H A Dzend_modules.h97 void *handle; member
/php-src/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-src/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.c378 dns_handle_t handle; in PHP_FUNCTION() local
381 struct __res_state *handle = &state; in PHP_FUNCTION() local
819 dns_handle_t handle; in PHP_FUNCTION() local
822 struct __res_state *handle = &state; in PHP_FUNCTION() local
1063 dns_handle_t handle; in PHP_FUNCTION() local
1066 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.php95 public readonly mixed $handle; variable in Directory
/php-src/ext/curl/
H A Dcurl.stub.php3580 function curl_close(CurlHandle $handle): void {}
3583 function curl_copy_handle(CurlHandle $handle): CurlHandle|false {}
3585 function curl_errno(CurlHandle $handle): int {}
3588 function curl_error(CurlHandle $handle): string {}
3598 function curl_exec(CurlHandle $handle): string|bool {}
3603 function curl_getinfo(CurlHandle $handle, ?int $option = null): mixed {}
3609 function curl_upkeep(CurlHandle $handle): bool {}
3621 function curl_multi_getcontent(CurlHandle $handle): ?string {}
3640 function curl_pause(CurlHandle $handle, int $flags): int {}
3642 function curl_reset(CurlHandle $handle): void {}
[all …]
/php-src/ext/opcache/
H A Dzend_accelerator_module.c361 zend_file_handle handle; local
930 zend_file_handle handle; local
/php-src/ext/pcntl/
H A Dpcntl.c164 zval *handle; in PHP_RSHUTDOWN_FUNCTION() local
617 zval *handle; in PHP_FUNCTION() local
1184 zval params[2], *handle, retval; in pcntl_signal_dispatch() local
/php-src/main/
H A Dmain.c1534 static void php_zend_stream_closer(void *handle) /* {{{ */ in php_zend_stream_closer()
1540 static size_t php_zend_stream_fsizer(void *handle) /* {{{ */ in php_zend_stream_fsizer()
1558 static zend_result php_stream_open_for_zend(zend_file_handle *handle) /* {{{ */ in php_stream_open_for_zend()
1564 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode) /* {{{ */ in php_stream_open_for_zend_ex()
H A Dphp_ini.c336 DL_HANDLE handle; in php_load_zend_extension_cb() local
/php-src/ext/com_dotnet/
H A Dcom_dotnet.c303 IObjectHandle *handle = NULL; in PHP_METHOD() local
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c1215 DL_HANDLE handle; in phpdbg_load_module_or_extension() local
1404 FILE *handle = VCWD_FOPEN(param->str, "w+"); in PHPDBG_COMMAND() local
/php-src/ext/ftp/
H A Dftp.c1414 SSL *handle = NULL; in single_send() local
1513 SSL *handle = NULL; in my_recv() local
/php-src/ext/soap/
H A Dsoap.stub.php509 public function handle(?string $request = null): void {} function in SoapServer

Completed in 106 milliseconds

12