Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c37 char *user_name = NULL, *domain_name = NULL, *password = NULL; in PHP_FUNCTION() local
101 user_name = Z_STRVAL_P(tmp); in PHP_FUNCTION()
143 if (user_name) { in PHP_FUNCTION()
144 authid.User = (OLECHAR*)user_name; in PHP_FUNCTION()
/PHP-7.4/sapi/apache2handler/
H A Dphp_functions.c413 …snprintf(tmp, sizeof(tmp), "%s(%d)/%d", ap_unixd_config.user_name, ap_unixd_config.user_id, ap_uni… in PHP_MINFO_FUNCTION()
415 …snprintf(tmp, sizeof(tmp), "%s(%d)/%d", unixd_config.user_name, unixd_config.user_id, unixd_config… in PHP_MINFO_FUNCTION()

Completed in 7 milliseconds