Home
last modified time | relevance | path

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

/PHP-8.1/ext/com_dotnet/
H A Dcom_com.c37 zend_string *user_name = NULL, *password = NULL, *domain_name = NULL; in PHP_METHOD() local
87 user_name = zval_get_string(tmp); in PHP_METHOD()
120 if (user_name) { in PHP_METHOD()
121 authid.User = (OLECHAR*) ZSTR_VAL(user_name); in PHP_METHOD()
122 authid.UserLength = (ULONG) ZSTR_LEN(user_name); in PHP_METHOD()
211 if (user_name) zend_string_release(user_name); in PHP_METHOD()
/PHP-8.1/sapi/apache2handler/
H A Dphp_functions.c410 …snprintf(tmp, sizeof(tmp), "%s(%d)/%d", ap_unixd_config.user_name, ap_unixd_config.user_id, ap_uni… in PHP_MINFO_FUNCTION()
412 …snprintf(tmp, sizeof(tmp), "%s(%d)/%d", unixd_config.user_name, unixd_config.user_id, unixd_config… in PHP_MINFO_FUNCTION()

Completed in 8 milliseconds