Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dcodepage.c636 const struct php_win32_cp *in_cp, *out_cp; in PHP_FUNCTION() local
677 out_cp = php_win32_cp_get_by_id((DWORD)Z_LVAL_P(z_out_cp)); in PHP_FUNCTION()
678 if (!out_cp) { in PHP_FUNCTION()
687 out_cp = php_win32_cp_get_by_enc(Z_STRVAL_P(z_out_cp)); in PHP_FUNCTION()
688 if (!out_cp) { in PHP_FUNCTION()
700 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.h71 PW32CP char *php_win32_cp_conv_from_w(DWORD out_cp, DWORD flags, const wchar_t* in, size_t in_len, …

Completed in 12 milliseconds