Searched refs:php_win32_cp_get_by_enc (Results 1 – 2 of 2) sorted by relevance
296 PW32CP const struct php_win32_cp *php_win32_cp_get_by_enc(const char *enc) in php_win32_cp_get_by_enc() function406 cur_in_cp = php_win32_cp_get_by_enc(PG(input_encoding)); in php_win32_cp_cli_io_setup()415 cur_out_cp = php_win32_cp_get_by_enc(PG(output_encoding)); in php_win32_cp_cli_io_setup()436 cur_cp = php_win32_cp_get_by_enc(enc); in php_win32_cp_do_setup()464 cur_cp = php_win32_cp_get_by_enc(enc); in php_win32_cp_do_update()623 in_cp = php_win32_cp_get_by_enc(Z_STRVAL_P(z_in_cp)); in PHP_FUNCTION()644 out_cp = php_win32_cp_get_by_enc(Z_STRVAL_P(z_out_cp)); in PHP_FUNCTION()
55 PW32CP const struct php_win32_cp *php_win32_cp_get_by_enc(const char *enc);
Completed in 5 milliseconds