Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c47 COAUTHIDENTITY authid = {0}; in PHP_FUNCTION() local
51 &authid, EOAC_NONE in PHP_FUNCTION()
144 authid.User = (OLECHAR*)user_name; in PHP_FUNCTION()
145 authid.UserLength = (ULONG)user_name_len; in PHP_FUNCTION()
148 authid.Password = (OLECHAR*)password; in PHP_FUNCTION()
151 authid.Password = (OLECHAR*)""; in PHP_FUNCTION()
152 authid.PasswordLength = 0; in PHP_FUNCTION()
156 authid.Domain = (OLECHAR*)domain_name; in PHP_FUNCTION()
159 authid.Domain = (OLECHAR*)""; in PHP_FUNCTION()
160 authid.DomainLength = 0; in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds