Searched refs:cmdw_len (Results 1 – 1 of 1) sorted by relevance
590 static int convert_command_to_use_shell(wchar_t **cmdw, size_t cmdw_len) in convert_command_to_use_shell() argument592 size_t len = sizeof(COMSPEC_NT) + sizeof(" /s /c ") + cmdw_len + 3; in convert_command_to_use_shell()1025 size_t cmdw_len; in PHP_FUNCTION() local1158 cmdw = php_win32_cp_conv_any_to_w(command, strlen(command), &cmdw_len); in PHP_FUNCTION()1165 if (convert_command_to_use_shell(&cmdw, cmdw_len) == FAILURE) { in PHP_FUNCTION()
Completed in 10 milliseconds