Searched refs:PW32CP (Results 1 – 2 of 2) sorted by relevance
27 # define PW32CP __declspec(dllexport) macro29 # define PW32CP __declspec(dllimport)45 PW32CP BOOL php_win32_cp_use_unicode(void);46 PW32CP const struct php_win32_cp *php_win32_cp_do_setup(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);[all …]
300 PW32CP const struct php_win32_cp *php_win32_cp_get_current(void) in php_win32_cp_get_current()305 PW32CP const struct php_win32_cp *php_win32_cp_get_orig(void) in php_win32_cp_get_orig()310 PW32CP const struct php_win32_cp *php_win32_cp_get_by_id(DWORD id) in php_win32_cp_get_by_id()379 PW32CP const struct php_win32_cp *php_win32_cp_set_by_id(DWORD id) in php_win32_cp_set_by_id()395 PW32CP BOOL php_win32_cp_use_unicode(void) in php_win32_cp_use_unicode()400 PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env) in php_win32_cp_env_any_to_w()469 PW32CP const struct php_win32_cp *php_win32_cp_do_setup(const char *enc) in php_win32_cp_do_setup()498 PW32CP const struct php_win32_cp *php_win32_cp_do_update(const char *enc) in php_win32_cp_do_update()512 PW32CP const struct php_win32_cp *php_win32_cp_shutdown(void) in php_win32_cp_shutdown()518 PW32CP const struct php_win32_cp *php_win32_cp_cli_do_setup(DWORD id) in php_win32_cp_cli_do_setup()[all …]
Completed in 9 milliseconds