Home
last modified time | relevance | path

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

/PHP-8.3/win32/
H A Dcodepage.c663 const struct php_win32_cp *in_cp, *out_cp; in PHP_FUNCTION() local
701 out_cp = php_win32_cp_get_by_enc(ZSTR_VAL(string_out_codepage)); in PHP_FUNCTION()
702 if (!out_cp) { in PHP_FUNCTION()
712 out_cp = php_win32_cp_get_by_id((DWORD)int_out_codepage); in PHP_FUNCTION()
713 if (!out_cp) { in PHP_FUNCTION()
725 ret = php_win32_cp_conv_from_w(out_cp->id, out_cp->from_w_fl, tmpw, tmpw_len, &ret_len); in PHP_FUNCTION()
H A Dcodepage.h69 PW32CP char *php_win32_cp_conv_from_w(DWORD out_cp, DWORD flags, const wchar_t* in, size_t in_len, …

Completed in 6 milliseconds