Home
last modified time | relevance | path

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

/PHP-7.2/win32/
H A Dcodepage.c599 wchar_t *tmpw; in PHP_FUNCTION() local
654 tmpw = php_win32_cp_conv_to_w(in_cp->id, in_cp->to_w_fl, subj, subj_len, &tmpw_len); in PHP_FUNCTION()
655 if (!tmpw) { in PHP_FUNCTION()
660 ret = php_win32_cp_conv_from_w(out_cp->id, out_cp->from_w_fl, tmpw, tmpw_len, &ret_len); in PHP_FUNCTION()
662 free(tmpw); in PHP_FUNCTION()
669 free(tmpw); in PHP_FUNCTION()

Completed in 6 milliseconds