Searched refs:PW32CP (Results 1 – 2 of 2) sorted by relevance
25 # define PW32CP __declspec(dllexport) macro27 # define PW32CP __declspec(dllimport)43 PW32CP BOOL php_win32_cp_use_unicode(void);44 PW32CP const struct php_win32_cp *php_win32_cp_do_setup(const char *);48 PW32CP const struct php_win32_cp *php_win32_cp_shutdown(void);49 PW32CP const struct php_win32_cp *php_win32_cp_get_current(void);50 PW32CP const struct php_win32_cp *php_win32_cp_get_orig(void);51 PW32CP const struct php_win32_cp *php_win32_cp_get_by_id(DWORD id);52 PW32CP const struct php_win32_cp *php_win32_cp_set_by_id(DWORD id);54 PW32CP const struct php_win32_cp *php_win32_cp_cli_do_setup(DWORD);[all …]
328 PW32CP const struct php_win32_cp *php_win32_cp_get_current(void) in php_win32_cp_get_current()333 PW32CP const struct php_win32_cp *php_win32_cp_get_orig(void) in php_win32_cp_get_orig()338 PW32CP const struct php_win32_cp *php_win32_cp_get_by_id(DWORD id) in php_win32_cp_get_by_id()407 PW32CP const struct php_win32_cp *php_win32_cp_set_by_id(DWORD id) in php_win32_cp_set_by_id()423 PW32CP BOOL php_win32_cp_use_unicode(void) in php_win32_cp_use_unicode()428 PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env) in php_win32_cp_env_any_to_w()497 PW32CP const struct php_win32_cp *php_win32_cp_do_setup(const char *enc) in php_win32_cp_do_setup()526 PW32CP const struct php_win32_cp *php_win32_cp_do_update(const char *enc) in php_win32_cp_do_update()540 PW32CP const struct php_win32_cp *php_win32_cp_shutdown(void) in php_win32_cp_shutdown()546 PW32CP const struct php_win32_cp *php_win32_cp_cli_do_setup(DWORD id) in php_win32_cp_cli_do_setup()[all …]
Completed in 7 milliseconds