Searched refs:in_cp (Results 1 – 2 of 2) sorted by relevance
626 const struct php_win32_cp *in_cp, *out_cp; in PHP_FUNCTION() local645 in_cp = php_win32_cp_get_by_enc(ZSTR_VAL(string_in_codepage)); in PHP_FUNCTION()646 if (!in_cp) { in PHP_FUNCTION()656 in_cp = php_win32_cp_get_by_id((DWORD)int_in_codepage); in PHP_FUNCTION()657 if (!in_cp) { in PHP_FUNCTION()682 …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()
62 PW32CP wchar_t *php_win32_cp_conv_to_w(DWORD in_cp, DWORD flags, const char* in, size_t in_len, siz…
Completed in 9 milliseconds