Searched refs:in_cp (Results 1 – 2 of 2) sorted by relevance
597 const struct php_win32_cp *in_cp, *out_cp; in PHP_FUNCTION() local615 in_cp = php_win32_cp_get_by_id((DWORD)Z_LVAL_P(z_in_cp)); in PHP_FUNCTION()616 if (!in_cp) { in PHP_FUNCTION()623 in_cp = php_win32_cp_get_by_enc(Z_STRVAL_P(z_in_cp)); in PHP_FUNCTION()624 if (!in_cp) { in PHP_FUNCTION()651 tmpw = php_win32_cp_conv_to_w(in_cp->id, in_cp->to_w_fl, subj, subj_len, &tmpw_len); in PHP_FUNCTION()
64 PW32CP wchar_t *php_win32_cp_conv_to_w(DWORD in_cp, DWORD flags, const char* in, size_t in_len, siz…
Completed in 13 milliseconds