Home
last modified time | relevance | path

Searched refs:php_win32_cp_cli_do_setup (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/win32/
H A Dcodepage.h56 PW32CP const struct php_win32_cp *php_win32_cp_cli_do_setup(DWORD);
57 #define php_win32_cp_cli_setup() php_win32_cp_cli_do_setup(0)
58 #define php_win32_cp_cli_update() php_win32_cp_cli_do_setup(0)
H A Dcodepage.c506 php_win32_cp_cli_do_setup(cur_cp->id); in php_win32_cp_do_update()
518 PW32CP const struct php_win32_cp *php_win32_cp_cli_do_setup(DWORD id) in php_win32_cp_cli_do_setup() function
581 cp = php_win32_cp_cli_do_setup((DWORD)id); in PHP_FUNCTION()

Completed in 10 milliseconds