Home
last modified time | relevance | path

Searched refs:php_win32_cp_get_by_enc (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/win32/
H A Dcodepage.c336 PW32CP const struct php_win32_cp *php_win32_cp_get_by_enc(const char *enc) in php_win32_cp_get_by_enc() function
445 cur_in_cp = php_win32_cp_get_by_enc(PG(input_encoding)); in php_win32_cp_cli_io_setup()
454 cur_out_cp = php_win32_cp_get_by_enc(PG(output_encoding)); in php_win32_cp_cli_io_setup()
475 cur_cp = php_win32_cp_get_by_enc(enc); in php_win32_cp_do_setup()
503 cur_cp = php_win32_cp_get_by_enc(enc); in php_win32_cp_do_update()
664 in_cp = php_win32_cp_get_by_enc(Z_STRVAL_P(z_in_cp)); in PHP_FUNCTION()
687 out_cp = php_win32_cp_get_by_enc(Z_STRVAL_P(z_out_cp)); in PHP_FUNCTION()
H A Dcodepage.h55 PW32CP const struct php_win32_cp *php_win32_cp_get_by_enc(const char *enc);

Completed in 13 milliseconds