Searched refs:user_name (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/com_dotnet/ |
H A D | com_com.c | 39 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.4/sapi/apache2handler/ |
H A D | php_functions.c | 411 …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.4/sapi/apache/ |
H A D | php_apache.c | 175 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.4/ext/interbase/ |
H A D | interbase.c | 232 ZEND_ARG_INFO(0, user_name) 241 ZEND_ARG_INFO(0, user_name) 250 ZEND_ARG_INFO(0, user_name)
|
/PHP-5.4/sapi/apache_hooks/ |
H A D | php_apache.c | 1588 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 19 milliseconds