Home
last modified time | relevance | path

Searched refs:php_win32_cp_get_by_enc (Results 1 – 2 of 2) sorted by last modified time

/PHP-8.1/win32/
H A Dcodepage.c330 PW32CP const struct php_win32_cp *php_win32_cp_get_by_enc(const char *enc) in php_win32_cp_get_by_enc() function
439 cur_in_cp = php_win32_cp_get_by_enc(PG(input_encoding)); in php_win32_cp_cli_io_setup()
448 cur_out_cp = php_win32_cp_get_by_enc(PG(output_encoding)); in php_win32_cp_cli_io_setup()
469 cur_cp = php_win32_cp_get_by_enc(enc); in php_win32_cp_do_setup()
497 cur_cp = php_win32_cp_get_by_enc(enc); in php_win32_cp_do_update()
648 in_cp = php_win32_cp_get_by_enc(ZSTR_VAL(string_in_codepage)); in PHP_FUNCTION()
667 out_cp = php_win32_cp_get_by_enc(ZSTR_VAL(string_out_codepage)); in PHP_FUNCTION()
H A Dcodepage.h53 PW32CP const struct php_win32_cp *php_win32_cp_get_by_enc(const char *enc);

Completed in 27 milliseconds