Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A DSAPI.h103 int current_user_length; member
H A DSAPI.c403 SG(request_info).current_user_length = 0; in sapi_activate_headers_only()
447 SG(request_info).current_user_length = 0; in sapi_activate()
H A Dmain.c1452 SG(request_info).current_user_length = len; in php_get_current_user()
1482 SG(request_info).current_user_length = strlen(pwd->pw_name); in php_get_current_user()
1483 SG(request_info).current_user = estrndup(pwd->pw_name, SG(request_info).current_user_length); in php_get_current_user()

Completed in 20 milliseconds