Searched refs:tmpw_len (Results 1 – 1 of 1) sorted by relevance
661 size_t ret_len, tmpw_len; in PHP_FUNCTION() local719 …php_win32_cp_conv_to_w(in_cp->id, in_cp->to_w_fl, ZSTR_VAL(subject), ZSTR_LEN(subject), &tmpw_len); 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()
Completed in 5 milliseconds