Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dcodepage.h81 __forceinline static wchar_t *php_win32_cp_conv_any_to_w(const char* in, size_t in_len, size_t *out… in php_win32_cp_conv_any_to_w() function
117 #define php_win32_cp_any_to_w(in) php_win32_cp_conv_any_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN32…
H A Dioutil.h187 mb = php_win32_cp_conv_any_to_w(in, in_len, &mb_len); in php_win32_ioutil_conv_any_to_w()
H A Dioutil.c536 startw = pathw = php_win32_cp_conv_any_to_w(path, len, &pathw_len); in php_win32_ioutil_dirname()
/PHP-7.4/ext/standard/
H A Dproc_open.c945 cmdw = php_win32_cp_conv_any_to_w(command, strlen(command), &tmp_len); in PHP_FUNCTION()
H A Dbasic_functions.c4098 keyw = php_win32_cp_conv_any_to_w(str, str_len, PHP_WIN32_CP_IGNORE_LEN_P); in PHP_FUNCTION()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c538 keyw = php_win32_cp_conv_any_to_w(name, name_len, PHP_WIN32_CP_IGNORE_LEN_P); in cgi_getenv_win32()

Completed in 30 milliseconds