Searched refs:php_win32_cp (Results 1 – 5 of 5) sorted by relevance
33 struct php_win32_cp { struct44 PW32CP const struct php_win32_cp *php_win32_cp_do_setup(const char *); argument46 PW32CP const struct php_win32_cp *php_win32_cp_do_update(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);57 PW32CP const struct php_win32_cp *php_win32_cp_cli_do_restore(DWORD);[all …]
29 ZEND_TLS const struct php_win32_cp *cur_cp = NULL;30 ZEND_TLS const struct php_win32_cp *orig_cp = NULL;31 ZEND_TLS const struct php_win32_cp *cur_out_cp = NULL;32 ZEND_TLS const struct php_win32_cp *orig_out_cp = NULL;33 ZEND_TLS const struct php_win32_cp *cur_in_cp = NULL;34 ZEND_TLS const struct php_win32_cp *orig_in_cp = NULL;375 const struct php_win32_cp *cp = &php_win32_cp_map[i]; in php_win32_cp_get_by_enc()409 const struct php_win32_cp *tmp; in php_win32_cp_set_by_id()548 const struct php_win32_cp *cp; in php_win32_cp_cli_do_setup()596 const struct php_win32_cp *cp; in PHP_FUNCTION()[all …]
5 static const struct php_win32_cp php_win32_cp_map[] = { { 37, 0, 0, 1, "IBM037", NULL, "37 (IBM …
232 const struct php_win32_cp *cp_it; in PHP_METHOD()
52 const struct php_win32_cp *cp_it; in PHP_METHOD()
Completed in 12 milliseconds