Home
last modified time | relevance | path

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

/php-src/win32/
H A Dcodepage.c663 const struct php_win32_cp *in_cp, *out_cp; in PHP_FUNCTION() local
682 in_cp = php_win32_cp_get_by_enc(ZSTR_VAL(string_in_codepage)); in PHP_FUNCTION()
683 if (!in_cp) { in PHP_FUNCTION()
693 in_cp = php_win32_cp_get_by_id((DWORD)int_in_codepage); in PHP_FUNCTION()
694 if (!in_cp) { in PHP_FUNCTION()
719 …tmpw = php_win32_cp_conv_to_w(in_cp->id, in_cp->to_w_fl, ZSTR_VAL(subject), ZSTR_LEN(subject), &tm… in PHP_FUNCTION()
H A Dcodepage.h62 PW32CP wchar_t *php_win32_cp_conv_to_w(DWORD in_cp, DWORD flags, const char* in, size_t in_len, siz…

Completed in 34 milliseconds