Home
last modified time | relevance | path

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

/PHP-8.2/win32/
H A Dcodepage.h120 __forceinline static char *php_win32_cp_conv_w_to_any(const wchar_t* in, size_t in_len, size_t *out… in php_win32_cp_conv_w_to_any() function
124 #define php_win32_cp_w_to_any(in) php_win32_cp_conv_w_to_any(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN32…
H A Dwinutil.c43 buf = php_win32_cp_conv_w_to_any(bufw, ret, PHP_WIN32_CP_IGNORE_LEN_P); in php_win32_error_to_msg()
429 uname = php_win32_cp_conv_w_to_any(unamew, unsize - 1, &uname_len); in php_win32_get_username()
H A Dioutil.h253 #define php_win32_ioutil_conv_w_to_any php_win32_cp_conv_w_to_any
503 tmp_bufa = php_win32_cp_conv_w_to_any(tmp_bufw, wcslen(tmp_bufw), &tmp_bufa_len); in php_win32_ioutil_getcwd()
654 reta = php_win32_cp_conv_w_to_any(retw, PHP_WIN32_CP_IGNORE_LEN, &reta_len); in php_win32_ioutil_realpath_ex0()
H A Dreaddir.c110 _tmp = php_win32_cp_conv_w_to_any(dp->fileinfo.cFileName, PHP_WIN32_CP_IGNORE_LEN, &reclen); in readdir()
/PHP-8.2/sapi/cli/
H A Dps_title.c412 tmp = php_win32_cp_conv_w_to_any(ps_buffer_w, PHP_WIN32_CP_IGNORE_LEN, &ps_buffer_cur_len); in get_ps_title()
/PHP-8.2/Zend/
H A Dzend_virtual_cwd.c718 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()
753 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()

Completed in 22 milliseconds