Searched refs:php_win32_cp_conv_w_to_any (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/win32/ |
H A D | codepage.h | 122 __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 126 #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 D | winutil.c | 42 buf = php_win32_cp_conv_w_to_any(bufw, ret, PHP_WIN32_CP_IGNORE_LEN_P); in php_win32_error_to_msg() 428 uname = php_win32_cp_conv_w_to_any(unamew, unsize - 1, &uname_len); in php_win32_get_username()
|
H A D | ioutil.h | 255 #define php_win32_ioutil_conv_w_to_any php_win32_cp_conv_w_to_any 505 tmp_bufa = php_win32_cp_conv_w_to_any(tmp_bufw, wcslen(tmp_bufw), &tmp_bufa_len); in php_win32_ioutil_getcwd() 657 reta = php_win32_cp_conv_w_to_any(retw, PHP_WIN32_CP_IGNORE_LEN, &reta_len); in php_win32_ioutil_realpath_ex0()
|
H A D | readdir.c | 113 _tmp = php_win32_cp_conv_w_to_any(dp->fileinfo.cFileName, PHP_WIN32_CP_IGNORE_LEN, &reclen); in readdir()
|
/PHP-7.4/sapi/cli/ |
H A D | ps_title.c | 408 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-7.4/Zend/ |
H A D | zend_virtual_cwd.c | 723 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r() 758 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()
|
Completed in 16 milliseconds