Home
last modified time | relevance | path

Searched refs:in_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
654 in_cp = php_win32_cp_get_by_id((DWORD)Z_LVAL_P(z_in_cp)); in PHP_FUNCTION()
655 if (!in_cp) { in PHP_FUNCTION()
664 in_cp = php_win32_cp_get_by_enc(Z_STRVAL_P(z_in_cp)); in PHP_FUNCTION()
665 if (!in_cp) { in PHP_FUNCTION()
694 tmpw = php_win32_cp_conv_to_w(in_cp->id, in_cp->to_w_fl, subj, subj_len, &tmpw_len); in PHP_FUNCTION()
H A Dcodepage.h64 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