Searched refs:php_win32_cp_conv_any_to_w (Results 1 – 6 of 6) sorted by relevance
/php-src/win32/ |
H A D | codepage.h | 79 __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 115 #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 D | ioutil.h | 180 mb = php_win32_cp_conv_any_to_w(in, in_len, &mb_len); in php_win32_ioutil_conv_any_to_w()
|
H A D | ioutil.c | 551 startw = pathw = php_win32_cp_conv_any_to_w(path, len, &pathw_len); in php_win32_ioutil_dirname()
|
/php-src/ext/standard/ |
H A D | proc_open.c | 599 wchar_t *prog_name_wide = php_win32_cp_conv_any_to_w(prog_name, prog_name_length, &out_len); in is_executed_by_cmd() 1299 cmdw = php_win32_cp_conv_any_to_w(ZSTR_VAL(command_str), ZSTR_LEN(command_str), &cmdw_len); in PHP_FUNCTION()
|
H A D | basic_functions.c | 650 wchar_t *keyw = php_win32_cp_conv_any_to_w(str, str_len, PHP_WIN32_CP_IGNORE_LEN_P); in php_getenv()
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 538 keyw = php_win32_cp_conv_any_to_w(name, name_len, PHP_WIN32_CP_IGNORE_LEN_P); in cgi_getenv_win32()
|
Completed in 31 milliseconds