/php-src/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_extensions.c | 32 DL_HANDLE handle; in zend_load_extension() local 63 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() 292 int handle = zend_op_array_extension_handles++; in zend_get_op_array_extension_handle() local 300 int handle = zend_op_array_extension_handles; in zend_get_op_array_extension_handles() local 308 int handle = zend_internal_function_extension_handles++; in zend_get_internal_function_extension_handle() local 315 int handle = zend_internal_function_extension_handles; in zend_get_internal_function_extension_handles() local
|
H A D | zend_objects_API.c | 129 int handle; in zend_objects_store_put_cold() local 142 int handle; in zend_objects_store_put() local 185 uint32_t handle = object->handle; in zend_objects_store_del() local
|
H A D | zend_stream.h | 46 void *handle; member 57 } 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_modules.h | 97 void *handle; member
|
H A D | zend_fibers.c | 171 void *handle; member 422 ucontext_t *handle = &context->stack->ucontext; in zend_fiber_init_context() local
|
/php-src/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-src/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 | 378 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 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 | 99 public readonly mixed $handle; variable in Directory
|
/php-src/ext/curl/ |
H A D | curl.stub.php | 3671 function curl_close(CurlHandle $handle): void {} 3674 function curl_copy_handle(CurlHandle $handle): CurlHandle|false {} 3676 function curl_errno(CurlHandle $handle): int {} 3679 function curl_error(CurlHandle $handle): string {} 3689 function curl_exec(CurlHandle $handle): string|bool {} 3694 function curl_getinfo(CurlHandle $handle, ?int $option = null): mixed {} 3700 function curl_upkeep(CurlHandle $handle): bool {} 3714 function curl_multi_getcontent(CurlHandle $handle): ?string {} 3733 function curl_pause(CurlHandle $handle, int $flags): int {} 3735 function curl_reset(CurlHandle $handle): void {} [all …]
|
/php-src/ext/opcache/ |
H A D | zend_accelerator_module.c | 362 zend_file_handle handle; local 948 zend_file_handle handle; local
|
/php-src/main/ |
H A D | main.c | 1592 static void php_zend_stream_closer(void *handle) /* {{{ */ in php_zend_stream_closer() 1598 static size_t php_zend_stream_fsizer(void *handle) /* {{{ */ in php_zend_stream_fsizer() 1616 static zend_result php_stream_open_for_zend(zend_file_handle *handle) /* {{{ */ in php_stream_open_for_zend() 1622 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode) /* {{{ */ in php_stream_open_for_zend_ex()
|
H A D | php_ini.c | 336 DL_HANDLE handle; in php_load_zend_extension_cb() local
|
/php-src/ext/com_dotnet/ |
H A D | com_dotnet.c | 303 IObjectHandle *handle = NULL; in PHP_METHOD() local
|
/php-src/ext/pcntl/ |
H A D | pcntl.c | 232 zval *handle; in PHP_RSHUTDOWN_FUNCTION() local 737 zval *handle; in PHP_FUNCTION() local 1318 zval params[2], *handle, retval; in pcntl_signal_dispatch() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1213 DL_HANDLE handle; in phpdbg_load_module_or_extension() local 1402 FILE *handle = VCWD_FOPEN(param->str, "w+"); in PHPDBG_COMMAND() local
|
/php-src/ext/ftp/ |
H A D | ftp.c | 1414 SSL *handle = NULL; in single_send() local 1513 SSL *handle = NULL; in my_recv() local
|
/php-src/ext/soap/ |
H A D | soap.stub.php | 529 public function handle(?string $request = null): void {} function in SoapServer
|