Searched refs:php_win32_cp_get_by_enc (Results 1 – 2 of 2) sorted by relevance
364 PW32CP const struct php_win32_cp *php_win32_cp_get_by_enc(const char *enc) in php_win32_cp_get_by_enc() function473 cur_in_cp = php_win32_cp_get_by_enc(PG(input_encoding)); in php_win32_cp_cli_io_setup()482 cur_out_cp = php_win32_cp_get_by_enc(PG(output_encoding)); in php_win32_cp_cli_io_setup()503 cur_cp = php_win32_cp_get_by_enc(enc); in php_win32_cp_do_setup()531 cur_cp = php_win32_cp_get_by_enc(enc); in php_win32_cp_do_update()682 in_cp = php_win32_cp_get_by_enc(ZSTR_VAL(string_in_codepage)); in PHP_FUNCTION()701 out_cp = php_win32_cp_get_by_enc(ZSTR_VAL(string_out_codepage)); in PHP_FUNCTION()
53 PW32CP const struct php_win32_cp *php_win32_cp_get_by_enc(const char *enc);
Completed in 33 milliseconds