Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A DSAPI.h103 int current_user_length; member
H A DSAPI.c401 SG(request_info).current_user_length = 0; in sapi_activate_headers_only()
445 SG(request_info).current_user_length = 0; in sapi_activate()
H A Dmain.c1426 SG(request_info).current_user_length = len; in php_get_current_user()
1456 SG(request_info).current_user_length = strlen(pwd->pw_name); in php_get_current_user()
1457 SG(request_info).current_user = estrndup(pwd->pw_name, SG(request_info).current_user_length); in php_get_current_user()

Completed in 15 milliseconds