Home
last modified time | relevance | path

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

/PHP-7.3/win32/
H A Dcodepage.h122 __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 Dreaddir.c113 _tmp = php_win32_cp_conv_w_to_any(dp->fileinfo.cFileName, PHP_WIN32_CP_IGNORE_LEN, &reclen); in readdir()
148 _tmp = php_win32_cp_conv_w_to_any(dp->fileinfo.cFileName, PHP_WIN32_CP_IGNORE_LEN, &reclen); in readdir_r()
H A Dioutil.h250 #define php_win32_ioutil_conv_w_to_any php_win32_cp_conv_w_to_any
498 tmp_bufa = php_win32_cp_conv_w_to_any(tmp_bufw, wcslen(tmp_bufw), &tmp_bufa_len); in php_win32_ioutil_getcwd()
599 reta = php_win32_cp_conv_w_to_any(retw, PHP_WIN32_CP_IGNORE_LEN, &reta_len); in php_win32_ioutil_realpath_ex0()
H A Dwinutil.c406 uname = php_win32_cp_conv_w_to_any(unamew, unsize - 1, &uname_len); in php_win32_get_username()
/PHP-7.3/sapi/cli/
H A Dps_title.c408 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.3/Zend/
H A Dzend_virtual_cwd.c967 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()
1002 …substitutename = php_win32_cp_conv_w_to_any(tmpsubstname, substitutename_len, &substitutename_len); in tsrm_realpath_r()

Completed in 42 milliseconds