Home
last modified time | relevance | path

Searched refs:php_win32_cp (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/win32/
H A Dcodepage.h35 struct php_win32_cp { struct
46 PW32CP const struct php_win32_cp *php_win32_cp_do_setup(const char *); argument
48 PW32CP const struct php_win32_cp *php_win32_cp_do_update(const char *);
50 PW32CP const struct php_win32_cp *php_win32_cp_shutdown(void);
51 PW32CP const struct php_win32_cp *php_win32_cp_get_current(void);
52 PW32CP const struct php_win32_cp *php_win32_cp_get_orig(void);
53 PW32CP const struct php_win32_cp *php_win32_cp_get_by_id(DWORD id);
54 PW32CP const struct php_win32_cp *php_win32_cp_set_by_id(DWORD id);
56 PW32CP const struct php_win32_cp *php_win32_cp_cli_do_setup(DWORD);
59 PW32CP const struct php_win32_cp *php_win32_cp_cli_do_restore(DWORD);
[all …]
H A Dcodepage.c27 ZEND_TLS const struct php_win32_cp *cur_cp = NULL;
28 ZEND_TLS const struct php_win32_cp *orig_cp = NULL;
29 ZEND_TLS const struct php_win32_cp *cur_out_cp = NULL;
30 ZEND_TLS const struct php_win32_cp *orig_out_cp = NULL;
31 ZEND_TLS const struct php_win32_cp *cur_in_cp = NULL;
32 ZEND_TLS const struct php_win32_cp *orig_in_cp = NULL;
347 const struct php_win32_cp *cp = &php_win32_cp_map[i]; in php_win32_cp_get_by_enc()
381 const struct php_win32_cp *tmp; in php_win32_cp_set_by_id()
520 const struct php_win32_cp *cp; in php_win32_cp_cli_do_setup()
569 const struct php_win32_cp *cp; in PHP_FUNCTION()
[all …]
H A Dcp_enc_map.c5 static const struct php_win32_cp php_win32_cp_map[] = { { 37, 0, 0, 1, "IBM037", NULL, "37 (IBM …
/PHP-7.4/ext/com_dotnet/
H A Dcom_dotnet.c198 const struct php_win32_cp *cp_it; in PHP_FUNCTION()
H A Dcom_com.c54 const struct php_win32_cp *cp_it; in PHP_FUNCTION()

Completed in 12 milliseconds