Searched refs:tmpw (Results 1 – 1 of 1) sorted by relevance
662 wchar_t *tmpw; in PHP_FUNCTION() local719 …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()720 if (!tmpw) { in PHP_FUNCTION()725 ret = php_win32_cp_conv_from_w(out_cp->id, out_cp->from_w_fl, tmpw, tmpw_len, &ret_len); in PHP_FUNCTION()727 free(tmpw); in PHP_FUNCTION()734 free(tmpw); in PHP_FUNCTION()
Completed in 7 milliseconds