Home
last modified time | relevance | path

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

/PHP-5.3/ext/com_dotnet/
H A Dcom_com.c39 char *user_name = NULL, *domain_name = NULL, *password = NULL; in PHP_FUNCTION() local
91 user_name = Z_STRVAL_PP(tmp); in PHP_FUNCTION()
130 if (user_name) { in PHP_FUNCTION()
131 authid.User = php_com_string_to_olestring(user_name, -1, obj->code_page TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.3/sapi/apache2handler/
H A Dphp_functions.c411 …snprintf(tmp, sizeof(tmp), "%s(%d)/%d", ap_unixd_config.user_name, ap_unixd_config.user_id, ap_uni… in PHP_MINFO_FUNCTION()
413 …snprintf(tmp, sizeof(tmp), "%s(%d)/%d", unixd_config.user_name, unixd_config.user_id, unixd_config… in PHP_MINFO_FUNCTION()
/PHP-5.3/sapi/apache/
H A Dphp_apache.c175 extern char *user_name; in PHP_MINFO_FUNCTION()
210 snprintf(output_buf, sizeof(output_buf), "%s(%d)/%d", user_name, (int)user_id, (int)group_id); in PHP_MINFO_FUNCTION()
/PHP-5.3/ext/interbase/
H A Dinterbase.c234 ZEND_ARG_INFO(0, user_name)
243 ZEND_ARG_INFO(0, user_name)
252 ZEND_ARG_INFO(0, user_name)
/PHP-5.3/sapi/apache_hooks/
H A Dphp_apache.c1588 extern char *user_name; in PHP_MINFO_FUNCTION()
1621 snprintf(output_buf, sizeof(output_buf), "%s(%d)/%d", user_name, (int)user_id, (int)group_id); in PHP_MINFO_FUNCTION()

Completed in 58 milliseconds